diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/dovecot/PKGBUILD | 18 | ||||
-rw-r--r-- | extra/libmtp/PKGBUILD | 18 | ||||
-rw-r--r-- | extra/libxml2/PKGBUILD | 18 | ||||
-rw-r--r-- | extra/nautilus/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/pigeonhole/PKGBUILD | 6 |
5 files changed, 32 insertions, 34 deletions
diff --git a/extra/dovecot/PKGBUILD b/extra/dovecot/PKGBUILD index 1a07c23d1..a272bace3 100644 --- a/extra/dovecot/PKGBUILD +++ b/extra/dovecot/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 197911 2013-10-30 11:37:50Z allan $ +# $Id: PKGBUILD 198783 2013-11-04 13:57:54Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Paul Mattal <paul@mattal.com> # Contributor: Federico Quagliata (quaqo) <quaqo@despammed.com> @@ -8,27 +8,27 @@ # --->>> remember to rebuild/bump pigeonhole in one step <<<--- pkgname=dovecot -pkgver=2.2.6 +pkgver=2.2.7 pkgrel=1 pkgdesc="An IMAP and POP3 server written with security primarily in mind" arch=('i686' 'x86_64') url="http://dovecot.org/" license=("LGPL") -depends=('krb5' 'openssl' 'sqlite>=3.7.5' 'libmariadbclient' - 'postgresql-libs>=9.0.3' 'bzip2' 'expat' 'curl') -makedepends=('pam>=1.1.1' 'libcap>=2.19' 'libldap>=2.4.22' 'clucene') +depends=('krb5' 'openssl' 'sqlite' 'libmariadbclient' + 'postgresql-libs' 'bzip2' 'expat' 'curl') +makedepends=('pam' 'libcap' 'libldap' 'clucene') optdepends=('libldap: ldap plugin' 'clucene: alternative FTS indexer') provides=('imap-server' 'pop3-server') install=$pkgname.install source=(http://dovecot.org/releases/2.2/${pkgname}-${pkgver}.tar.gz{,.sig} dovecot.tmpfilesd) -md5sums=('db65988ef2e6889dd8b49c132b21fc8f' +md5sums=('d2c7c83acc21f3dcab652868d40522e0' 'SKIP' '342a28251d40f983c98c0d1f1bf3d07d') build() { - cd ${srcdir}/$pkgname-$pkgver + cd $pkgname-$pkgver # fix build with recent clucene (FC) # sed -i '/DEFAULT_INCLUDES *=/s|$| '"$(pkg-config --cflags libclucene-core)|" src/plugins/fts-lucene/Makefile.in @@ -62,12 +62,12 @@ build() { } check() { - cd "$srcdir/$pkgname-$pkgver" + cd $pkgname-$pkgver make -k check } package() { - cd ${srcdir}/$pkgname-$pkgver + cd $pkgname-$pkgver make DESTDIR=${pkgdir} install # install example conf files and ssl.conf diff --git a/extra/libmtp/PKGBUILD b/extra/libmtp/PKGBUILD index c4aa6dab9..6a8d51a77 100644 --- a/extra/libmtp/PKGBUILD +++ b/extra/libmtp/PKGBUILD @@ -1,26 +1,34 @@ -# $Id: PKGBUILD 197376 2013-10-25 03:06:01Z allan $ +# $Id: PKGBUILD 198802 2013-11-04 17:57:04Z andyrtr $ # Maintainer: Tom Gundersen <teg@jklm.no> # Contributor: damir <damir@archlinux.org> # Contributor: Kevin Edmonds <edmondskevin@hotmail.com> pkgname=libmtp pkgver=1.1.6 -pkgrel=2 +pkgrel=3 pkgdesc="Library implementation of the Media Transfer Protocol" arch=("i686" "x86_64") url="http://libmtp.sourceforge.net" license=('LGPL') depends=('libusb' 'libgcrypt') source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz") +md5sums=('87835626dbcf39e62bfcdd4ae6da2063') build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd ${pkgname}-${pkgver} ./configure --prefix=/usr --with-udev=/usr/lib/udev make } +check() { + cd $pkgname-$pkgver + make -k check +} + package() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install + + # fix broken udev rule + sed -i "/^Unable to open/d" ${pkgdir}/usr/lib/udev/rules.d/69-libmtp.rules } -md5sums=('87835626dbcf39e62bfcdd4ae6da2063') diff --git a/extra/libxml2/PKGBUILD b/extra/libxml2/PKGBUILD index 28c6ba072..f57bfee15 100644 --- a/extra/libxml2/PKGBUILD +++ b/extra/libxml2/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 198739 2013-11-02 17:33:56Z heftig $ +# $Id: PKGBUILD 198786 2013-11-04 14:26:01Z heftig $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Maintainer: Tom Gundersen <teg@jklm.no> # Contributor: John Proctor <jproctor@prium.net> pkgname=libxml2 pkgver=2.9.1 -pkgrel=4 +pkgrel=5 pkgdesc="XML parsing library, version 2" arch=(i686 x86_64) license=('MIT') depends=('zlib' 'readline' 'ncurses' 'xz') -makedepends=('python' 'python2') +makedepends=('python2') url="http://www.xmlsoft.org/" source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz http://www.w3.org/XML/Test/xmlts20080827.tar.gz) @@ -18,34 +18,24 @@ md5sums=('9c0cfef285d5c4a5c80d00904ddab380' 'ae3d1ebe000a3972afa104ca7f0e1b4a') prepare() { - mv xmlconf -t ${pkgname}-${pkgver} - cp -a ${pkgname}-${pkgver} python3 - cd ${pkgname}-${pkgver} sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py + mv ../xmlconf . } build() { cd ${pkgname}-${pkgver} ./configure --prefix=/usr --with-threads --with-history --with-python=/usr/bin/python2 make - - cd ../python3 - ./configure --prefix=/usr --with-threads --with-history --with-python=/usr/bin/python3 - make } check() { cd ${pkgname}-${pkgver} make check - cd ../python3 - make check } package() { cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" - cd ../python3/python - make DESTDIR="${pkgdir}" install } diff --git a/extra/nautilus/PKGBUILD b/extra/nautilus/PKGBUILD index ff7b5ee6a..2073e625e 100644 --- a/extra/nautilus/PKGBUILD +++ b/extra/nautilus/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 198334 2013-10-30 14:14:04Z allan $ +# $Id: PKGBUILD 198800 2013-11-04 16:55:53Z heftig $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgbase=nautilus pkgname=(nautilus libnautilus-extension) -pkgver=3.10.0 +pkgver=3.10.1 pkgrel=1 pkgdesc="GNOME file manager" arch=(i686 x86_64) @@ -14,7 +14,7 @@ makedepends=(intltool gobject-introspection python) url="http://www.gnome.org" options=('!emptydirs') source=(http://download.gnome.org/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz) -sha256sums=('9b15ccf1c9313631c8cf2ed337e697cd2b32630d2ae36072aa389d64af16d88c') +sha256sums=('f6a532a170907d116e8ce55847c5c6cd4e03819f5f818087554f2ec2556fc727') build() { cd $pkgbase-$pkgver diff --git a/extra/pigeonhole/PKGBUILD b/extra/pigeonhole/PKGBUILD index 59fcb82c0..eaad499ca 100644 --- a/extra/pigeonhole/PKGBUILD +++ b/extra/pigeonhole/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 198369 2013-10-30 14:27:01Z allan $ +# $Id: PKGBUILD 198784 2013-11-04 13:57:55Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributorr: Peter Lewis <plewis@aur.archlinux.org> @@ -7,12 +7,12 @@ # This must be built against the version of dovecot being used, # else mail delivery will fail. # Specify the version of dovecot to be used here: -_dcpkgver=2.2.6 +_dcpkgver=2.2.7 # Make sure to bump pkgrel if changing this. pkgname=pigeonhole pkgver=0.4.2 -pkgrel=1 +pkgrel=2 pkgdesc="Sieve implementation for Dovecot" arch=('i686' 'x86_64') url="http://pigeonhole.dovecot.org/" |