diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/clamav/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/imagemagick/PKGBUILD | 8 | ||||
-rw-r--r-- | extra/inkscape/PKGBUILD | 12 | ||||
-rw-r--r-- | extra/pstoedit/PKGBUILD | 4 | ||||
-rw-r--r-- | extra/qemu/PKGBUILD | 10 | ||||
-rw-r--r-- | extra/talloc/PKGBUILD | 8 | ||||
-rw-r--r-- | extra/wxgtk/PKGBUILD | 8 |
7 files changed, 31 insertions, 25 deletions
diff --git a/extra/clamav/PKGBUILD b/extra/clamav/PKGBUILD index 82b06984c..74af1b54e 100644 --- a/extra/clamav/PKGBUILD +++ b/extra/clamav/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 212119 2014-05-08 08:34:11Z bisson $ +# $Id: PKGBUILD 215231 2014-06-17 04:09:50Z bisson $ # Contributor: Dale Blount <dale@archlinux.org> # Contributor: Gregor Ibic <gregor.ibic@intelicom.si> # Maintainer: Gaetan Bisson <bisson@archlinux.org> pkgname=clamav -pkgver=0.98.3 +pkgver=0.98.4 pkgrel=1 pkgdesc='Anti-virus toolkit for Unix' url='http://www.clamav.net/' @@ -18,7 +18,7 @@ source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver 'freshclam.conf' 'clamd.service' 'freshclamd.service') -sha1sums=('32f0a0675f8023b20e1d19fe8592e330674d0551' 'SKIP' +sha1sums=('f1003d04f34efb0aede05395d3c7cc22c944e4ef' 'SKIP' 'bb488a56b0f6a0760446cde89c1e3321e2717b78' 'a224ea9b4d0f4f196827347d54bed51e11c197ea' '887f624eb305f2446f55d8339e2972ad0cfe2b79' diff --git a/extra/imagemagick/PKGBUILD b/extra/imagemagick/PKGBUILD index 2272c8147..b632eab50 100644 --- a/extra/imagemagick/PKGBUILD +++ b/extra/imagemagick/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 214201 2014-06-04 13:51:04Z bluewind $ +# $Id: PKGBUILD 215256 2014-06-17 19:24:42Z eric $ # Maintainer: Eric Bélanger <eric@archlinux.org> pkgbase=imagemagick pkgname=('imagemagick' 'imagemagick-doc') -pkgver=6.8.9.1 -pkgrel=3 +pkgver=6.8.9.3 +pkgrel=1 arch=('i686' 'x86_64') url="http://www.imagemagick.org/" license=('custom') @@ -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=('02f0a38ed50a2f807675cfd17b788f0c50ad4daa' +sha1sums=('6204ab02754c10220f2c7a5d0c61ab3b1172d40e' 'SKIP' 'e143cf9d530fabf3b58023899b5cc544ba93daec') diff --git a/extra/inkscape/PKGBUILD b/extra/inkscape/PKGBUILD index 2a84bb35e..791789251 100644 --- a/extra/inkscape/PKGBUILD +++ b/extra/inkscape/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 212156 2014-05-09 14:50:58Z andyrtr $ +# $Id: PKGBUILD 215257 2014-06-17 19:24:43Z eric $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Tobias Kieslich <tobias@justdreams.de> # Contributor: tobias <tobias@archlinux.org> pkgname=inkscape pkgver=0.48.4 -pkgrel=15 +pkgrel=16 pkgdesc='Vector graphics editor using the SVG file format' url='http://inkscape.sourceforge.net/' license=('GPL' 'LGPL') @@ -34,12 +34,12 @@ sha1sums=('5f26f6ad191d1e7c2a9fb69a438722beb172224c' install=install prepare() { - cd ${pkgname}-${pkgver} + cd "${srcdir}/${pkgname}-${pkgver}" patch -p1 -i ../gc74.patch # FS#39106 patch -p0 -i ../freetype.patch # FS#37956 patch -p1 -i ../ime-placement.patch # FS#39898 patch -p0 -i ../spuriouscomma.patch - patch -p0 -i ../poppler-0.26.patch + patch -p0 -i ../poppler-0.26.patch sed -i 's|/usr/bin/python\>|/usr/bin/python2|g' cxxtest/*.py sed -i 's|/usr/bin/env python\>|/usr/bin/env python2|g' share/*/{test/,}*.py sed -i 's|"python" },|"python2" },|g' src/extension/implementation/script.cpp @@ -50,7 +50,7 @@ prepare() { } build() { - cd ${pkgname}-${pkgver} + cd "${srcdir}/${pkgname}-${pkgver}" ./configure \ --prefix=/usr \ --with-python \ @@ -62,6 +62,6 @@ build() { } package() { - cd ${pkgname}-${pkgver} + cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install } diff --git a/extra/pstoedit/PKGBUILD b/extra/pstoedit/PKGBUILD index 1b1d5956c..80c082155 100644 --- a/extra/pstoedit/PKGBUILD +++ b/extra/pstoedit/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 204525 2014-01-22 01:48:55Z eric $ +# $Id: PKGBUILD 215258 2014-06-17 19:24:44Z eric $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: damir <damir@archlinux.org> # Contributor: Tobias Powalowski <t.powa@gmx.de> pkgname=pstoedit pkgver=3.62 -pkgrel=4 +pkgrel=5 pkgdesc="Translates PostScript and PDF graphics into other vector formats" arch=('i686' 'x86_64') url="http://www.pstoedit.net/" diff --git a/extra/qemu/PKGBUILD b/extra/qemu/PKGBUILD index ab5b8a8ab..27d16be6e 100644 --- a/extra/qemu/PKGBUILD +++ b/extra/qemu/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 212784 2014-05-15 06:48:51Z tpowa $ +# $Id: PKGBUILD 215254 2014-06-17 15:51:51Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> pkgname=('qemu' 'libcacard') pkgver=2.0.0 -pkgrel=3 +pkgrel=4 arch=('i686' 'x86_64') license=('GPL2' 'LGPL2.1') url="http://wiki.qemu.org/Index.html" @@ -54,6 +54,12 @@ package_qemu() { rm "${pkgdir}/usr/share/qemu/bios.bin" rm "${pkgdir}/usr/share/qemu/acpi-dsdt.aml" rm "${pkgdir}/usr/share/qemu/q35-acpi-dsdt.aml" + rm "${pkgdir}/usr/share/qemu/bios-256k.bin" + rm "${pkgdir}/usr/share/qemu/vgabios-cirrus.bin" + rm "${pkgdir}/usr/share/qemu/vgabios-qxl.bin" + rm "${pkgdir}/usr/share/qemu/vgabios-stdvga.bin" + rm "${pkgdir}/usr/share/qemu/vgabios-vmware.bin" + # remove conflicting /var/run directory rm -r "${pkgdir}/var" install -D -m644 "${srcdir}/65-kvm.rules" \ diff --git a/extra/talloc/PKGBUILD b/extra/talloc/PKGBUILD index fdc8074d1..ec8da70db 100644 --- a/extra/talloc/PKGBUILD +++ b/extra/talloc/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 211155 2014-04-17 20:01:41Z tpowa $ +# $Id: PKGBUILD 215232 2014-06-17 04:34:01Z fyan $ # Maintainer: # Contributor: Tobias Powalowski <tpowa@archlinux.org> pkgname=talloc -pkgver=2.1.0 -pkgrel=2 +pkgver=2.1.1 +pkgrel=1 pkgdesc="Hierarchical pool based memory allocator with destructors" arch=('i686' 'x86_64') license=('GPL3') @@ -34,4 +34,4 @@ package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install } -md5sums=('85a69bfb5808fcadf378bd9eadb1f9c2') +md5sums=('5dffb86414218a91864ed4453ba9be07') diff --git a/extra/wxgtk/PKGBUILD b/extra/wxgtk/PKGBUILD index 1f1bc06ca..6a0faf167 100644 --- a/extra/wxgtk/PKGBUILD +++ b/extra/wxgtk/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 211704 2014-04-23 15:47:27Z eric $ +# $Id: PKGBUILD 215261 2014-06-17 21:23:14Z eric $ # Maintainer: Eric Bélanger <eric@archlinux.org> pkgname=wxgtk -pkgver=3.0.0 -pkgrel=3 +pkgver=3.0.1 +pkgrel=1 pkgdesc="GTK+ implementation of wxWidgets API for GUI" arch=('i686' 'x86_64') url="http://wxwidgets.org" @@ -13,7 +13,7 @@ makedepends=('gstreamer0.10-base-plugins' 'gconf' 'webkitgtk2' 'glu') optdepends=('webkitgtk2: for webview support') options=('!emptydirs') source=(http://downloads.sourceforge.net/wxwindows/wxWidgets-${pkgver}.tar.bz2) -sha1sums=('756a9c54d1f411e262f03bacb78ccef085a9880a') +sha1sums=('73e58521d6871c9f4d1e7974c6e3a81629fddcf8') build() { cd wxWidgets-${pkgver} |