diff options
Diffstat (limited to 'community')
48 files changed, 489 insertions, 180 deletions
diff --git a/community/0ad/PKGBUILD b/community/0ad/PKGBUILD index 6b2a83894..67dd75224 100644 --- a/community/0ad/PKGBUILD +++ b/community/0ad/PKGBUILD @@ -2,9 +2,9 @@ # Contributor: t3ddy <t3ddy1988 "at" gmail {dot} com> # Contributor: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com> pkgname=0ad -pkgver=a10 -_pkgver=r11863-alpha -pkgrel=3 +pkgver=a11 +_pkgver=0.0.11-alpha +pkgrel=1 pkgdesc="Cross-platform, 3D and historically-based real-time strategy game" arch=('i686' 'x86_64') url="http://wildfiregames.com/0ad" @@ -13,7 +13,7 @@ depends=('binutils' 'boost-libs' 'curl' 'enet>=1.3' 'gamin' 'libogg' 'libpng' 'l makedepends=('boost' 'cmake' 'mesa') source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz" "boost-1.50.patch") -md5sums=('f42a2e18515cbcd48b99f0ea3796b3a4' +md5sums=('0feedd076ea441ca821073b4b7014946' '570724341102e23730de2f70d3a1b97c') build() { @@ -21,7 +21,7 @@ build() { sed -i 's/unix_names = { "boost_filesystem-mt", "boost_system-mt" },/unix_names = { "boost_filesystem", "boost_system" },/g' "${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua" sed -i 's/unix_names = { "boost_signals-mt" },/unix_names = { "boost_signals" },/g' "${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua" - patch -d ../.. -Np1 < $srcdir/boost-1.50.patch + #patch -d ../.. -Np1 < $srcdir/boost-1.50.patch ./update-workspaces.sh \ --with-system-enet \ diff --git a/community/atop/PKGBUILD b/community/atop/PKGBUILD index 583499150..3663de823 100644 --- a/community/atop/PKGBUILD +++ b/community/atop/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 75558 2012-08-27 08:48:21Z spupykin $ +# $Id: PKGBUILD 75922 2012-09-05 14:45:58Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: John Gerritse <john.gerritse@gmail.com> pkgname=atop pkgver=1.27_3 -pkgrel=2 +pkgrel=3 pkgdesc="A system and process level monitor." arch=(i686 x86_64 'mips64el') url="http://www.atoptool.nl/" @@ -25,4 +25,6 @@ package() { rm -f $pkgdir/etc/cron.d/atop install -dm0755 $pkgdir/etc/cron.daily mv $pkgdir/etc/atop/atop.daily $pkgdir/etc/cron.daily/atop + sed -i 's|/etc/atop/atop.daily|/etc/cron.daily/atop|g' $pkgdir/etc/rc.d/atop + install -Dm0644 atop.service $pkgdir/usr/lib/systemd/system/atop.service } diff --git a/community/cantata/PKGBUILD b/community/cantata/PKGBUILD index be464d88f..54857cf3c 100644 --- a/community/cantata/PKGBUILD +++ b/community/cantata/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 75701 2012-08-29 08:36:07Z andrea $ +# $Id: PKGBUILD 75868 2012-09-04 07:29:32Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Mcder3 <mcder3[at]gmail[dot]com> # Contributor: MisterFred <mister.fred[at]free[dot]fr> pkgname=cantata -pkgver=0.8.2 +pkgver=0.8.3 pkgdesc="A KDE client for the music player daemon (MPD)" -pkgrel=2 +pkgrel=1 arch=('i686' 'x86_64' 'mips64el') url="http://kde-apps.org/content/show.php/Cantata?content=147733" license=('GPL') @@ -14,9 +14,9 @@ depends=('kdebase-runtime' 'taglib-extras' 'ffmpeg' 'libmtp' 'mpg123' 'speex') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://cantata.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2") -md5sums=('9bda49f1083820582723353f566268f3') +md5sums=('10f58e255ecaf827af9c9cc63ca932da') -build(){ +build() { mkdir build cd build cmake ../${pkgname}-${pkgver} \ diff --git a/community/chromaprint/PKGBUILD b/community/chromaprint/PKGBUILD index 1d0f59642..64a17ac0a 100644 --- a/community/chromaprint/PKGBUILD +++ b/community/chromaprint/PKGBUILD @@ -1,24 +1,21 @@ -# $Id: PKGBUILD 73467 2012-07-08 09:29:39Z ibiru $ +# $Id: PKGBUILD 75942 2012-09-06 00:10:52Z bisson $ # Contributor: Wieland Hoffmann <the_mineo@web.de> # Maintainer: Gaetan Bisson <bisson@archlinux.org> pkgname=chromaprint -pkgver=0.6 -pkgrel=3 +pkgver=0.7 +pkgrel=1 pkgdesc='Library that implements a custom algorithm for extracting fingerprints from any audio source' url='http://acoustid.org/chromaprint/' arch=('i686' 'x86_64' 'mips64el') license=('LGPL') depends=('ffmpeg') makedepends=('cmake') -source=("https://github.com/downloads/lalinsky/${pkgname}/${pkgname}-${pkgver}.tar.gz" - 'ffmpeg.patch') -sha1sums=('e8bcc1d0d8dfec86aa648b87ba3f69b6d589eae0' - '56057f824a29194fc6041bd73e0d07412fcc065b') +source=("https://github.com/downloads/lalinsky/${pkgname}/${pkgname}-${pkgver}.tar.gz") +sha1sums=('6a961585e82d26d357eb792216becc0864ddcdb2') build() { cd "${srcdir}/${pkgname}-${pkgver}" - patch -p1 -i ../ffmpeg.patch cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_EXAMPLES=ON . make } diff --git a/community/dee/PKGBUILD b/community/dee/PKGBUILD index ce97ec327..41a245c8f 100644 --- a/community/dee/PKGBUILD +++ b/community/dee/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 75004 2012-08-11 13:46:07Z bgyorgy $ +# $Id: PKGBUILD 75926 2012-09-05 16:57:29Z bgyorgy $ # Maintainer: Balló György <ballogyor+arch at gmail dot com> pkgname=dee -pkgver=1.0.12 +pkgver=1.0.14 pkgrel=1 pkgdesc="Library to provide objects allowing to create Model-View-Controller type programs across DBus" arch=('i686' 'x86_64' 'mips64el') @@ -12,7 +12,7 @@ depends=('glib2' 'icu') makedepends=('python2' 'gobject-introspection' 'vala') options=('!libtool') source=(http://launchpad.net/$pkgname/1.0/$pkgver/+download/$pkgname-$pkgver.tar.gz) -md5sums=('8c0bcdf1f96882d2b24d6f5243480fae') +md5sums=('473b4181e26538af0fb753255da7945c') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/distcc/PKGBUILD b/community/distcc/PKGBUILD index 63dc8472c..5a7d46595 100644 --- a/community/distcc/PKGBUILD +++ b/community/distcc/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 72942 2012-06-25 11:01:19Z spupykin $ +# $Id: PKGBUILD 75874 2012-09-04 15:27:48Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Judd Vinet <jvinet@zeroflux.org> # Contributor: Giovanni Scafora <giovanni@archlinux.org> pkgname=distcc pkgver=3.1 -pkgrel=7 +pkgrel=8 pkgdesc="A distributed C, C++, Obj C compiler" arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/distcc/" @@ -16,11 +16,13 @@ optdepends=('gtk2: for distccmon-gnome' 'python2') backup=(etc/conf.d/distccd) source=(http://distcc.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2 - distccd - distccd.conf.d) + distccd + distccd.conf.d + distccd.service) md5sums=('a1a9d3853df7133669fffec2a9aab9f3' '1c918474372c09304772c20c4de484fa' - '89aaf6e9072092e283465a14e83f0f94') + '89aaf6e9072092e283465a14e83f0f94' + 'bb24748257d9b0739e18b494cae08633') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -51,4 +53,6 @@ package() { ln -sf /usr/bin/${pkgname} ${pkgdir}/usr/lib/${pkgname}/bin/g++ ln -sf /usr/bin/${pkgname} ${pkgdir}/usr/lib/${pkgname}/bin/c++ ln -sf /usr/bin/${pkgname} ${pkgdir}/usr/lib/${pkgname}/bin/cpp + + install -Dm0644 $srcdir/distccd.service $pkgdir/usr/lib/systemd/system/distccd.service } diff --git a/community/distcc/distccd.service b/community/distcc/distccd.service new file mode 100644 index 000000000..5c3444ff6 --- /dev/null +++ b/community/distcc/distccd.service @@ -0,0 +1,10 @@ +[Unit] +Description=A distributed C/C++ compiler +Documentation=man:distccd(1) + +[Service] +EnvironmentFile=/etc/conf.d/distccd +ExecStart=/usr/bin/distccd --daemon --no-detach $DISTCC_ARGS + +[Install] +WantedBy=multi-user.target diff --git a/community/geos/PKGBUILD b/community/geos/PKGBUILD index c4185367a..c385e7a05 100644 --- a/community/geos/PKGBUILD +++ b/community/geos/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 71674 2012-05-31 23:36:16Z jlichtblau $ +# $Id: PKGBUILD 75948 2012-09-06 19:45:39Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org # Contributor: William Rea <sillywilly@gmail.com> # Contributor: Alexander Rødseth <rodseth@gmail.com> pkgname=geos -pkgver=3.3.4 +pkgver=3.3.5 pkgrel=1 pkgdesc="C++ port of the Java Topology Suite" arch=('i686' 'x86_64' 'mips64el') @@ -13,8 +13,9 @@ url="http://trac.osgeo.org/geos/" license=('LGPL') depends=('gcc-libs' 'bash') options=('!libtool' '!emptydirs') +changelog=$pkgname.changelog source=(http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.bz2) -sha256sums=('cd5400aa5f3fe32246dfed5d238c5017e1808162c865c016480b3e6c07271904') +sha256sums=('3b513fbe2d155364d61e76d9c250d6d8e75b5166783a233596c744373cb5874f') build() { cd ${srcdir}/$pkgname-$pkgver diff --git a/community/geos/geos.changelog b/community/geos/geos.changelog new file mode 100644 index 000000000..ea7b3b411 --- /dev/null +++ b/community/geos/geos.changelog @@ -0,0 +1,2 @@ +2012-09-06 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * geos 3.3.5-1 diff --git a/community/gigi/PKGBUILD b/community/gigi/PKGBUILD index 63fc4188c..5066202b2 100644 --- a/community/gigi/PKGBUILD +++ b/community/gigi/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 73991 2012-07-18 01:06:42Z ibiru $ +# $Id: PKGBUILD 76013 2012-09-08 21:44:20Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: fana-m <geminin@gmx.net> @@ -7,9 +7,9 @@ pkgname=gigi pkgver=0.8.0 -pkgrel=11 -_fixedrevision=1074 -pkgdesc="Small, efficient and feature rich GUI for C++ and OpenGL" +pkgrel=12 +_fixedrevision=5208 +pkgdesc="Small, efficient and feature rich GUI for C++ and OpenGL (freeorion fork)" url="http://gigi.sourceforge.net/" arch=('x86_64' 'i686') license=('LGPL') @@ -24,7 +24,8 @@ build() { if [ -d gigi/.svn ]; then (cd gigi && svn up -r "$_fixedrevision") else - svn co https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/ \ + #svn co https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/ \ + svn co https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/ \ --config-dir ./ -r "$_fixedrevision" gigi fi @@ -32,12 +33,6 @@ build() { svn export gigi gigi-build cd gigi-build - msg2 "Patching..." - sed -i 's/move_backward(/adobe::move_backward(/g' GG/adobe/vector.hpp - sed -i 's/__GNUC_MINOR__ <= 6/__GNUC_MINOR__ <= 999/g' GG/adobe/cmath.hpp - sed -i 's/insert(adobe/this->insert(adobe/g' GG/adobe/closed_hash.hpp - sed -i 's:TIME_UTC:TIME_UTC_:' src/GUI.cpp - msg2 "Configuring..." setconf cmake/GiGiOgre.pc.in prefix /usr setconf cmake/GiGi.pc.in prefix /usr diff --git a/community/girara/PKGBUILD b/community/girara/PKGBUILD index b481cb7b1..6e7a3ab62 100644 --- a/community/girara/PKGBUILD +++ b/community/girara/PKGBUILD @@ -1,10 +1,11 @@ -# $Id: PKGBUILD 72431 2012-06-14 15:06:36Z spupykin $ +# $Id: PKGBUILD 75891 2012-09-05 01:14:20Z dwallace $ +# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: mlq <mlq@pwmt.org> pkgbase=girara pkgname=(girara-common girara-gtk2 girara-gtk3) -pkgver=0.1.3 +pkgver=0.1.4 pkgrel=1 pkgdesc="user interface library" arch=('i686' 'x86_64' 'mips64el') @@ -12,7 +13,7 @@ url="http://pwmt.org/projects/girara" license=('custom') makedepends=('gtk3' 'gtk2') source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz) -md5sums=('61b2a564c1b79b1b831a8bf517d4644e') +md5sums=('f348fbe96ceda4a89142cec92de08d25') build() { true diff --git a/community/haskell-bytestring-show/PKGBUILD b/community/haskell-bytestring-show/PKGBUILD index d59b21995..081f77510 100644 --- a/community/haskell-bytestring-show/PKGBUILD +++ b/community/haskell-bytestring-show/PKGBUILD @@ -1,17 +1,18 @@ -# $Id: PKGBUILD 72384 2012-06-13 13:45:56Z tdziedzic $ +# $Id: PKGBUILD 75911 2012-09-05 10:26:10Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=haskell-bytestring-show -pkgver=0.3.5.1 -pkgrel=3 +pkgver=0.3.5.2 +pkgrel=1 pkgdesc="Efficient conversion of values into readable byte strings." -url="http://code.haskell.org/~dolio/" +#url="http://code.haskell.org/~dolio/" +url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bytestring-show" license=("BSD3") arch=('i686' 'x86_64') depends=("ghc=7.4.2-1") install="${pkgname}.install" source=("http://hackage.haskell.org/packages/archive/bytestring-show/${pkgver}/bytestring-show-${pkgver}.tar.gz") -md5sums=('7396bc2e8f88dedc3374c3f12f24e4bd') +md5sums=('bd7cc8c9da04814d5c81041f8f087a8c') build() { cd ${srcdir}/bytestring-show-${pkgver} diff --git a/community/haskell-hslogger/PKGBUILD b/community/haskell-hslogger/PKGBUILD index 8908acc29..bc06dc50b 100644 --- a/community/haskell-hslogger/PKGBUILD +++ b/community/haskell-hslogger/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 72391 2012-06-13 13:46:34Z tdziedzic $ +# $Id: PKGBUILD 75909 2012-09-05 10:20:43Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Arch Haskell Team <arch-haskell@haskell.org> pkgname=haskell-hslogger -pkgver=1.1.5 -pkgrel=7 +pkgver=1.2.0 +pkgrel=1 pkgdesc="Versatile logging framework" url="http://hackage.haskell.org/package/hslogger" license=('LGPL') @@ -12,7 +12,7 @@ arch=('i686' 'x86_64' 'mips64el') depends=('ghc=7.4.2-1' 'haskell-mtl=2.1.1-1' 'haskell-network=2.3.0.14-1') install=${pkgname}.install source=(http://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz) -md5sums=('cd3dfd6f88176bd53b333ea29130a857') +md5sums=('e0737887b0df75a3781989c8f6689850') build() { cd ${srcdir}/hslogger-${pkgver} diff --git a/community/hevea/PKGBUILD b/community/hevea/PKGBUILD index c1423206f..d988b2cec 100644 --- a/community/hevea/PKGBUILD +++ b/community/hevea/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 65556 2012-02-21 08:55:16Z spupykin $ +# $Id: PKGBUILD 75888 2012-09-04 15:42:07Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Brian Nguyen <bhnguyen@gmail.com> # Original Packager: Tom K <tomk@runbox.com> pkgname=hevea -pkgver=1.10 -pkgrel=3 +pkgver=2.00 +pkgrel=1 pkgdesc="A quite complete and fast LATEX to HTML translator" arch=(i686 x86_64 'mips64el') depends=('ocaml') @@ -13,16 +13,18 @@ license=('GPL') url="http://pauillac.inria.fr/~maranget/hevea/" install=hevea.install source=(http://pauillac.inria.fr/~maranget/$pkgname/distri/$pkgname-$pkgver.tar.gz) -md5sums=('24a631570bee3cc4b8350e9db39be62b') +md5sums=('5cf0070c7cf5c7c020a657c513eaa0b5') build() { cd $srcdir/$pkgname-$pkgver - sed -i 's:usr/local:usr:' Makefile make +} - sed -i "s:DESTDIR=.*:DESTDIR=$pkgdir:" Makefile config.sh - make install +package() { + cd $srcdir/$pkgname-$pkgver + sed -i 's:/usr:$PREFIX:' config.sh + make install PREFIX=$pkgdir/usr mkdir -p $pkgdir/usr/share/texmf/tex/latex ln -s /usr/lib/hevea/hevea.sty $pkgdir/usr/share/texmf/tex/latex/hevea.sty } diff --git a/community/kdbg/PKGBUILD b/community/kdbg/PKGBUILD index be06d5eb3..2f99878f7 100644 --- a/community/kdbg/PKGBUILD +++ b/community/kdbg/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 57376 2011-10-26 15:29:28Z spupykin $ +# $Id: PKGBUILD 75968 2012-09-07 11:44:58Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Eric Belanger <belanger@astro.umontreal.ca> # Contributor: Jason Taylor <jftaylor21@gmail.com> # Contributor: Georg Grabler <ggrabler@chello.at> pkgname=kdbg -pkgver=2.5.1 +pkgver=2.5.2 pkgrel=1 pkgdesc="A gdb GUI for KDE" arch=('i686' 'x86_64' 'mips64el') @@ -15,7 +15,7 @@ depends=('kdebase-runtime' 'gdb') makedepends=('automoc4' 'cmake') options=('!libtool') source=("http://downloads.sourceforge.net/project/kdbg/Source%20Code/$pkgver/kdbg-$pkgver.tar.gz") -md5sums=('a19095dce4cb5df0dbaa9368d400fc30') +md5sums=('392f477f0a4c1f1b921ce7d6c7128fcb') build() { cd $srcdir diff --git a/community/libmediainfo/PKGBUILD b/community/libmediainfo/PKGBUILD index 8af8184b3..b0edb06ba 100644 --- a/community/libmediainfo/PKGBUILD +++ b/community/libmediainfo/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 74895 2012-08-09 08:03:13Z spupykin $ +# $Id: PKGBUILD 75876 2012-09-04 15:28:30Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: hydro <hydro@freenet.de> pkgname=libmediainfo -pkgver=0.7.59 +pkgver=0.7.60 pkgrel=1 pkgdesc="shared library for mediainfo" arch=('i686' 'x86_64' 'mips64el') @@ -14,7 +14,7 @@ makedepends=('libtool' 'automake' 'autoconf') options=(!libtool) source=(http://downloads.sourceforge.net/mediainfo/${pkgname}_${pkgver}.tar.bz2 libmediainfo-0.7.50-libmms.patch) -md5sums=('d3f74fd28810e5f1eb6b9d2b893b8a5c' +md5sums=('f2a8e921814fc188ada7a236c8a2073e' '2f4b21cc250f663d52b497dedb963e3b') build() { diff --git a/community/libmicrohttpd/PKGBUILD b/community/libmicrohttpd/PKGBUILD index 43949e366..787a66f65 100644 --- a/community/libmicrohttpd/PKGBUILD +++ b/community/libmicrohttpd/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 74172 2012-07-22 18:30:33Z spupykin $ +# $Id: PKGBUILD 75878 2012-09-04 15:29:17Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Norberto Lopes <shelika@mail.telepac.pt> # Contributor: Kao Dome <kaodome@gmail.com> @@ -6,7 +6,7 @@ # Contributor: Mathias Rohnstock <linksoft@gmx.de> pkgname=libmicrohttpd -pkgver=0.9.21 +pkgver=0.9.22 pkgrel=1 pkgdesc="a small C library that is supposed to make it easy to run an HTTP server as part of another application." arch=('i686' 'x86_64' 'mips64el') @@ -16,7 +16,7 @@ options=('!libtool') depends=('gnutls' 'libgcrypt') install=libmicrohttpd.install source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz) -md5sums=('2bf97219d1137d26711ead48d11ebcdd') +md5sums=('a90cb23e3087146fabc49a370c192de2') build() { cd ${pkgname}-${pkgver} diff --git a/community/luxrays/PKGBUILD b/community/luxrays/PKGBUILD new file mode 100644 index 000000000..65177aa26 --- /dev/null +++ b/community/luxrays/PKGBUILD @@ -0,0 +1,37 @@ +# $Id: PKGBUILD 75913 2012-09-05 11:10:59Z stativ $ +# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com> +pkgname=luxrays +pkgver=1.0rc4 +_pkgver=752ba5c422e0 +pkgrel=1 +epoch=0 +pkgdesc="Accelerate the ray intersection process by using GPUs" +arch=('i686' 'x86_64') +url="http://www.luxrender.net/" +license=('GPL') +depends=('freeimage' 'freeglut' 'glew' 'libcl') +makedepends=('cmake' 'boost' 'opencl-headers') +source=(https://bitbucket.org/luxrender/luxrays/get/$_pkgver.tar.bz2) +md5sums=('409a6d7b4279709c63cf2f1324d837ef') + +build() { + cd "$srcdir/luxrender-$pkgname-$_pkgver" + + export CXXFLAGS="$CXXFLAGS -lpthread" + cmake -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_SKIP_RPATH=ON \ + -DLUXRAYS_DISABLE_OPENCL=OFF \ + . + make +} + +package() { + cd "$srcdir/luxrender-$pkgname-$_pkgver" + + install -d -m755 "$pkgdir"/usr/{bin,include,lib} + install -m755 bin/* "$pkgdir"/usr/bin + install -m644 lib/* "$pkgdir"/usr/lib + cp -a include/luxrays "$pkgdir"/usr/include +} + +# vim:set ts=2 sw=2 et: diff --git a/community/luxrender/PKGBUILD b/community/luxrender/PKGBUILD new file mode 100644 index 000000000..243906b9e --- /dev/null +++ b/community/luxrender/PKGBUILD @@ -0,0 +1,53 @@ +# $Id: PKGBUILD 75915 2012-09-05 11:28:27Z stativ $ +# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com> +# Initial contributor: flixie <69one@gmx.net> +# Contributor: Imanol Celaya <ornitorrincos@archlinux-es.org> +pkgname=luxrender +pkgver=1.0rc4 +_pkgver=0b4c3e188707 +pkgrel=1 +pkgdesc="Rendering system for physically correct, unbiased image synthesis" +arch=('i686' 'x86_64') +url="http://www.luxrender.net/" +license=('GPL') +depends=('boost-libs' 'freeimage' 'openexr' 'libcl') +optdepends=('luxblend25: Blender exporter' 'qt: Qt GUI' \ + 'python: Python interface (pylux)' + 'nvidia-utils: OpenCL support for nVidia GPUs' \ + 'amdstream: OpenCL support for AMD GPUs' \ + 'intel-opencl-sdk: OpenCL support for Intel CPUs') +makedepends=('cmake' 'boost' 'qt' "luxrays=$pkgver" 'python' 'opencl-headers') +source=(https://bitbucket.org/luxrender/lux/get/$_pkgver.tar.bz2 \ + boost_1.50_fix.diff) +md5sums=('0578f2500f51363ab4d8ea5004fea9dc' + '4cddc606ef3ea7f0bbbc9b3415be38b0') + +build() { + cd "$srcdir"/luxrender-lux-$_pkgver + + # fix for boost 1.50 + # the boost::TIME_UTC has been renamed due to the conflict with C++11 + patch -Np1 < "$srcdir"/boost_1.50_fix.diff || true + + export CXXFLAGS="$CXXFLAGS -lpthread" + cmake -DCMAKE_INSTALL_PREFIX=/usr \ + -DLUXRAYS_DISABLE_OPENCL=OFF \ + -DPYTHON_CUSTOM=ON \ + -DPYTHON_LIBRARIES=/usr/lib/libpython3.2mu.so \ + -DPYTHON_INCLUDE_PATH=/usr/include/python3.2mu/ \ + . + make +} + +package() { + cd "$srcdir"/luxrender-lux-$_pkgver + make DESTDIR="$pkgdir" install + + # fix library path on x86_64 + [ "$CARCH" = "x86_64" ] && mv "$pkgdir"/usr/lib64 "$pkgdir"/usr/lib + + #install pylux + install -D -m644 pylux.so "$pkgdir"/usr/lib/python3.2/pylux.so +} + +# vim:set ts=2 sw=2 et: diff --git a/community/luxrender/boost_1.50_fix.diff b/community/luxrender/boost_1.50_fix.diff new file mode 100644 index 000000000..d7231867e --- /dev/null +++ b/community/luxrender/boost_1.50_fix.diff @@ -0,0 +1,131 @@ +diff -rup luxrender-lux-008805644181/core/film.cpp luxrender-lux-008805644181.new/core/film.cpp +--- luxrender-lux-008805644181/core/film.cpp 2012-06-02 08:40:33.000000000 +0200 ++++ luxrender-lux-008805644181.new/core/film.cpp 2012-07-07 15:44:59.867492295 +0200 +@@ -618,7 +618,7 @@ Film::Film(u_int xres, u_int yres, Filte + int yRealHeight = Floor2Int(yPixelStart + .5f + yPixelCount + filter->yWidth) - Floor2Int(yPixelStart + .5f - filter->yWidth); + samplePerPass = xRealWidth * yRealHeight; + +- boost::xtime_get(&creationTime, boost::TIME_UTC); ++ boost::xtime_get(&creationTime, boost::TIME_UTC_); + + //Queryable parameters + AddIntAttribute(*this, "xResolution", "Horizontal resolution (pixels)", &Film::GetXResolution); +@@ -855,7 +855,7 @@ void Film::AddSampleCount(float count) { + if (haltTime > 0) { + // Check if we have met the enough rendering time condition + boost::xtime t; +- boost::xtime_get(&t, boost::TIME_UTC); ++ boost::xtime_get(&t, boost::TIME_UTC_); + if (t.sec - creationTime.sec > haltTime) + enoughSamplesPerPixel = true; + } +diff -rup luxrender-lux-008805644181/core/photonmap.cpp luxrender-lux-008805644181.new/core/photonmap.cpp +--- luxrender-lux-008805644181/core/photonmap.cpp 2012-06-02 08:40:33.000000000 +0200 ++++ luxrender-lux-008805644181.new/core/photonmap.cpp 2012-07-07 15:44:59.870825579 +0200 +@@ -474,13 +474,13 @@ void PhotonMapPreprocess(const RandomGen + + boost::xtime photonShootingStartTime; + boost::xtime lastUpdateTime; +- boost::xtime_get(&photonShootingStartTime, boost::TIME_UTC); +- boost::xtime_get(&lastUpdateTime, boost::TIME_UTC); ++ boost::xtime_get(&photonShootingStartTime, boost::TIME_UTC_); ++ boost::xtime_get(&lastUpdateTime, boost::TIME_UTC_); + u_int nshot = 0; + while ((!radianceDone || !directDone || !causticDone || !indirectDone) && !scene.terminated) { + // Dade - print some progress information + boost::xtime currentTime; +- boost::xtime_get(¤tTime, boost::TIME_UTC); ++ boost::xtime_get(¤tTime, boost::TIME_UTC_); + if (currentTime.sec - lastUpdateTime.sec > 5) { + ss.str(""); + ss << "Photon shooting progress: Direct[" << directPhotons.size(); +@@ -686,7 +686,7 @@ void PhotonMapPreprocess(const RandomGen + return; + + boost::xtime photonShootingEndTime; +- boost::xtime_get(&photonShootingEndTime, boost::TIME_UTC); ++ boost::xtime_get(&photonShootingEndTime, boost::TIME_UTC_); + LOG(LUX_INFO,LUX_NOERROR) << "Photon shooting done (" << ( photonShootingEndTime.sec - photonShootingStartTime.sec ) << "s)"; + + if (computeRadianceMap) { +@@ -700,7 +700,7 @@ void PhotonMapPreprocess(const RandomGen + for (u_int i = 0; i < radiancePhotons.size(); ++i) { + // Dade - print some progress info + boost::xtime currentTime; +- boost::xtime_get(¤tTime, boost::TIME_UTC); ++ boost::xtime_get(¤tTime, boost::TIME_UTC_); + if (currentTime.sec - lastUpdateTime.sec > 5) { + LOG(LUX_INFO,LUX_NOERROR) << "Radiance photon map computation progress: " << i << " (" << (100 * i / radiancePhotons.size()) << "%)"; + +@@ -740,7 +740,7 @@ void PhotonMapPreprocess(const RandomGen + + + boost::xtime radianceComputeEndTime; +- boost::xtime_get(&radianceComputeEndTime, boost::TIME_UTC); ++ boost::xtime_get(&radianceComputeEndTime, boost::TIME_UTC_); + LOG(LUX_INFO,LUX_NOERROR) << "Radiance photon map computed (" << ( radianceComputeEndTime.sec - photonShootingEndTime.sec ) << "s)"; + } + +diff -rup luxrender-lux-008805644181/core/renderfarm.cpp luxrender-lux-008805644181.new/core/renderfarm.cpp +--- luxrender-lux-008805644181/core/renderfarm.cpp 2012-06-02 08:40:33.000000000 +0200 ++++ luxrender-lux-008805644181.new/core/renderfarm.cpp 2012-07-07 15:44:59.870825579 +0200 +@@ -100,7 +100,7 @@ void FilmUpdaterThread::updateFilm(FilmU + // Dade - thread to update the film with data from servers + + boost::xtime reft; +- boost::xtime_get(&reft, boost::TIME_UTC); ++ boost::xtime_get(&reft, boost::TIME_UTC_); + + while (filmUpdaterThread->signal == SIG_NONE) { + // Dade - check signal every 1 sec +@@ -108,7 +108,7 @@ void FilmUpdaterThread::updateFilm(FilmU + for(;;) { + // Dade - sleep for 1 sec + boost::xtime xt; +- boost::xtime_get(&xt, boost::TIME_UTC); ++ boost::xtime_get(&xt, boost::TIME_UTC_); + xt.sec += 1; + boost::thread::sleep(xt); + +diff -rup luxrender-lux-008805644181/film/fleximage.cpp luxrender-lux-008805644181.new/film/fleximage.cpp +--- luxrender-lux-008805644181/film/fleximage.cpp 2012-06-02 08:40:33.000000000 +0200 ++++ luxrender-lux-008805644181.new/film/fleximage.cpp 2012-07-07 15:44:59.877492150 +0200 +@@ -191,7 +191,7 @@ FlexImageFilm::FlexImageFilm(u_int xres, + m_CameraResponseEnabled = d_CameraResponseEnabled = m_CameraResponseFile != ""; + + // init timer +- boost::xtime_get(&lastWriteImageTime, boost::TIME_UTC); ++ boost::xtime_get(&lastWriteImageTime, boost::TIME_UTC_); + lastWriteFLMTime = lastWriteImageTime; + } + +@@ -812,7 +812,7 @@ void FlexImageFilm::CheckWriteOuputInter + { + // Check write output interval + boost::xtime currentTime; +- boost::xtime_get(¤tTime, boost::TIME_UTC); ++ boost::xtime_get(¤tTime, boost::TIME_UTC_); + bool timeToWriteImage = (currentTime.sec - lastWriteImageTime.sec > writeInterval); + bool timeToWriteFLM = (currentTime.sec - lastWriteFLMTime.sec > flmWriteInterval); + +@@ -834,7 +834,7 @@ void FlexImageFilm::CheckWriteOuputInter + // WriteImage can take a very long time to be executed (i.e. by saving + // the film. It is better to refresh timestamps after the + // execution of WriteImage instead than before. +- boost::xtime_get(¤tTime, boost::TIME_UTC); ++ boost::xtime_get(¤tTime, boost::TIME_UTC_); + + if (timeToWriteImage) + lastWriteImageTime = currentTime; +diff -rup luxrender-lux-008805644181/renderers/sppmrenderer.h luxrender-lux-008805644181.new/renderers/sppmrenderer.h +--- luxrender-lux-008805644181/renderers/sppmrenderer.h 2012-06-02 08:40:33.000000000 +0200 ++++ luxrender-lux-008805644181.new/renderers/sppmrenderer.h 2012-07-07 15:44:59.874158864 +0200 +@@ -126,7 +126,7 @@ public: + { + while (state == PAUSE && !boost::this_thread::interruption_requested()) { + boost::xtime xt; +- boost::xtime_get(&xt, boost::TIME_UTC); ++ boost::xtime_get(&xt, boost::TIME_UTC_); + xt.sec += 1; + boost::thread::sleep(xt); + } diff --git a/community/mathomatic/PKGBUILD b/community/mathomatic/PKGBUILD index 8e222bc18..d96c9bcbf 100755 --- a/community/mathomatic/PKGBUILD +++ b/community/mathomatic/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 74885 2012-08-08 16:34:04Z ttopper $ +# $Id: PKGBUILD 76011 2012-09-08 21:04:59Z ttopper $ # Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de> # Contributor: Stefan Husmann <stefan-husmann@t-online.de> # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> pkgname=mathomatic -pkgver=16.0.2 +pkgver=16.0.3 pkgrel=1 pkgdesc="General purpose Computer Algebra System written in C" arch=('i686' 'x86_64' 'mips64el') @@ -13,11 +13,12 @@ url="http://mathomatic.orgserve.de/math/" depends=('readline') makedepends=('time') optdepends=('python2: for running /usr/share/doc/mathomatic/factorial/factorial' - 'bash: for running a test script' - 'm4: for complex operations using the matho script' + 'bash: for running a test script' + 'm4: for complex operations using the matho script' + 'rlwrap: for readline editing' 'gnuplot: for plotting') source=(http://mathomatic.org/$pkgname-$pkgver.tar.bz2) -md5sums=('17d4034b9f4af59d55095d47e9096c7b') +md5sums=('0bd4b73e364d05b7a5b855f19c91b6bd') build() { cd "$srcdir"/$pkgname-$pkgver diff --git a/community/mediainfo-gui/PKGBUILD b/community/mediainfo-gui/PKGBUILD index 5dc918421..1f58d64b5 100644 --- a/community/mediainfo-gui/PKGBUILD +++ b/community/mediainfo-gui/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 74899 2012-08-09 08:05:03Z spupykin $ +# $Id: PKGBUILD 75882 2012-09-04 15:30:42Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: hydro <hydro@freenet.de> pkgname=mediainfo-gui -pkgver=0.7.59 +pkgver=0.7.60 pkgrel=1 pkgdesc="GUI for mediainfo" arch=('i686' 'x86_64' 'mips64el') @@ -13,7 +13,7 @@ depends=('libmediainfo' 'wxgtk') makedepends=('libtool' 'automake' 'autoconf') install=mediainfo-gui.install source=(http://downloads.sourceforge.net/mediainfo/mediainfo_${pkgver}.tar.bz2) -md5sums=('485b160334254d9574ed0f7bb29ef35f') +md5sums=('ed1e1baf50ac101ef5c41b6b32ada36e') build() { cd $srcdir/MediaInfo/Project/GNU/GUI diff --git a/community/mediainfo/PKGBUILD b/community/mediainfo/PKGBUILD index f118ba0ac..fb6895c14 100644 --- a/community/mediainfo/PKGBUILD +++ b/community/mediainfo/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 74897 2012-08-09 08:04:05Z spupykin $ +# $Id: PKGBUILD 75880 2012-09-04 15:30:01Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: hydro <hydro@freenet.de> pkgname=mediainfo -pkgver=0.7.59 +pkgver=0.7.60 pkgrel=1 pkgdesc="supplies technical and tag information about a video or audio file" arch=('i686' 'x86_64' 'mips64el') @@ -12,7 +12,7 @@ license=('GPL') depends=('libmediainfo') makedepends=('libtool' 'automake' 'autoconf') source=(http://downloads.sourceforge.net/mediainfo/${pkgname}_${pkgver}.tar.bz2) -md5sums=('485b160334254d9574ed0f7bb29ef35f') +md5sums=('ed1e1baf50ac101ef5c41b6b32ada36e') build() { cd $srcdir/MediaInfo/Project/GNU/CLI diff --git a/community/medit/PKGBUILD b/community/medit/PKGBUILD index 4bc379d55..58bcc33f5 100644 --- a/community/medit/PKGBUILD +++ b/community/medit/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 67317 2012-03-08 16:31:11Z spupykin $ +# $Id: PKGBUILD 75884 2012-09-04 15:31:23Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: William Rea <sillywilly@gmail.com> pkgname=medit -pkgver=1.1.0 +pkgver=1.1.1 pkgrel=1 pkgdesc="A GTK text editor" arch=('i686' 'x86_64' 'mips64el') @@ -14,15 +14,12 @@ depends=('pygtk' 'libxml2' 'pcre' 'libsm' 'python2' 'gtk2' 'gcc-libs') optdepends=('ctags' 'vte: terminal emulator') makedepends=(pkgconfig perlxml intltool gcc-objc) install=medit.install -source=(http://downloads.sourceforge.net/mooedit/medit-$pkgver.tar.bz2 - medit-terminal.patch) -md5sums=('3c561ceb0edebea916f322e5049d9465' - 'fc4c193506901379cf2978aba950179b') +source=(http://downloads.sourceforge.net/mooedit/medit-$pkgver.tar.bz2) +md5sums=('9ea0d396a3bf3ee6ce220365bffb7358') build() { cd $srcdir/medit-$pkgver export PYTHON=/usr/bin/python2 -# patch -p0 <$srcdir/medit-terminal.patch [ -f Makefile ] || ./configure --prefix=/usr make } diff --git a/community/oath-toolkit/PKGBUILD b/community/oath-toolkit/PKGBUILD index 817881681..e531de80e 100644 --- a/community/oath-toolkit/PKGBUILD +++ b/community/oath-toolkit/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 75356 2012-08-21 06:18:32Z seblu $ +# $Id: PKGBUILD 75890 2012-09-04 18:45:38Z seblu $ # Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org> # Contributor: Christian Hesse <mail@eworm.de> # Contributor: L42y <423300@gmail.com> pkgname=oath-toolkit -pkgver=1.12.5 +pkgver=1.12.6 pkgrel=1 pkgdesc='OATH one-time password toolkit' arch=('i686' 'x86_64' 'mips64el') @@ -13,7 +13,7 @@ license=('GPL3') depends=('pam') options=('!libtool') source=("http://download.savannah.nongnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('74b8a8616be0c7f94e92eab9703c730a') +md5sums=('7c8c4231aecfc5d74467b2a9e6bf054c') build() { cd $pkgname-$pkgver diff --git a/community/onboard/PKGBUILD b/community/onboard/PKGBUILD index ef6ea46ef..b1d123308 100644 --- a/community/onboard/PKGBUILD +++ b/community/onboard/PKGBUILD @@ -1,32 +1,24 @@ -# $Id: PKGBUILD 74690 2012-08-02 07:36:24Z bgyorgy $ +# $Id: PKGBUILD 75934 2012-09-05 19:46:18Z bgyorgy $ # Maintainer: Balló György <ballogyor+arch at gmail dot com> pkgname=onboard -pkgver=0.97.1 -pkgrel=2 +pkgver=0.98.0 +pkgrel=1 pkgdesc="On-screen keyboard useful on tablet PCs or for mobility impaired users" arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/onboard" license=('GPL') -depends=('python2-cairo' 'python2-dbus' 'python2-gobject' 'libwnck3' 'python2-virtkey' 'gsettings-desktop-schemas' 'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'xdg-utils') -makedepends=('python2-distutils-extra') +depends=('python-cairo' 'python-dbus' 'python-gobject' 'gtk3' 'python-virtkey' 'gsettings-desktop-schemas' 'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'xdg-utils') +makedepends=('python-distutils-extra') optdepends=('at-spi2-atk: auto-show when editing text' 'mousetweaks: hover click with mouse') options=('!emptydirs') install=$pkgname.install source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz) -md5sums=('065dcdf89d5fe145ad7876c5721c0df5') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - sed -i 's/\"python\"/\"python2\"/g' scripts/sokSettings.py - - python2 setup.py install --root=$pkgdir/ --optimize=1 -} +md5sums=('0a2627840740f271e5daba4c1c9c9096') package() { - cd "$pkgdir" + cd "$srcdir/$pkgname-$pkgver" - find . -type f -name *.py | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@' + python setup.py install --root=$pkgdir/ --optimize=1 } diff --git a/community/passenger/PKGBUILD b/community/passenger/PKGBUILD index 22f568893..27553a621 100644 --- a/community/passenger/PKGBUILD +++ b/community/passenger/PKGBUILD @@ -1,13 +1,14 @@ -# $Id: PKGBUILD 75759 2012-08-30 21:03:16Z spupykin $ +# $Id: PKGBUILD 75886 2012-09-04 15:32:16Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=passenger -pkgver=3.0.15 +pkgver=3.0.17 pkgrel=1 -_pkgdlnr=76337 +_pkgdlnr=76398 pkgdesc="mod_rails passenger" arch=('i686' 'x86_64' 'mips64el') url="http://www.modrails.com" +#http://rubyforge.org/frs/?group_id=5873 license=('GPL') depends=('ruby' 'ruby-rack' 'curl') makedepends=('apache') @@ -15,12 +16,12 @@ install=passenger.install options=('!emptydirs') source=(http://rubyforge.org/frs/download.php/${_pkgdlnr}/passenger-$pkgver.tar.gz build-fix.patch) -md5sums=('532d977eabb4acd5a831b3526ddd8ac4' +md5sums=('4ce8cac20e3c857bad621a6113d7268f' 'ee4699596dffb5357fdac4e3b2c98ee1') build(){ cd $srcdir/passenger-$pkgver - patch -p1 <$srcdir/build-fix.patch +# patch -p1 <$srcdir/build-fix.patch ./bin/passenger-install-apache2-module -a rake nginx diff --git a/community/percona-server/PKGBUILD b/community/percona-server/PKGBUILD index 2a04156e2..83c65062f 100644 --- a/community/percona-server/PKGBUILD +++ b/community/percona-server/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 75571 2012-08-27 10:24:27Z mtorromeo $ +# $Id: PKGBUILD 75924 2012-09-05 16:47:49Z mtorromeo $ # Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com> pkgname=percona-server -pkgver=5.5.27_rel28.0 +pkgver=5.5.27_rel28.1 pkgrel=1 pkgdesc="A backwards-compatible drop-in replacement for MySQL that provides improved performance, diagnostics and instrumentation, and manageability of the server" arch=('i686' 'x86_64' 'mips64el') @@ -106,7 +106,7 @@ package() { install -Dm755 "$srcdir/mysqld-post" "$pkgdir/usr/bin/mysqld-post" } -sha256sums=('774a41905c1be51de298fc704eaf7a00beb2cf191b8851ca4b971ef2c176b65a' +sha256sums=('bf32acb0b56d3bfabf65748bbbcb5cfce33191bd31893040ed7e2aebc3548df4' 'e875fac56f69634b4f1720aec3b952fc63903414e9345af630e5fd74b5373eb4' '400e9a6e6517bbfe0971b65456dfacfb363cb54a644e4c2bacd373171611d5aa' '4894d39605950d86841ad982e619daa6c8d5d60ca30928d7dbb582e8cb3ade32' diff --git a/community/picard/PKGBUILD b/community/picard/PKGBUILD index 9f89dc415..5f413e5d8 100644 --- a/community/picard/PKGBUILD +++ b/community/picard/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 73484 2012-07-08 09:31:28Z ibiru $ +# $Id: PKGBUILD 75870 2012-09-04 08:06:47Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> -# Maintainer: Mateusz Herych <heniekk@gmail.com> +# Contributor: Mateusz Herych <heniekk@gmail.com> # Contributor: sysrq pkgname=picard -pkgver=1.0 -pkgrel=4 +pkgver=1.1 +pkgrel=1 pkgdesc='Official MusicBrainz tagger' url='http://musicbrainz.org/doc/MusicBrainz_Picard' license=('GPL') @@ -14,7 +14,7 @@ depends=('python2-pyqt' 'mutagen' 'libofa' 'ffmpeg') optdepends=('libdiscid: CD lookup' 'chromaprint: fingerprinting') source=("http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz") -sha1sums=('abbd606a89b60ed8c948705d47ce1ae1a90f866a') +sha1sums=('8f4a65a2a2df2f371b907fdea7958c5bd0de6bd7') install=install diff --git a/community/pkgfile/PKGBUILD b/community/pkgfile/PKGBUILD index 46fb51044..45a667d8a 100644 --- a/community/pkgfile/PKGBUILD +++ b/community/pkgfile/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 75830 2012-09-02 00:43:15Z dreisner $ +# $Id: PKGBUILD 76000 2012-09-08 16:02:52Z dreisner $ # Maintainer: Dave Reisner <dreisner@archlinux.org> pkgname=pkgfile -pkgver=4 -pkgrel=1 +pkgver=5 +pkgrel=2 pkgdesc="a pacman .files metadata explorer" arch=('i686' 'x86_64' 'mips64el') url="http://github.com/falconindy/pkgfile" @@ -11,9 +11,10 @@ license=('MIT') depends=('libarchive' 'curl' 'pcre' 'pacman') conflicts=('pkgtools<24-2') makedepends=('perl') -source=("https://github.com/downloads/falconindy/$pkgname/$pkgname-$pkgver.tar.xz") +source=("https://github.com/downloads/falconindy/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}) install=pkgfile.install -md5sums=('2570c69372645d2463979c7227a0a63d') +md5sums=('87e75949ca4ed9d60cc2dfdca9dd1a04' + '14d174d2fe0b8e0a43392c2b4ec48a7a') build() { cd "$pkgname-$pkgver" diff --git a/community/pkgfile/pkgfile.install b/community/pkgfile/pkgfile.install index 358507c55..5545a3d39 100644 --- a/community/pkgfile/pkgfile.install +++ b/community/pkgfile/pkgfile.install @@ -10,3 +10,9 @@ post_remove() { printf "==> /var/cache/pkgfile has not been removed\n" fi } + +post_upgrade() { + if [ "$(vercmp 5 "$2")" -eq 1 ]; then + printf "==> DB format has changed. Please run pkgfile -uu\n" + fi +} diff --git a/community/python-pymongo/PKGBUILD b/community/python-pymongo/PKGBUILD index 9b212e8e2..867bc37b2 100644 --- a/community/python-pymongo/PKGBUILD +++ b/community/python-pymongo/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 74649 2012-08-01 07:21:31Z arodseth $ +# $Id: PKGBUILD 75966 2012-09-07 11:19:50Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Thomas S Hatch <thatch45@gmail.com> pkgname=python-pymongo -pkgver=2.2.1 +pkgver=2.3 pkgrel=1 -pkgdesc="Python driver for MongoDB" +pkgdesc='Python driver for MongoDB' arch=('x86_64' 'i686' 'mips64el') -license=("APACHE") -url="http://pypi.python.org/pypi/pymongo/" +license=('APACHE') +url='http://pypi.python.org/pypi/pymongo/' depends=('python') makedepends=('python-distribute') source=("http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz") -sha256sums=('0a6251742736dd3c80025e701ec97ea1540bc97df26ada7b3bf40ff01daa7032') +sha256sums=('8e43fdd7ea8e2aa965791af1b6e24186248023c6fde70092d9631b1d9150b1dc') package() { cd "$srcdir/pymongo-$pkgver" diff --git a/community/qlandkartegt/PKGBUILD b/community/qlandkartegt/PKGBUILD index cf9a05e7e..f37607f79 100644 --- a/community/qlandkartegt/PKGBUILD +++ b/community/qlandkartegt/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 73400 2012-07-07 07:56:30Z jlichtblau $ +# $Id: PKGBUILD 75950 2012-09-06 20:00:35Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Matthias Maennich <arch@maennich.net> # Contributor: <boenki@gmx.de> pkgname=qlandkartegt -pkgver=1.5.0 +pkgver=1.5.1 pkgrel=1 pkgdesc="Use your GPS with Linux" arch=('i686' 'x86_64' 'mips64el') @@ -18,7 +18,7 @@ install=$pkgname.install changelog=$pkgname.changelog source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz $pkgname-mimetypes.xml) -sha256sums=('439137d4864217c350678d8357c07a0f80455f2cff35a736dd6b58a2d3d683b4' +sha256sums=('095cd2390684eead61b2868e1efc85500d6d61e95f3d54d0fd255cd95f55aadd' 'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0') build() { diff --git a/community/qlandkartegt/qlandkartegt.changelog b/community/qlandkartegt/qlandkartegt.changelog index abf10ce78..47c05ab04 100644 --- a/community/qlandkartegt/qlandkartegt.changelog +++ b/community/qlandkartegt/qlandkartegt.changelog @@ -1,3 +1,6 @@ +2012-09-06 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * qlandkartegt 1.5.1-1 + 2012-07-07 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> * qlandkartegt 1.5.0-1 diff --git a/community/ruby-gtk2/PKGBUILD b/community/ruby-gtk2/PKGBUILD index 43c6d6a60..24219d027 100644 --- a/community/ruby-gtk2/PKGBUILD +++ b/community/ruby-gtk2/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 75168 2012-08-14 11:22:21Z arodseth $ +# $Id: PKGBUILD 75976 2012-09-07 16:59:24Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Eric Bélanger # Contributor: Brad Fanella <bradfanella@archlinux.us> @@ -7,14 +7,14 @@ pkgbase=ruby-gtk2 pkgname=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-gio2' 'ruby-glib2' 'ruby-gtk2' 'ruby-pango') -pkgver=1.1.4 +pkgver=1.1.5 pkgrel=1 arch=('x86_64' 'i686' 'mips64el') url="http://ruby-gnome2.sourceforge.jp/" license=('LGPL') makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk2') source=("http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk2-$pkgver.tar.gz") -sha256sums=('31c5da239bd1cb25daca026e453106f29503195c445d73a9cf1aceb22379d100') +sha256sums=('460e50ff5e69238a648d59b1bae31a0748273307eecad734b1c1abdecd361dcb') build() { cd "$srcdir/ruby-gtk2-$pkgver" diff --git a/community/skrooge/PKGBUILD b/community/skrooge/PKGBUILD index 436d0026c..fd54d9020 100644 --- a/community/skrooge/PKGBUILD +++ b/community/skrooge/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 75731 2012-08-29 20:24:22Z jlichtblau $ +# $Id: PKGBUILD 75946 2012-09-06 19:40:02Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Ray Rashif <schiv@archlinux.org> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: neuromante <lorenzo.nizzi.grifi@gmail.com> pkgname=skrooge -pkgver=1.3.2 +pkgver=1.3.3 pkgrel=1 pkgdesc="A personal finances manager for KDE" arch=('i686' 'x86_64' 'mips64el') @@ -16,7 +16,7 @@ makedepends=('cmake' 'automoc4' 'docbook-xsl') install=$pkgname.install changelog=$pkgname.changelog source=(http://skrooge.org/files/$pkgname-$pkgver.tar.bz2) -sha256sums=('d96cd0ac7d503e22ae809f4646ad6008818485804c4569adbddcfd5e953743a2') +sha256sums=('251ffca5ad8e3696901fb29df2714fcb30541fe9e3107b9de2c2cb9f6b47cee9') build() { cd "${srcdir}/$pkgname-$pkgver" diff --git a/community/skrooge/skrooge.changelog b/community/skrooge/skrooge.changelog index f866264c2..9c6ad4384 100644 --- a/community/skrooge/skrooge.changelog +++ b/community/skrooge/skrooge.changelog @@ -1,3 +1,6 @@ +2012-09-06 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * skrooge 1.3.3-1 + 2012-08-29 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> * skrooge 1.3.2-1 diff --git a/community/sshguard/PKGBUILD b/community/sshguard/PKGBUILD index 405321d03..ab0dd4bd3 100644 --- a/community/sshguard/PKGBUILD +++ b/community/sshguard/PKGBUILD @@ -1,10 +1,11 @@ -# $Id: PKGBUILD 55676 2011-09-17 17:07:50Z spupykin $ +# $Id: PKGBUILD 75998 2012-09-08 15:38:53Z ebelanger $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> +# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=sshguard pkgver=1.5 -pkgrel=3 +pkgrel=5 pkgdesc="brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip with iptables" arch=('i686' 'x86_64' 'mips64el') #url="http://sourceforge.net/projects/sshguard/" @@ -15,25 +16,31 @@ options=(zipman) install=sshguard.install source=("http://downloads.sourceforge.net/sourceforge/sshguard/sshguard-$pkgver.tar.bz2" sshguard.rc - sshguard.conf.d) -md5sums=('11b9f47f9051e25bdfe84a365c961ec1' - '07bffbbfbf452d09cda10a1bab8cc03b' - '1dc6604975d3cd51321a8ad7cd53947c') + sshguard.conf.d + sshguard.service + sshguard-journalctl) +sha256sums=('b537f8765455fdf8424f87d4bd695e5b675b88e5d164865452137947093e7e19' + 'a810da878e40be8616a93c9984e7dbd3700367d665b78b8aa2498228bb33cb6e' + '66f28e2cc81e5686f8fd5c0d5a5015d7feecbe018a259f4032cfbacf6fe8d1c3' + '299b5f73e4c53aac6007c87210fc862987042b9d4c088180721bae6ab2214b09' + '385d1dea0c6f5495a7c7e5051f1354f1eab85ee5ef599f6698ab353263b8c9bb') build() { - cd $srcdir/$pkgname-$pkgver + cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr --with-firewall=iptables make } check() { - cd $srcdir/$pkgname-$pkgver + cd "$srcdir/$pkgname-$pkgver" strings src/sshguard | grep -E "^`which iptables`[[:space:]]" >/dev/null } package() { - cd $srcdir/$pkgname-$pkgver - make prefix=$pkgdir/usr install - install -Dm0755 $srcdir/sshguard.rc $pkgdir/etc/rc.d/sshguard - install -Dm0644 $srcdir/sshguard.conf.d $pkgdir/etc/conf.d/sshguard + cd "$srcdir/$pkgname-$pkgver" + make prefix="$pkgdir/usr" install + install -Dm0644 "$srcdir/sshguard.service" "$pkgdir/usr/lib/systemd/system/sshguard.service" + install -Dm0755 "$srcdir/sshguard.rc" "$pkgdir/etc/rc.d/sshguard" + install -Dm0644 "$srcdir/sshguard.conf.d" "$pkgdir/etc/conf.d/sshguard" + install -Dm0755 "$srcdir/sshguard-journalctl" "$pkgdir/usr/lib/systemd/scripts/sshguard-journalctl" } diff --git a/community/sshguard/sshguard-journalctl b/community/sshguard/sshguard-journalctl new file mode 100644 index 000000000..ffb61b1cc --- /dev/null +++ b/community/sshguard/sshguard-journalctl @@ -0,0 +1,2 @@ +#!/bin/sh +/usr/bin/journalctl -flbp info -n0 SYSLOG_FACILITY=10 | /usr/sbin/sshguard -l- "$@" diff --git a/community/sshguard/sshguard.service b/community/sshguard/sshguard.service new file mode 100644 index 000000000..ad9f90ce2 --- /dev/null +++ b/community/sshguard/sshguard.service @@ -0,0 +1,10 @@ +[Unit] +Description=Block hacking attempts +Wants=sshd.service + +[Service] +EnvironmentFile=/etc/conf.d/sshguard +ExecStart=/usr/lib/systemd/scripts/sshguard-journalctl -b /var/db/sshguard/blacklist.db ${SSHGUARD_ARGS} + +[Install] +WantedBy=multi-user.target diff --git a/community/supercollider/PKGBUILD b/community/supercollider/PKGBUILD index ab22feaba..5d9a0c65a 100644 --- a/community/supercollider/PKGBUILD +++ b/community/supercollider/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 75278 2012-08-17 15:40:58Z speps $ +# $Id: PKGBUILD 75940 2012-09-05 23:11:46Z speps $ # Maintainer : speps <speps at aur dot archlinux dot org> # Contributor: <farid at archlinux-br.org> _name=SuperCollider pkgname=supercollider -pkgver=3.5.4 +pkgver=3.5.5 pkgrel=1 pkgdesc="An environment and programming language for real time audio synthesis and algorithmic composition" arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ optdepends=('emacs: emacs interface' 'ruby: vim support') install="$pkgname.install" source=("http://download.sourceforge.net/project/$pkgname/Source/$pkgver/$_name-$pkgver-Source-linux.tar.bz2") -md5sums=('8f0cd3a77e3adf0fd44cf6882ad39703') +md5sums=('55c08e1d3665346b85dbff4c27c1accc') build() { cd "$srcdir/$_name-Source" diff --git a/community/uget/PKGBUILD b/community/uget/PKGBUILD index 41876c618..082468a11 100644 --- a/community/uget/PKGBUILD +++ b/community/uget/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 70730 2012-05-15 22:54:45Z bgyorgy $ +# $Id: PKGBUILD 75928 2012-09-05 17:18:03Z bgyorgy $ # Maintainer: Balló György <ballogyor+arch at gmail dot com> pkgname=uget -pkgver=1.8.2 +pkgver=1.10 pkgrel=1 pkgdesc="GTK+ download manager featuring download classification and HTML import" arch=('i686' 'x86_64' 'mips64el') @@ -12,14 +12,14 @@ depends=('libnotify' 'gtk3' 'gstreamer0.10' 'curl' 'hicolor-icon-theme' 'xdg-uti makedepends=('intltool') optdepends=('aria2: alternative backend') install=$pkgname.install -source=(http://downloads.sourceforge.net/urlget/$pkgname-$pkgver.tar.gz) -md5sums=('42be57f08f41ffe4f5c4b60a4e8aa079') +source=(http://downloads.sourceforge.net/urlget/$pkgname-$pkgver-2.tar.gz) +md5sums=('cf6f58b838321f97aa9f3c0b0b0315cf') build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --disable-appindicator --with-gtk3 + --disable-appindicator make } diff --git a/community/ulogd/PKGBUILD b/community/ulogd/PKGBUILD index 38cd230d9..d32b424bb 100644 --- a/community/ulogd/PKGBUILD +++ b/community/ulogd/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 74257 2012-07-23 07:12:03Z spupykin $ +# $Id: PKGBUILD 75920 2012-09-05 14:02:57Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Sebastien Luttringer <seblu+arch@seblu.net> # Contributor: Dale Blount <dale@archlinux.org> @@ -6,12 +6,13 @@ pkgname=ulogd pkgver=2.0.0 -pkgrel=4 +pkgrel=5 pkgdesc='Userspace Packet Logging for netfilter' arch=('i686' 'x86_64' 'mips64el') url='http://www.netfilter.org/projects/ulogd/index.html' license=('GPL2') depends=('libmnl') +backup=('etc/ulogd.conf') makedepends=('libmysqlclient' 'postgresql-libs' 'sqlite' 'libpcap' 'libdbi' 'libnetfilter_acct' 'libnetfilter_log' 'libnetfilter_conntrack' 'linuxdoc-tools' 'groff' 'texlive-core') @@ -26,10 +27,14 @@ optdepends=('postgresql-libs' options=('!libtool') source=("ftp://ftp.netfilter.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2" 'rc' - 'logrotate') + 'logrotate' + 'ulogd.conf.min' + 'ulogd.service') md5sums=('211e68781e3860959606fc94b97cf22e' 'c42230c1cabf5dd9b80bf9a0fd87ca7e' - 'dd32eeee0949adff4188544419acd17e') + 'dd32eeee0949adff4188544419acd17e' + 'c21531312f95e790ed19aa267a17d35a' + '13a1227052322b4c17b258ed358f055e') build() { cd $pkgname-$pkgver @@ -51,4 +56,7 @@ package() { install -D -m644 "$srcdir/logrotate" "$pkgdir/etc/logrotate.d/ulogd" install -D -m755 "$srcdir/rc" "$pkgdir/etc/rc.d/ulogd" + + install -Dm0644 $srcdir/ulogd.conf.min $pkgdir/etc/ulogd.conf + install -Dm0644 $srcdir/ulogd.service $pkgdir/usr/lib/systemd/system/ulogd.service } diff --git a/community/ulogd/ulogd.conf.min b/community/ulogd/ulogd.conf.min new file mode 100644 index 000000000..822575613 --- /dev/null +++ b/community/ulogd/ulogd.conf.min @@ -0,0 +1,20 @@ +[global] +nlgroup=1 +logfile="/var/log/ulogd.log" +loglevel=5 +rmem=131071 +bufsize=150000 + +plugin="/usr/lib/ulogd/ulogd_inppkt_ULOG.so" +plugin="/usr/lib/ulogd/ulogd_raw2packet_BASE.so" +plugin="/usr/lib/ulogd/ulogd_filter_IP2STR.so" +plugin="/usr/lib/ulogd/ulogd_filter_PRINTPKT.so" +plugin="/usr/lib/ulogd/ulogd_output_LOGEMU.so" + +stack=ulog1:ULOG,base1:BASE,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU + +[ulog1] +nlgroup=1 + +[emu1] +file=/var/log/ulogd.syslogemu diff --git a/community/ulogd/ulogd.service b/community/ulogd/ulogd.service new file mode 100644 index 000000000..3984bbced --- /dev/null +++ b/community/ulogd/ulogd.service @@ -0,0 +1,12 @@ +[Unit] +Description=Netfilter Ulogd daemon +After=network.target + +[Service] +Type=forking +User=root +ExecStart=/usr/sbin/ulogd -d +PIDFile=/var/run/ulogd.pid + +[Install] +WantedBy=multi-user.target diff --git a/community/zathura-djvu/PKGBUILD b/community/zathura-djvu/PKGBUILD index 8c4842366..7cf0da43b 100644 --- a/community/zathura-djvu/PKGBUILD +++ b/community/zathura-djvu/PKGBUILD @@ -1,22 +1,26 @@ -# $Id: PKGBUILD 72435 2012-06-14 15:08:14Z spupykin $ +# $Id: PKGBUILD 75893 2012-09-05 01:14:30Z dwallace $ +# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: karnath <karnathtorjian@gmail.com> pkgname=zathura-djvu -pkgver=0.2.0 +pkgver=0.2.1 pkgrel=1 pkgdesc="Adds DjVu support to zathura by using the djvulibre library" arch=('i686' 'x86_64' 'mips64el') url="https://pwmt.org/projects/zathura/plugins/zathura-djvu/" license=('custom') depends=('djvulibre' 'zathura') -source=(https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz) -md5sums=('5358fc3c89a10016061637f1ca38f1cf') +source=("https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz") +md5sums=('c3525b43b74bb0777a2b3561f7dcde06') build(){ - cd ${srcdir}/zathura-djvu-$pkgver + cd "${srcdir}/$pkgname-$pkgver" make +} +package(){ + cd "${srcdir}/$pkgname-$pkgver" make DESTDIR="$pkgdir" install - install -Dm0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE + install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } diff --git a/community/zathura-pdf-poppler/PKGBUILD b/community/zathura-pdf-poppler/PKGBUILD index f979f3c0f..f3bbe0607 100644 --- a/community/zathura-pdf-poppler/PKGBUILD +++ b/community/zathura-pdf-poppler/PKGBUILD @@ -1,21 +1,25 @@ # $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $ +# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: karnath <karnathtorjian@gmail.com> pkgname=zathura-pdf-poppler -pkgver=0.2.0 +pkgver=0.2.1 pkgrel=1 pkgdesc="Adds pdf support to zathura by using the poppler engine" arch=('i686' 'x86_64' 'mips64el') url="https://pwmt.org/projects/zathura/plugins/zathura-pdf-poppler/" license=('custom') depends=('poppler-glib' 'zathura') -source=(https://pwmt.org/projects/zathura/plugins/download/zathura-pdf-poppler-$pkgver.tar.gz) -md5sums=('e8a6222f28d86ca2ff43de156355be2b') +source=("https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz") +md5sums=('6f36fe141f8e5e9e8d71eb143eaaa1c1') build() { - cd ${srcdir}/zathura-pdf-poppler-$pkgver + cd "${srcdir}/$pkgname-$pkgver" make +} +package(){ + cd "${srcdir}/$pkgname-$pkgver" make DESTDIR="$pkgdir" install - install -Dm0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE + install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } diff --git a/community/zathura/PKGBUILD b/community/zathura/PKGBUILD index 4a4210cdb..9f9add1e1 100644 --- a/community/zathura/PKGBUILD +++ b/community/zathura/PKGBUILD @@ -1,10 +1,11 @@ -# $Id: PKGBUILD 72433 2012-06-14 15:07:28Z spupykin $ +# $Id: PKGBUILD 75944 2012-09-06 14:39:06Z dwallace $ +# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: ML <neldoreth> pkgname=zathura -pkgver=0.2.0 -pkgrel=1 +pkgver=0.2.1 +pkgrel=2 pkgdesc="a document viewer" arch=('i686' 'x86_64' 'mips64el') url="http://pwmt.org/projects/zathura/" @@ -14,12 +15,13 @@ makedepends=('python2-docutils') optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-ps') install=zathura.install source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz - bash-completion) -md5sums=('fb53e2aa4b52c717f50f2e6c80425464' + bash-completion) +md5sums=('2b606a5db61c80b0f1208e9f1df468c2' 'cac20c37f0e77ba62a8138788f4ccabb') build() { cd $srcdir/zathura-$pkgver + sed -i 's/rst2man/&2/' config.mk make ZATHURA_GTK_VERSION=2 } |