From 2f8045ba14153d1665148e3cff527ce4f6bf66e5 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Thu, 20 Feb 2014 03:34:20 +0000 Subject: Thu Feb 20 03:30:17 UTC 2014 --- extra/ethtool/PKGBUILD | 10 +++++----- extra/imagemagick/PKGBUILD | 6 +++--- extra/libass/PKGBUILD | 12 ++++++------ extra/lynx/PKGBUILD | 17 ++++++++++------- extra/qemu/PKGBUILD | 25 +++++++++++++------------ extra/xmlto/PKGBUILD | 8 ++++---- 6 files changed, 41 insertions(+), 37 deletions(-) (limited to 'extra') diff --git a/extra/ethtool/PKGBUILD b/extra/ethtool/PKGBUILD index c647748a1..edda6f0ab 100644 --- a/extra/ethtool/PKGBUILD +++ b/extra/ethtool/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 196480 2013-10-14 08:50:55Z ioni $ +# $Id: PKGBUILD 206117 2014-02-19 03:37:03Z dan $ # Maintainer : Ionut Biru # Contributor: Paul Mattal # Contributor: Martin Kemp pkgname=ethtool -pkgver=3.11 +pkgver=3.13 pkgrel=1 epoch=1 pkgdesc="Utility for controlling network drivers and hardware" arch=('i686' 'x86_64') -url="http://www.kernel.org/pub/software/network/ethtool/" +url="https://www.kernel.org/pub/software/network/ethtool/" license=('GPL') depends=('glibc') -source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz) -md5sums=('5f3a0ed1b3510ca0695db0b4debdd292') +source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz) +md5sums=('dcb8f345d44ee79108282e7d0bdf5013') build() { cd $pkgname-$pkgver diff --git a/extra/imagemagick/PKGBUILD b/extra/imagemagick/PKGBUILD index 5b7cfa23c..ce17ba92e 100644 --- a/extra/imagemagick/PKGBUILD +++ b/extra/imagemagick/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 206033 2014-02-16 02:34:53Z eric $ +# $Id: PKGBUILD 206119 2014-02-19 04:57:14Z eric $ # Maintainer: Eric Bélanger pkgbase=imagemagick pkgname=('imagemagick' 'imagemagick-doc') -pkgver=6.8.8.6 +pkgver=6.8.8.7 pkgrel=1 arch=('i686' 'x86_64') url="http://www.imagemagick.org/" @@ -14,7 +14,7 @@ makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' #source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc} source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc} perlmagick.rpath.patch) -sha1sums=('02bb3888a7d9218a9c81af1bef8df7e68af846a0' +sha1sums=('8a8b0d70cc8692c32efbfcb7b739973a2ac39a36' 'SKIP' 'e143cf9d530fabf3b58023899b5cc544ba93daec') diff --git a/extra/libass/PKGBUILD b/extra/libass/PKGBUILD index 5afd05340..ee2903698 100644 --- a/extra/libass/PKGBUILD +++ b/extra/libass/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 203015 2013-12-31 17:37:47Z giovanni $ +# $Id: PKGBUILD 206128 2014-02-19 17:11:36Z giovanni $ # Maintainer: Giovanni Scafora # Contributor: G_Syme pkgname=libass -pkgver=0.10.2 -pkgrel=2 +pkgver=0.11.1 +pkgrel=1 pkgdesc="A portable library for SSA/ASS subtitles rendering" arch=('i686' 'x86_64') url="http://code.google.com/p/libass/" license=('BSD') depends=('fribidi' 'fontconfig' 'enca' 'harfbuzz') -makedepends=('pkg-config') -source=("http://libass.googlecode.com/files/${pkgname}-${pkgver}.tar.xz") -md5sums=('ce672ed5629c9708b3401b976f516744') +makedepends=('pkg-config' 'yasm') +source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz") +md5sums=('4c67e4450d4aad65e344de3f5cf28751') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/extra/lynx/PKGBUILD b/extra/lynx/PKGBUILD index cb8b913f2..c934ebab3 100644 --- a/extra/lynx/PKGBUILD +++ b/extra/lynx/PKGBUILD @@ -1,19 +1,22 @@ -# $Id: PKGBUILD 197170 2013-10-23 13:51:58Z pierre $ -# Maintainer: +# $Id: PKGBUILD 206120 2014-02-19 05:02:54Z pierre $ +# Maintainer: Pierre Schmitz # Contributor: Douglas Soares de Andrade # Contributor: Tom Newsom pkgname=lynx -pkgver=2.8.7 -pkgrel=7 +pkgver=2.8.8 +_relver=${pkgver}rel.1 +pkgrel=1 pkgdesc="A text browser for the World Wide Web" url="http://lynx.isc.org/" arch=('i686' 'x86_64') license=('GPL') -depends=('ncurses' 'openssl') +depends=('openssl') backup=('etc/lynx.cfg') -source=("http://lynx.isc.org/release/${pkgname}${pkgver}.tar.gz") -md5sums=('e36d70f3f09b2d502055ca67f09e363c') +source=("http://lynx.isc.org/current/${pkgname}${_relver}.tar.bz2" + "http://lynx.isc.org/current/${pkgname}${_relver}.tar.bz2.asc") +md5sums=('f467c043fe9a3963fc1c05f54923803f' + 'SKIP') build() { cd ${srcdir}/${pkgname}${pkgver//./-} diff --git a/extra/qemu/PKGBUILD b/extra/qemu/PKGBUILD index 6c086ad03..82eb471bc 100644 --- a/extra/qemu/PKGBUILD +++ b/extra/qemu/PKGBUILD @@ -1,21 +1,23 @@ -# $Id: PKGBUILD 201269 2013-12-07 10:40:12Z tpowa $ +# $Id: PKGBUILD 206122 2014-02-19 14:06:40Z heftig $ # Maintainer: Tobias Powalowski pkgname=('qemu' 'libcacard') pkgver=1.7.0 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') license=('GPL2' 'LGPL2.1') url="http://wiki.qemu.org/Index.html" -makedepends=('texi2html' 'perl' 'python2' 'spice-protocol') -install=qemu.install -source=(http://wiki.qemu.org/download/${pkgname}-${pkgver}.tar.bz2 - 65-kvm.rules) makedepends=('pixman' 'libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2' 'gnutls>=2.4.1' 'bluez-libs' 'vde2' 'util-linux' 'curl' 'libsasl' 'libgl' 'libpulse' 'seabios' 'libcap-ng' 'libaio' 'libseccomp' - 'libiscsi' 'libcacard' 'spice' 'spice-protocol' 'python2') + 'libiscsi' 'libcacard' 'spice' 'spice-protocol' 'python2' + 'usbredir') replaces=('qemu-kvm') options=(!strip) +install=qemu.install +source=(http://wiki.qemu.org/download/${pkgname}-${pkgver}.tar.bz2 + 65-kvm.rules) +md5sums=('32893941d40d052a5e649efcf06aca06' + '33ab286a20242dda7743a900f369d68a') build () { @@ -28,7 +30,8 @@ build () --python=/usr/bin/python2 --smbd=/usr/bin/smbd \ --enable-docs --libexecdir=/usr/lib/qemu \ --disable-gtk --enable-linux-aio --enable-seccomp \ - --enable-spice --localstatedir=/var + --enable-spice --localstatedir=/var \ + --enable-tpm make V=99 } @@ -37,7 +40,7 @@ package_qemu() { depends=('pixman' 'libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2' 'gnutls>=2.4.1' 'bluez-libs' 'vde2' 'util-linux' 'curl' 'libsasl' 'libgl' 'libpulse' 'seabios' 'libcap-ng' 'libaio' 'libseccomp' - 'libiscsi' 'libcacard' 'spice') + 'libiscsi' 'libcacard' 'spice' 'usbredir') backup=('etc/qemu/target-x86_64.conf') cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" libexecdir="/usr/lib/qemu" install @@ -71,7 +74,7 @@ package_qemu() { package_libcacard() { pkgdesc="Common Access Card (CAC) Emulation" options=('strip') - depends=('nss' 'libaio' 'libcap-ng' 'libiscsi' 'curl' 'vde2') + depends=('nss' 'libaio' 'libcap-ng' 'libiscsi' 'curl' 'vde2' 'glib2') mkdir -p ${pkgdir}/usr/bin mkdir -p ${pkgdir}/usr/lib/pkgconfig mkdir -p ${pkgdir}/usr/include/cacard @@ -80,5 +83,3 @@ package_libcacard() { cp -a ${srcdir}/qemu-${pkgver}/libcacard.pc ${pkgdir}/usr/lib/pkgconfig/ cp -a ${srcdir}/qemu-${pkgver}/.libs/vscclient ${pkgdir}/usr/bin/ } -md5sums=('32893941d40d052a5e649efcf06aca06' - '33ab286a20242dda7743a900f369d68a') diff --git a/extra/xmlto/PKGBUILD b/extra/xmlto/PKGBUILD index cff9429c4..bf169f4e3 100644 --- a/extra/xmlto/PKGBUILD +++ b/extra/xmlto/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 201307 2013-12-08 11:06:49Z giovanni $ +# $Id: PKGBUILD 206130 2014-02-19 17:21:53Z giovanni $ # Maintainer: Giovanni Scafora # Contributor: Jan de Groot # Contributor: Sergej Pupykin @@ -6,7 +6,7 @@ pkgname=xmlto pkgver=0.0.25 -pkgrel=3 +pkgrel=4 pkgdesc="Convert xml to many other formats" arch=('i686' 'x86_64') url="http://cyberelk.net/tim/software/xmlto/" @@ -19,8 +19,8 @@ md5sums=('6b6267b1470f8571fe5f63a128970364') build() { cd "$srcdir/${pkgname}-${pkgver}" - ./configure --prefix=/usr \ - --mandir=/usr/share/man + BASH=/bin/bash ./configure --prefix=/usr \ + --mandir=/usr/share/man make } -- cgit v1.2.3-54-g00ecf