summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-13 00:01:45 +0000
committerroot <root@rshg054.dnsready.net>2012-04-13 00:01:45 +0000
commit7ff5465d0386f06bea97ef956397c305d6f7e07f (patch)
tree0665c968d614fda52d83b1a052766ea1d063e20f /extra
parentd6dda60d85c9d4e616982b114b3c243f1faa9d79 (diff)
Fri Apr 13 00:01:45 UTC 2012
Diffstat (limited to 'extra')
-rw-r--r--extra/libgphoto2/PKGBUILD8
-rw-r--r--extra/misdnuser/PKGBUILD10
-rw-r--r--extra/ntfs-3g_ntfsprogs/PKGBUILD10
-rw-r--r--extra/perl-list-moreutils/PKGBUILD4
-rw-r--r--extra/perl-net-ssleay/PKGBUILD7
-rw-r--r--extra/samba/PKGBUILD10
-rw-r--r--extra/uim/PKGBUILD7
-rw-r--r--extra/v86d/PKGBUILD20
-rw-r--r--extra/v86d/v86d2
-rw-r--r--extra/v86d/v86d_hook2
-rw-r--r--extra/xsp/PKGBUILD6
11 files changed, 46 insertions, 40 deletions
diff --git a/extra/libgphoto2/PKGBUILD b/extra/libgphoto2/PKGBUILD
index 629bea861..ea93665fd 100644
--- a/extra/libgphoto2/PKGBUILD
+++ b/extra/libgphoto2/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 152973 2012-03-10 23:27:06Z tomegun $
+# $Id: PKGBUILD 156010 2012-04-11 12:37:00Z tomegun $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Tom Gundersen <teg@jklm.no>
# Contributor: Eduardo Romero <eduardo@archlinux.org>
@@ -6,7 +6,7 @@
pkgname=libgphoto2
pkgver=2.4.13
-pkgrel=1
+pkgrel=2
pkgdesc="The core library of gphoto2, designed to allow access to digital camera by external programs."
arch=(i686 x86_64)
url="http://www.gphoto.org"
@@ -31,11 +31,11 @@ package() {
# Remove unused udev helper
rm -rf "${pkgdir}/usr/lib/udev"
- install -m755 -d "${pkgdir}/lib/udev/rules.d"
+ install -m755 -d "${pkgdir}/usr/lib/udev/rules.d"
LD_LIBRARY_PATH="${pkgdir}/usr/lib${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH" \
CAMLIBS="${pkgdir}/usr/lib/libgphoto2/${pkgver}" \
"${pkgdir}/usr/lib/libgphoto2/print-camera-list" udev-rules version 136 > \
- "${pkgdir}/lib/udev/rules.d/40-gphoto.rules"
+ "${pkgdir}/usr/lib/udev/rules.d/40-gphoto.rules"
# Remove recursive symlink
rm -f "${pkgdir}/usr/include/gphoto2/gphoto2"
diff --git a/extra/misdnuser/PKGBUILD b/extra/misdnuser/PKGBUILD
index 00dd5e1c2..a6475d25c 100644
--- a/extra/misdnuser/PKGBUILD
+++ b/extra/misdnuser/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 154556 2012-03-30 08:32:21Z tpowa $
+# $Id: PKGBUILD 156006 2012-04-11 12:11:55Z tomegun $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
pkgname=misdnuser
pkgver=2.0.11
-pkgrel=2
+pkgrel=3
pkgdesc="Tools and library for mISDN"
arch=('i686' 'x86_64')
url="http://www.misdn.org"
@@ -25,9 +25,11 @@ package() {
make DESTDIR=${pkgdir} install
install -D -m 755 ${srcdir}/misdncapid.rc ${pkgdir}/etc/rc.d/misdncapid
# fix udev rule
- mkdir -p ${pkgdir}/lib/udev/rules.d
- mv ${pkgdir}/etc/udev/rules.d/45-misdn.rules ${pkgdir}/lib/udev/rules.d
+ mkdir -p ${pkgdir}/usr/lib/udev/rules.d
+ mv ${pkgdir}/etc/udev/rules.d/45-misdn.rules ${pkgdir}/usr/lib/udev/rules.d
rm -r ${pkgdir}/etc/udev/
+ # remove temporary dir /var/run/mISDNcapid
+ rm -r ${pkgdir}/var
}
md5sums=('1c8825afde76e290727240077bbd37ea'
'2009563b144de037ecb20f8d727a772e')
diff --git a/extra/ntfs-3g_ntfsprogs/PKGBUILD b/extra/ntfs-3g_ntfsprogs/PKGBUILD
index d01f70a47..07a3fbf7d 100644
--- a/extra/ntfs-3g_ntfsprogs/PKGBUILD
+++ b/extra/ntfs-3g_ntfsprogs/PKGBUILD
@@ -1,11 +1,12 @@
-# $Id: PKGBUILD 149729 2012-02-09 19:52:17Z ibiru $
-# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# $Id: PKGBUILD 156015 2012-04-11 14:16:02Z tomegun $
+# Maintainer: Tom Gundersen <teg@jklm.no>
+# Contributor: Ronald van Haren <ronald.archlinux.org>
# Contributor: Thomas Bächler <thomas.archlinux.org>
pkgbase=ntfs-3g_ntfsprogs
pkgname=('ntfs-3g' 'ntfsprogs')
pkgver=2012.1.15
-pkgrel=1
+pkgrel=2
url="http://www.tuxera.com"
arch=('i686' 'x86_64')
license=('GPL2')
@@ -31,6 +32,9 @@ package_ntfs-3g() {
make DESTDIR="$pkgdir" install
done
+ mv "$pkgdir"/lib/* "$pkgdir"/usr/lib/
+ rm -rf "$pkgdir"/lib
+
ln -s /bin/ntfs-3g "$pkgdir/sbin/mount.ntfs"
}
diff --git a/extra/perl-list-moreutils/PKGBUILD b/extra/perl-list-moreutils/PKGBUILD
index 25df44f99..276a6f804 100644
--- a/extra/perl-list-moreutils/PKGBUILD
+++ b/extra/perl-list-moreutils/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 145017 2011-12-14 17:49:12Z andrea $
+# $Id: PKGBUILD 155999 2012-04-11 04:34:58Z allan $
# Maintainer : Justin "juster" Davis <jrcd83@gmail.com>
# Generator : pbjam 0.01
pkgname=perl-list-moreutils
pkgver=0.33
-pkgrel=1
+pkgrel=2
pkgdesc="Provide the stuff missing in List::Util"
arch=(i686 x86_64)
license=(PerlArtistic GPL)
diff --git a/extra/perl-net-ssleay/PKGBUILD b/extra/perl-net-ssleay/PKGBUILD
index e5c2e7a77..fe73dd9fc 100644
--- a/extra/perl-net-ssleay/PKGBUILD
+++ b/extra/perl-net-ssleay/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 155421 2012-04-03 11:45:06Z giovanni $
+# $Id: PKGBUILD 156017 2012-04-11 14:59:12Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Manolis Tzanidakis
pkgname=perl-net-ssleay
_cpanname=Net-SSLeay
-pkgver=1.46
+pkgver=1.47
pkgrel=1
pkgdesc="Perl extension for using OpenSSL"
arch=('i686' 'x86_64')
@@ -15,10 +15,11 @@ options=(!emptydirs)
replaces=('net-ssleay')
provides=('net-ssleay')
source=("http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz")
-md5sums=('02ebd818307773f5c9844678e9a38a7d')
+md5sums=('5488d82a8e9291d6a7de5202a95cbbed')
build() {
cd ${srcdir}/${_cpanname}-${pkgver}
+
# install module in vendor directories.
PERL_MM_USE_DEFAULT=1 perl Makefile.PL -- INSTALLDIRS=vendor
make
diff --git a/extra/samba/PKGBUILD b/extra/samba/PKGBUILD
index b3093389f..0c3d80b22 100644
--- a/extra/samba/PKGBUILD
+++ b/extra/samba/PKGBUILD
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD 153619 2012-03-16 17:50:36Z stephane $
+# $Id: PKGBUILD 156039 2012-04-11 21:03:20Z tpowa $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
pkgbase=samba
pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=3.6.3
+pkgver=3.6.4
# We use the 'A' to fake out pacman's version comparators. Samba chooses
# to append 'a','b',etc to their subsequent releases, which pamcan
# misconstrues as alpha, beta, etc. Bad samba!
-_realver=3.6.3
-pkgrel=4
+_realver=3.6.4
+pkgrel=1
arch=(i686 x86_64)
url="http://www.samba.org"
license=('GPL3')
@@ -145,7 +145,7 @@ depends=('db' 'popt' 'libcups' 'acl' 'libldap' "smbclient>=$pkgver" 'libcap' 'kr
# copy ldap example
install -D -m644 ${srcdir}/samba-${_realver}/examples/LDAP/samba.schema ${pkgdir}/usr/share/doc/samba/examples/LDAP/samba.schema
}
-md5sums=('98ac9db9f4b6ebfc3f013aa193ffb0d1'
+md5sums=('d8e070e2a3b12f202f347e4427469bc2'
'dfc6f9018c556b9783c7140de183727f'
'5697da77590ec092cc8a883bae06093c'
'a4bbfa39fee95bba2e7ad6b535fae7e6'
diff --git a/extra/uim/PKGBUILD b/extra/uim/PKGBUILD
index fd1e4dc15..7c15073a2 100644
--- a/extra/uim/PKGBUILD
+++ b/extra/uim/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 150199 2012-02-14 13:39:03Z bisson $
+# $Id: PKGBUILD 156004 2012-04-11 11:56:37Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: damir <damir@archlinux.org>
pkgname=uim
-pkgver=1.7.3
+pkgver=1.8.0
pkgrel=1
pkgdesc='Multilingual input method library'
url='http://code.google.com/p/uim/'
@@ -17,7 +17,7 @@ optdepends=('qt: immodule and helper applications'
'gnome-panel: gnome applet indicator')
options=('!libtool')
source=("http://uim.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('1c7bb8c6c475dcbc4768bcabac540c42ccfd8185')
+sha1sums=('bf26b0b8b6b3949a612607df1d7feb9b6083745e')
install=install
@@ -36,5 +36,6 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
+ rm "${pkgdir}"/usr/lib/libgcroots.a
install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
}
diff --git a/extra/v86d/PKGBUILD b/extra/v86d/PKGBUILD
index 5e3bb7af1..3af2cc4c0 100644
--- a/extra/v86d/PKGBUILD
+++ b/extra/v86d/PKGBUILD
@@ -1,25 +1,19 @@
-# $Id: PKGBUILD 129979 2011-06-30 18:07:08Z thomas $
+# $Id: PKGBUILD 156008 2012-04-11 12:26:27Z tomegun $
# Maintainer: Thomas Baechler <thomas@archlinux.org>
pkgname=v86d
pkgver=0.1.10
-pkgrel=2
+pkgrel=3
pkgdesc="userspace helper for uvesafb that runs x86 code in an emulated environment"
arch=('i686' 'x86_64')
url="http://dev.gentoo.org/~spock/projects/uvesafb/"
license=('GPL2')
depends=('glibc')
-conflicts=('mkinitcpio<0.7')
-backup=('etc/modprobe.d/uvesafb.conf')
options=('!makeflags')
source=(http://dev.gentoo.org/~spock/projects/uvesafb/archive/v86d-$pkgver.tar.bz2
v86d
v86d_hook
modprobe.uvesafb)
-md5sums=('51c792ba7b874ad8c43f0d3da4cfabe0'
- '2748ca01397e5c4435f87692f7d042a8'
- '813958b8f6c75a7063e4858f31509694'
- '2d7cc8dc6a41916a13869212d0191147')
build() {
cd "$srcdir/v86d-$pkgver"
@@ -32,7 +26,11 @@ package() {
cd "$srcdir/v86d-$pkgver"
make DESTDIR="$pkgdir" install
- install -D -m644 "$srcdir/v86d" "$pkgdir/lib/initcpio/install/v86d"
- install -D -m644 "$srcdir/v86d_hook" "$pkgdir/lib/initcpio/hooks/v86d"
- install -D -m644 "$srcdir/modprobe.uvesafb" "$pkgdir/etc/modprobe.d/uvesafb.conf"
+ install -D -m644 "$srcdir/v86d" "$pkgdir/usr/lib/initcpio/install/v86d"
+ install -D -m644 "$srcdir/v86d_hook" "$pkgdir/usr/lib/initcpio/hooks/v86d"
+ install -D -m644 "$srcdir/modprobe.uvesafb" "$pkgdir/usr/lib/modprobe.d/uvesafb.conf"
}
+md5sums=('51c792ba7b874ad8c43f0d3da4cfabe0'
+ 'b20042d1e5354958b62d4944998d68aa'
+ '5f75b8bc4a7ddf595014591e5db263cb'
+ '2d7cc8dc6a41916a13869212d0191147')
diff --git a/extra/v86d/v86d b/extra/v86d/v86d
index 2065b8e64..81735816e 100644
--- a/extra/v86d/v86d
+++ b/extra/v86d/v86d
@@ -1,6 +1,6 @@
build() {
add_binary "/sbin/v86d"
- add_file "/etc/modprobe.d/uvesafb.conf"
+ add_file "/usr/lib/modprobe.d/uvesafb.conf"
MODULES="uvesafb"
SCRIPT="v86d"
}
diff --git a/extra/v86d/v86d_hook b/extra/v86d/v86d_hook
index e5dff01c1..2b4375e15 100644
--- a/extra/v86d/v86d_hook
+++ b/extra/v86d/v86d_hook
@@ -1,4 +1,4 @@
run_hook()
{
/sbin/modprobe uvesafb
-} \ No newline at end of file
+}
diff --git a/extra/xsp/PKGBUILD b/extra/xsp/PKGBUILD
index 46625467b..7b84992f1 100644
--- a/extra/xsp/PKGBUILD
+++ b/extra/xsp/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 149095 2012-02-05 17:09:35Z daniel $
+# $Id: PKGBUILD 156037 2012-04-11 18:58:41Z daniel $
# Maintainer: Daniel Isenmann <daniel@archlinux.org>
# Contributor: Tobias Kieslich <tobias@justdreams.de>
pkgname=xsp
pkgver=2.10.2
-pkgrel=2
+pkgrel=3
pkgdesc="A simple webserver based on mono - provides ASP.NET support"
arch=(i686 x86_64)
license=('custom')
url="http://www.go-mono.com"
-depends=('mono>=2.10.2' 'sqlite3')
+depends=('mono>=2.10.2' 'sqlite')
options=(!makeflags)
install=${pkgname}.install
source=(http://ftp.novell.com/pub/mono/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2 \