diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/gnutls/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/ncmpc/PKGBUILD | 13 | ||||
-rw-r--r-- | extra/poppler/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/pptpclient/PKGBUILD | 39 | ||||
-rw-r--r-- | extra/xapian-core/PKGBUILD | 10 |
5 files changed, 19 insertions, 55 deletions
diff --git a/extra/gnutls/PKGBUILD b/extra/gnutls/PKGBUILD index 1ec2eea23..d98a3cc93 100644 --- a/extra/gnutls/PKGBUILD +++ b/extra/gnutls/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 213902 2014-05-31 09:42:06Z andyrtr $ +# $Id: PKGBUILD 215522 2014-06-27 20:06:37Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Maintainer: Andreas Radke <andyrtr@archlinux.org> pkgname=gnutls -pkgver=3.3.4 +pkgver=3.3.5 pkgrel=1 pkgdesc="A library which provides a secure layer over a reliable transport layer" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ install=gnutls.install options=('!zipman') depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit') source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/${pkgname}-${pkgver}.tar.xz{,.sig}) -md5sums=('908dc1e98e28cb1c2c255a71785a4af2' +md5sums=('1f396dcf3c14ea67de7243821006d1a2' 'SKIP') build() { diff --git a/extra/ncmpc/PKGBUILD b/extra/ncmpc/PKGBUILD index 6759227fa..edcd83e2f 100644 --- a/extra/ncmpc/PKGBUILD +++ b/extra/ncmpc/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 182640 2013-04-11 22:29:15Z bisson $ +# $Id: PKGBUILD 215504 2014-06-27 12:04:47Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: Andrea Scarpino <andrea@archlinux.org> @@ -6,7 +6,7 @@ # Contributor: Daniel Bainton <dpb [at] backarrow.org> pkgname=ncmpc -pkgver=0.21 +pkgver=0.22 pkgrel=1 pkgdesc='Fully featured MPD client using ncurses' url='http://www.musicpd.org/clients/ncmpc/' @@ -15,12 +15,15 @@ license=('GPL') depends=('ncurses' 'glib2' 'libmpdclient') optdepends=('python2: to enable lyrics plugin' 'ruby: to enable lyrics plugin') -source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2") -sha1sums=('ec828bf17be6ab4c60c39bc91a3bd5cd93fac4a5') +source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz" + "po::git://git.musicpd.org/master/ncmpc.git#commit=a0dcef5c1685813aa7f70bf7b7fd5f95f441d1b1") +makedepends=('git') +sha1sums=('addb9ae527a1a2fe3dffe0ef2b6b4db79aeaeee4' + 'SKIP') prepare() { cd "${srcdir}/${pkgname}-${pkgver}" - sed -e 's#python#python2#' -i lyrics/30-leoslyrics.py + cp -a ../po/po/*.po po } build() { diff --git a/extra/poppler/PKGBUILD b/extra/poppler/PKGBUILD index c6395561a..d3d1f1b11 100644 --- a/extra/poppler/PKGBUILD +++ b/extra/poppler/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 213633 2014-05-27 08:41:46Z jgc $ +# $Id: PKGBUILD 215523 2014-06-27 20:23:55Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgbase=poppler pkgname=('poppler' 'poppler-glib' 'poppler-qt4' 'poppler-qt5') -pkgver=0.26.1 +pkgver=0.26.2 pkgrel=1 arch=(i686 x86_64) license=('GPL') @@ -13,7 +13,7 @@ url="http://poppler.freedesktop.org/" _testtag=0d2bfd4af4c76a3bac27ccaff793d9129df7b57a source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz http://cgit.freedesktop.org/poppler/test/snapshot/test-${_testtag}.tar.bz2) -md5sums=('3e864e1e94fc8432e90afe9bab1a5603' +md5sums=('10dcb979a57c0cbaa72d2d04c6adc32c' '9dc64c254a31e570507bdd4ad4ba629a') prepare() { diff --git a/extra/pptpclient/PKGBUILD b/extra/pptpclient/PKGBUILD deleted file mode 100644 index e09245fec..000000000 --- a/extra/pptpclient/PKGBUILD +++ /dev/null @@ -1,39 +0,0 @@ -# $Id: PKGBUILD 215491 2014-06-26 20:19:29Z daniel $ -# Maintainer: Daniel Isenmann <daniel @ archlinux.org> -# Contributor: Mark Nikkel <mnikkel@gmail.com> - -pkgname=pptpclient -pkgver=1.8.0 -pkgrel=1 -pkgdesc="Client for the proprietary Microsoft Point-to-Point Tunneling Protocol, PPTP." -arch=('i686' 'x86_64') -url="http://pptpclient.sourceforge.net/" -license=('GPL') -depends=('ppp' 'iproute2') -backup=('etc/ppp/options.pptp') -source=("http://downloads.sourceforge.net/sourceforge/pptpclient/pptp-$pkgver.tar.gz") -md5sums=('4efce9f263e2c3f38d79d9df222476de') - -prepare() { - cd $srcdir/pptp-$pkgver - - # use our CFLAGS and LDFLAGS - sed -i -e "/CFLAGS =/ c\CFLAGS = ${CFLAGS}" Makefile - sed -i -e "/LDFLAGS =/ c\LDFLAGS = ${LDFLAGS}" Makefile - - # adjust ip path - sed -i 's#/bin/ip#/usr/bin/ip#' routing.c - - # put binaries in /usr/bin - sed -i "/BINDIR/s#/sbin#/bin#" Makefile -} - -build() { - cd $srcdir/pptp-$pkgver - make -} - -package() { - cd $srcdir/pptp-$pkgver - make DESTDIR=$pkgdir install -} diff --git a/extra/xapian-core/PKGBUILD b/extra/xapian-core/PKGBUILD index 90bd7aac7..9fb99a46e 100644 --- a/extra/xapian-core/PKGBUILD +++ b/extra/xapian-core/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 213896 2014-05-31 06:54:44Z andrea $ +# $Id: PKGBUILD 215520 2014-06-27 19:52:29Z andrea $ # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Alexander Fehr <pizzapunk gmail com> # Contributor: William Rea <sillywilly@gmail.com> @@ -6,17 +6,17 @@ pkgname=xapian-core epoch=1 -pkgver=1.2.17 -pkgrel=2 +pkgver=1.2.18 +pkgrel=1 pkgdesc='Open source search engine library.' arch=('i686' 'x86_64') url='http://www.xapian.org/' license=('GPL') -depends=('sh' 'gcc-libs' 'zlib' 'util-linux') +depends=('util-linux') # xapian config requires libxapian.la options=('libtool') source=("http://oligarchy.co.uk/xapian/${pkgver}/${pkgname}-${pkgver}.tar.xz") -md5sums=('493117bf45e5471e86b4fc5d6d8069dc') +md5sums=('0ccbf68ade12e7b1ead10c57f4447899') build() { # FS#40614 |