diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-28 03:35:53 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-28 03:35:53 +0000 |
commit | def73efccccb818d214cb818e8b4de8385444a43 (patch) | |
tree | 89db423b051ce9f971b6f7386ada2a3573b6e3b7 /community | |
parent | eb411a7c7cc929ada01019bd4c306116ce385693 (diff) |
Fri Mar 28 03:32:00 UTC 2014
Diffstat (limited to 'community')
74 files changed, 486 insertions, 274 deletions
diff --git a/community/bind/PKGBUILD b/community/bind/PKGBUILD index 210fbc029..f4d604104 100644 --- a/community/bind/PKGBUILD +++ b/community/bind/PKGBUILD @@ -1,13 +1,13 @@ -# $Id: PKGBUILD 105129 2014-02-01 10:10:45Z seblu $ +# $Id: PKGBUILD 108531 2014-03-27 21:43:54Z seblu $ # Maintainer: Sébastien Luttringer # Contributor: Gaetan Bisson <bisson@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> # Contributor: Mario Vazquez <mario_vazq@hotmail.com> pkgname=bind -_pkgver=9.9.5 -pkgver=9.9.5 -pkgrel=1 +_pkgver=9.9.5-W1 +pkgver=${_pkgver//-/.} +pkgrel=2 pkgdesc='The ISC BIND nameserver' url='http://www.isc.org/software/bind/' license=('custom:ISC') @@ -26,7 +26,7 @@ source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"{,.asc} 'named.logrotate' 'localhost.zone' '127.0.0.zone') -sha1sums=('f3fe8000628ec57f332aec1ad9587b767208a38f' +sha1sums=('bc2b62ef31231c75b4aa8256f7bbd2ae3c1c6cd5' 'SKIP' '029f89c49550c40ec7a95116b6a33f0e5a041094' 'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11' @@ -49,7 +49,6 @@ build() { --sbindir=/usr/bin \ --localstatedir=/var \ --disable-static \ - --disable-linux-caps \ --with-openssl \ --with-libxml2 \ --with-libtool diff --git a/community/cairo-dock-plugins/PKGBUILD b/community/cairo-dock-plugins/PKGBUILD index e5e736130..dc244e9e3 100755 --- a/community/cairo-dock-plugins/PKGBUILD +++ b/community/cairo-dock-plugins/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 105391 2014-02-06 16:23:43Z andyrtr $ -# Maintainer: Maxime Gauduin <alucryd at gmail dot com> -# Contributor: Tofe <chris dot chapuis at gmail dot com> -# Contributor: zhuqin <zhuqin83 at gmail dot com> -# Contributor: tri1976 <trile7 at gmail dot com> -# Contributor: snoopy33 <snoopy33 at no dash log dot org> +# $Id: PKGBUILD 108397 2014-03-27 14:47:09Z fyan $ +# Maintainer: Maxime Gauduin <alucryd@gmail.com> +# Contributor: Tofe <chris.chapuis@gmail.com> +# Contributor: zhuqin <zhuqin83@gmail.com> +# Contributor: tri1976 <trile7@gmail.com> +# Contributor: snoopy33 <snoopy33@no-log.org> pkgname=cairo-dock-plugins pkgver=3.3.2 -pkgrel=2 +pkgrel=3 pkgdesc='Plugins for Cairo-Dock' arch=('i686' 'x86_64') -url="https://launchpad.net/${pkgname%-*}-plug-ins" +url='https://launchpad.net/cairo-dock-plug-ins' license=('GPL') depends=('cairo-dock') makedepends=('cmake' 'alsa-lib' 'fftw' 'gnome-menus' 'gtk-sharp-2' 'gvfs' 'libetpan' 'libexif' 'libical' 'libpulse' 'libxklavier' 'libzeitgeist' 'lm_sensors' 'ndesk-dbus-glib' 'python' 'python2' 'ruby' 'upower' 'vala' 'vte3' 'webkitgtk3') diff --git a/community/cython/PKGBUILD b/community/cython/PKGBUILD index 2212745bb..9d1a31cb8 100644 --- a/community/cython/PKGBUILD +++ b/community/cython/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 105633 2014-02-12 12:40:59Z spupykin $ +# $Id: PKGBUILD 108399 2014-03-27 14:47:11Z fyan $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Igor Scabini <furester @ gmail.com> pkgname=('cython' 'cython2') pkgbase=cython pkgver=0.20.1 -pkgrel=1 +pkgrel=2 pkgdesc="C-Extensions for Python " arch=(i686 x86_64) url="http://www.cython.org" diff --git a/community/docker/PKGBUILD b/community/docker/PKGBUILD index 6526c2c43..77f6669ac 100644 --- a/community/docker/PKGBUILD +++ b/community/docker/PKGBUILD @@ -1,9 +1,8 @@ -# $Id: PKGBUILD 107548 2014-03-17 21:18:56Z seblu $ +# $Id: PKGBUILD 108340 2014-03-27 00:30:28Z seblu $ # Maintainer: Sébastien "Seblu" Luttringer pkgname=docker -_truever=0.9.0 -pkgver=${_truever%.*} +pkgver=0.9.1 pkgrel=1 epoch=1 pkgdesc='Pack, ship and run any application as a lightweight container' @@ -17,7 +16,7 @@ optdepends=('btrfs-progs: btrfs backend support' # don't strip binaries! A sha1 is used to check binary consistency. options=('!strip') install=$pkgname.install -source=("git+https://github.com/dotcloud/docker.git#tag=v$_truever") +source=("git+https://github.com/dotcloud/docker.git#tag=v$pkgver") md5sums=('SKIP') build() { @@ -34,8 +33,8 @@ build() { package() { cd docker - install -Dm755 "bundles/$_truever/dynbinary/docker-$_truever" "$pkgdir/usr/bin/docker" - install -Dm755 "bundles/$_truever/dynbinary/dockerinit-$_truever" "$pkgdir/usr/lib/docker/dockerinit" + install -Dm755 "bundles/$pkgver/dynbinary/docker-$pkgver" "$pkgdir/usr/bin/docker" + install -Dm755 "bundles/$pkgver/dynbinary/dockerinit-$pkgver" "$pkgdir/usr/lib/docker/dockerinit" # completion install -Dm644 "contrib/completion/bash/docker" "$pkgdir/usr/share/bash-completion/completions/docker" install -Dm644 "contrib/completion/zsh/_docker" "$pkgdir/usr/share/zsh/site-functions/_docker" diff --git a/community/freeimage/PKGBUILD b/community/freeimage/PKGBUILD index 3d9a9d58e..f83f12825 100644 --- a/community/freeimage/PKGBUILD +++ b/community/freeimage/PKGBUILD @@ -5,7 +5,7 @@ # Contributor: scippio <scippio@berounet.cz> pkgname=freeimage -pkgver=3.15.4 +pkgver=3.16.0 pkgrel=1 pkgdesc="Library project for developers who would like to support popular graphics image formats" arch=('i686' 'x86_64') @@ -14,20 +14,15 @@ url="http://freeimage.sourceforge.net/" depends=('gcc-libs') makedepends=('dos2unix') source=("http://downloads.sourceforge.net/project/freeimage/Source%20Distribution/${pkgver}/FreeImage${pkgver//./}.zip") -md5sums=('9f9a3b2c3c1b4fd24fe479e8aaee86b1') +md5sums=('1a2d1fff6204adbd479cc98818892fc1') build() { cp -r FreeImage FreeImagefip - export CFLAGS="$CFLAGS -fPIC -fexceptions -fvisibility=hidden -DNO_LCMS" - export CXXFLAGS="$CXXFLAGS -fPIC -fexceptions -fvisibility=hidden -DNO_LCMS" - cd FreeImage - sed -i "1 i #include <cstring>" Source/OpenEXR/IlmImf/ImfAutoArray.h make cd ${srcdir}/FreeImagefip - sed -i "1 i #include <cstring>" Source/OpenEXR/IlmImf/ImfAutoArray.h make -f Makefile.fip } diff --git a/community/gmic/PKGBUILD b/community/gmic/PKGBUILD index 8d2981a69..21db3d9a1 100644 --- a/community/gmic/PKGBUILD +++ b/community/gmic/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 107782 2014-03-19 15:31:11Z spupykin $ +# $Id: PKGBUILD 108387 2014-03-27 11:48:26Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Jan "heftig" Steffens <jan.steffens@gmail.com> # Contributor: farid <farid at archlinuc-br.org> @@ -6,14 +6,14 @@ pkgbase=gmic pkgname=("gmic" "gimp-plugin-gmic" "zart") -pkgver=1.5.8.4 +pkgver=1.5.8.5 pkgrel=1 arch=("i686" "x86_64") url="http://gmic.sourceforge.net" license=("custom:CeCILL") makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2') source=("http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz") -md5sums=('103ffe6606981c5d0bedaffd0f466bc2') +md5sums=('6bfa5cf4fff73d892578079b76fcba62') prepare() { cd "${srcdir}/gmic-${pkgver}" diff --git a/community/haskell-quickcheck/PKGBUILD b/community/haskell-quickcheck/PKGBUILD index 83c7e7307..3d792152f 100644 --- a/community/haskell-quickcheck/PKGBUILD +++ b/community/haskell-quickcheck/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 99290 2013-10-26 17:33:27Z arodseth $ +# $Id: PKGBUILD 108389 2014-03-27 12:31:34Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Vesa Kaihlavirta <vesa@archlinux.org> # Contributor: Arch Haskell Team <arch-haskell@haskell.org> _hkgname=QuickCheck pkgname=haskell-quickcheck -pkgver=2.6 -pkgrel=3 +pkgver=2.7.3 +pkgrel=1 pkgdesc='Automatic testing of Haskell programs' url='http://hackage.haskell.org/package/QuickCheck' license=('custom:BSD3') arch=('x86_64' 'i686') -depends=('ghc' 'haskell-random') +depends=('ghc' 'haskell-random' 'haskell-tf-random') source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") install="$pkgname.install" options=('staticlibs') -sha256sums=('8001c00a1892714d914e5007ba72cdd428c1ea4c6b8418c6cb5e7809753d970d') +sha256sums=('d00321f0f4237add9d5ffd626d0fefba2e110aaa67725279f304553116f8d7a4') build() { cd "$_hkgname-$pkgver" diff --git a/community/haskell-tf-random/PKGBUILD b/community/haskell-tf-random/PKGBUILD new file mode 100644 index 000000000..d62c8143d --- /dev/null +++ b/community/haskell-tf-random/PKGBUILD @@ -0,0 +1,49 @@ +# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $ +# Maintainer: Alexander Rødseth <rodseth@gmail.com> + +_hkgname=tf-random +pkgname=haskell-tf-random +pkgver=0.4 +pkgrel=1 +pkgdesc='High-quality splittable pseudorandom number generator' +url="http://hackage.haskell.org/package/${_hkgname}" +license=('custom:BSD3') +arch=('i686' 'x86_64') +depends=('ghc' 'haskell-random' 'haskell-primitive') +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") +install=$pkgname.install +options=('staticlibs') +md5sums=('95de4ea1d30cb42d69b39b6ba8099bbf') + +build() { + cd ${_hkgname}-${pkgver} + + runhaskell Setup configure -O -p \ + --enable-split-objs \ + --enable-shared \ + --prefix=/usr \ + --docdir=/usr/share/doc/${pkgname} \ + --libsubdir=\$compiler/site-local/\$pkgid + runhaskell Setup build + + # Fails, with 'Setup: dist/doc/html/tf-random/haddock-prolog1890.txt: invalid argument' + #runhaskell Setup haddock + + runhaskell Setup register --gen-script + runhaskell Setup unregister --gen-script + sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { + cd ${_hkgname}-${pkgver} + + install -D -m744 register.sh ${pkgdir}/usr/share/haskell/${pkgname}/register.sh + install -m744 unregister.sh ${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh + install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries + #ln -s /usr/share/doc/${pkgname}/html ${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname} + runhaskell Setup copy --destdir=${pkgdir} + install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE + rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE +} + +# vim:set ts=2 sw=2 et: diff --git a/community/haskell-tf-random/haskell-tf-random.install b/community/haskell-tf-random/haskell-tf-random.install new file mode 100644 index 000000000..9fe3b1f4a --- /dev/null +++ b/community/haskell-tf-random/haskell-tf-random.install @@ -0,0 +1,35 @@ +pkgname=haskell-tf-random + +_register() { + usr/share/haskell/${pkgname}/register.sh +} + +_unregister() { + usr/share/haskell/${pkgname}/unregister.sh +} + +_gen_contents() { + (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) +} + +post_install() { + _register + _gen_contents +} + +pre_upgrade() { + _unregister +} + +post_upgrade() { + _register + _gen_contents +} + +pre_remove() { + _unregister +} + +post_remove() { + _gen_contents +} diff --git a/community/intel-gpu-tools/PKGBUILD b/community/intel-gpu-tools/PKGBUILD index f395cb4f2..f6f101549 100644 --- a/community/intel-gpu-tools/PKGBUILD +++ b/community/intel-gpu-tools/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 107279 2014-03-16 04:05:27Z thestinger $ +# $Id: PKGBUILD 108407 2014-03-27 14:47:17Z fyan $ # Maintainer: Daniel Micay <danielmicay@gmail.com> # Contributor: Mikael Eriksson <mikael_eriksson@miffe.org> # Originally by: Denis Smirnov <detanator@gmail.com> pkgname=intel-gpu-tools pkgver=1.6 -pkgrel=1 +pkgrel=2 pkgdesc="Tools for development and testing of the Intel DRM driver" arch=(i686 x86_64) license=(MIT) diff --git a/community/ktoblzcheck/PKGBUILD b/community/ktoblzcheck/PKGBUILD index 376febf7e..7c23b9ac3 100644 --- a/community/ktoblzcheck/PKGBUILD +++ b/community/ktoblzcheck/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 101147 2013-11-18 10:59:32Z spupykin $ +# $Id: PKGBUILD 108410 2014-03-27 14:47:19Z fyan $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Philipp Sandhaus <philipp.sandhaus@gmx.de> pkgname=ktoblzcheck pkgver=1.43 -pkgrel=1 +pkgrel=2 pkgdesc="A library to check account numbers and bank codes of German banks" arch=(i686 x86_64) url="http://ktoblzcheck.sourceforge.net" diff --git a/community/lib32-libphobos/PKGBUILD b/community/lib32-libphobos/PKGBUILD new file mode 100644 index 000000000..f03c68184 --- /dev/null +++ b/community/lib32-libphobos/PKGBUILD @@ -0,0 +1,50 @@ +# Maintainer: Mihails Strasuns <public@dicebot.lv> +# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com> +# Contributor: Chris Brannon <cmbrannon79@gmail.com> +# Contributor: Andrea Scarpino <andrea@archlinux.org> +# Contributor: Anders Bergh <anders1@gmail.com> +# Contributor: Alexander Fehr <pizzapunk gmail com> + +pkgname=('lib32-libphobos' 'lib32-libphobos-devel') +groups=('dlang' 'dlang-dmd') +pkgver=2.065.0 +pkgrel=1 +arch=('x86_64') +groups=('dlang' 'dlang-dmd') +url="http://www.dlang.org" +source=("git+http://github.com/D-Programming-Language/phobos.git#tag=v$pkgver" + "git+http://github.com/D-Programming-Language/druntime.git#tag=v$pkgver") +sha1sums=('SKIP' + 'SKIP') +makedepends=('dmd' 'git') +depends=('lib32-curl') +license=('custom') + +build() { + cd $srcdir/druntime + make -f posix.mak MODEL=32 RELEASE=1 DMD=dmd + + cd $srcdir/phobos + make -f posix.mak MODEL=32 RELEASE=1 DMD=dmd +} + +package_lib32-libphobos-devel() { + pkgdesc="The Phobos standard library for D programming language. Modules and static library (32-bit)" + depends=("dmd") + options=("staticlibs") + provides=("d-runtime=$pkgver" "d-stdlib=$pkgver") + + install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.a $pkgdir/usr/lib32/libphobos2.a + + install -Dm644 $srcdir/druntime/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE + install -Dm644 $srcdir/phobos/LICENSE_1_0.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos +} + +package_lib32-libphobos() { + pkgdesc="The Phobos standard library for D programming language (32-bit)" + + install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.so $pkgdir/usr/lib32/libphobos2.so + + install -Dm644 $srcdir/druntime/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime + install -Dm644 $srcdir/phobos/LICENSE_1_0.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos +} diff --git a/community/libftdi/PKGBUILD b/community/libftdi/PKGBUILD index b96b62549..cf316cb07 100644 --- a/community/libftdi/PKGBUILD +++ b/community/libftdi/PKGBUILD @@ -1,14 +1,17 @@ -# $Id: PKGBUILD 105985 2014-02-20 16:15:43Z kkeen $ +# $Id: PKGBUILD 108411 2014-03-27 14:47:20Z fyan $ # Maintainer: Kyle Keen <keenerd@gmail.com> +# bug, python binding vanished with 3.4 +# Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) + pkgname=libftdi pkgver=1.1 -pkgrel=3 +pkgrel=6 pkgdesc="A library to talk to FTDI chips, optional python bindings." arch=('i686' 'x86_64') url="http://www.intra2net.com/en/developer/libftdi/download.php" license=('GPL2' 'LGPL2.1') -depends=('libusbx') +depends=('libusb') optdepends=('python: library bindings') makedepends=('boost' 'cmake' 'python' 'swig') # doxygen for docs, confuse for eeprom diff --git a/community/libgexiv2/PKGBUILD b/community/libgexiv2/PKGBUILD index e3dd5ee21..109e89635 100644 --- a/community/libgexiv2/PKGBUILD +++ b/community/libgexiv2/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 104799 2014-01-26 12:17:37Z andyrtr $ +# $Id: PKGBUILD 108412 2014-03-27 14:47:20Z fyan $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Ionut Biru <ibiru@archlinux.org> pkgname=libgexiv2 pkgver=0.7.0 -pkgrel=2 +pkgrel=3 pkgdesc='GObject-based wrapper around the Exiv2 library' arch=('x86_64' 'i686') # http://yorba.org/download/gexiv2/ diff --git a/community/libnewt/PKGBUILD b/community/libnewt/PKGBUILD index be2cbd5f8..e69dcb636 100644 --- a/community/libnewt/PKGBUILD +++ b/community/libnewt/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 106158 2014-02-24 12:27:03Z arodseth $ +# $Id: PKGBUILD 108413 2014-03-27 14:47:21Z fyan $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Roman Kyrylych <roman@archlinux.org> # Contributor: Tom Killian <tomk@runbox.com> @@ -6,7 +6,7 @@ pkgname=libnewt pkgver=0.52.17 -pkgrel=1 +pkgrel=2 _tclver=8.6 pkgdesc="Not Erik's Windowing Toolkit - text mode windowing with slang" arch=('x86_64' 'i686') @@ -36,9 +36,7 @@ build() { } package() { - cd "newt-$pkgver" - - make prefix="$pkgdir/usr" install + make -C "newt-$pkgver" prefix="$pkgdir/usr" install } # vim:set ts=2 sw=2 et: diff --git a/community/libyaml/PKGBUILD b/community/libyaml/PKGBUILD index 12df160ed..e2814b561 100644 --- a/community/libyaml/PKGBUILD +++ b/community/libyaml/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 105278 2014-02-04 12:27:08Z spupykin $ +# $Id: PKGBUILD 108371 2014-03-27 09:26:07Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Michal Bozon <michal.bozon__at__gmail.com> pkgname=libyaml -pkgver=0.1.5 +pkgver=0.1.6 pkgrel=1 pkgdesc="YAML 1.1 library" arch=('i686' 'x86_64') url="http://pyyaml.org/wiki/LibYAML" license=('MIT') source=(http://pyyaml.org/download/libyaml/yaml-$pkgver.tar.gz) -md5sums=('24f6093c1e840ca5df2eb09291a1dbf1') +md5sums=('5fe00cda18ca5daeb43762b80c38e06e') build() { cd "$srcdir/yaml-$pkgver" diff --git a/community/luxrays/PKGBUILD b/community/luxrays/PKGBUILD index e1711b762..af0e886b1 100644 --- a/community/luxrays/PKGBUILD +++ b/community/luxrays/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 102257 2013-12-07 10:36:41Z bpiotrowski $ +# $Id: PKGBUILD 108354 2014-03-27 01:34:36Z svenstaro $ # Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com> pkgname=('luxrays' 'luxmark') pkgver=1.3.1 _pkgver=7459cd8a9583 -pkgrel=2 +pkgrel=3 pkgdesc="Accelerate the ray intersection process by using GPUs" arch=('i686' 'x86_64') url="http://www.luxrender.net/" diff --git a/community/lxc/PKGBUILD b/community/lxc/PKGBUILD index 5ebc9f760..a39ba1c77 100644 --- a/community/lxc/PKGBUILD +++ b/community/lxc/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 106992 2014-03-11 10:19:42Z spupykin $ +# $Id: PKGBUILD 108416 2014-03-27 14:47:24Z fyan $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Andrea Zucchelli <zukka77@gmail.com> # Contributor: Daniel Micay <danielmicay@gmail.com> @@ -8,7 +8,7 @@ pkgname=lxc pkgver=1.0.1 epoch=1 -pkgrel=1 +pkgrel=2 pkgdesc="Linux Containers" arch=('i686' 'x86_64') url="http://linuxcontainers.org" diff --git a/community/mcelog/PKGBUILD b/community/mcelog/PKGBUILD index 2fd31c1c6..b7ea3f2e9 100644 --- a/community/mcelog/PKGBUILD +++ b/community/mcelog/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 93664 2013-07-08 11:18:34Z spupykin $ +# $Id: PKGBUILD 108373 2014-03-27 09:26:22Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Thomas Mudrunka <harvie@@email..cz> # Maintainer: Thomas Mudrunka <harvie@@email..cz> pkgname=mcelog -pkgver=20130708 +pkgver=20140327 pkgrel=1 pkgdesc="Print machine check event log from x86-64 kernel" url="http://freshmeat.net/projects/mcelog/" diff --git a/community/mednafen/PKGBUILD b/community/mednafen/PKGBUILD index 2de82e79f..5002bd0b9 100644 --- a/community/mednafen/PKGBUILD +++ b/community/mednafen/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 106947 2014-03-10 21:57:31Z jsteel $ +# $Id: PKGBUILD 108527 2014-03-27 20:02:12Z jsteel $ # Maintainer: Jonathan Steel <jsteel@aur.archlinux.org> # Contributor: megadriver <megadriver at gmx dot com> # Contributor: Angel Velasquez <angvp@archlinux.org> @@ -7,7 +7,7 @@ # Contributor: Hans-Kristian Arntzen <maister@archlinux.us> pkgname=mednafen -pkgver=0.9.33.1 +pkgver=0.9.33.2 pkgrel=1 pkgdesc="A command-line multi-system gaming emulator" url="http://mednafen.sourceforge.net" @@ -18,7 +18,7 @@ makedepends=('mesa' 'glu') replaces=('mednafen-wip') install="$pkgname.install" source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2) -md5sums=('3e67483927baa71fe77c441c42216daa') +md5sums=('5ad015c5cbbefbf6b52fd6b972809b6a') build() { cd "$srcdir"/$pkgname diff --git a/community/notmuch/PKGBUILD b/community/notmuch/PKGBUILD index 3ea81f29b..2bdbbf113 100644 --- a/community/notmuch/PKGBUILD +++ b/community/notmuch/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 104884 2014-01-28 03:34:14Z td123 $ +# $Id: PKGBUILD 108418 2014-03-27 14:47:26Z fyan $ # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> # Contributor: fauno <fauno at kiwwwi.com.ar> # Contributor: Olivier Ramonat <olivier at ramonat dot fr> @@ -7,7 +7,7 @@ pkgbase=notmuch pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime') pkgver=0.17 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url="http://notmuchmail.org/" license=('GPL3') diff --git a/community/onboard/PKGBUILD b/community/onboard/PKGBUILD index 7aa5d3264..b11e7b149 100644 --- a/community/onboard/PKGBUILD +++ b/community/onboard/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 107059 2014-03-12 00:38:36Z bgyorgy $ +# $Id: PKGBUILD 108420 2014-03-27 14:47:27Z fyan $ # Maintainer: Balló György <ballogyor+arch at gmail dot com> pkgname=onboard pkgver=1.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="On-screen keyboard useful on tablet PCs or for mobility impaired users" arch=('i686' 'x86_64') url="https://launchpad.net/onboard" diff --git a/community/parrot/PKGBUILD b/community/parrot/PKGBUILD index 27851a3f0..4eb2f5507 100644 --- a/community/parrot/PKGBUILD +++ b/community/parrot/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 100098 2013-11-01 16:34:40Z spupykin $ +# $Id: PKGBUILD 108375 2014-03-27 09:26:38Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: mpie <michael.kyne-phillips1@ntlworld.com> pkgname=parrot -pkgver=5.9.0 -_rel=stable -#_rel=devel +pkgver=6.2.0 +#_rel=stable +_rel=devel pkgrel=1 pkgdesc="Standalone VM that can execute bytecode compiled dynamic languages" arch=('x86_64' 'i686') @@ -16,7 +16,7 @@ makedepends=('perl-json') optdepends=('freeglut') options=('!makeflags') source=(ftp://ftp.parrot.org/pub/parrot/releases/$_rel/$pkgver/$pkgname-$pkgver.tar.bz2) -md5sums=('8cecbd7bbc0e5c814f0de716a070e7d3') +md5sums=('f788885c7104df47c7f77fb1880342ee') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/pitivi/PKGBUILD b/community/pitivi/PKGBUILD index 256b9b12b..de4f81570 100644 --- a/community/pitivi/PKGBUILD +++ b/community/pitivi/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 108155 2014-03-24 07:46:13Z spupykin $ +# $Id: PKGBUILD 108523 2014-03-27 18:03:37Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Abhishek Dasgupta <abhidg@gmail.com> # Contributor: Gabor Nyekhelyi (n0gabor) <n0gabor@vipmail.hu> pkgname=pitivi pkgver=0.93 -pkgrel=2 +pkgrel=3 pkgdesc="Editor for audio/video projects using the GStreamer framework" arch=('i686' 'x86_64') url="http://www.pitivi.org/" license=('LGPL') depends=('clutter-gtk' 'gnonlin' 'gst-editing-services' 'gst-plugins-good' 'gst-python' - 'libnotify' 'python2-gobject' 'python2-gobject2' 'python2-numpy' 'python2-xdg' + 'libnotify' 'python2-gobject' 'python2-numpy' 'gnome-icon-theme' 'desktop-file-utils' 'clutter-gst') makedepends=('intltool' 'itstool') optdepends=('frei0r-plugins: additional video effects, clip transformation feature' diff --git a/community/plex-home-theater/PKGBUILD b/community/plex-home-theater/PKGBUILD index ef49131ed..32d4635e9 100755 --- a/community/plex-home-theater/PKGBUILD +++ b/community/plex-home-theater/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 108096 2014-03-22 16:58:27Z alucryd $ +# $Id: PKGBUILD 108338 2014-03-27 00:27:19Z alucryd $ # Maintainer: Maxime Gauduin <alucryd@gmail.com> # Contributor: Daniel Wallace <daniel.wallace@gatech.edu> pkgname=plex-home-theater -pkgver=1.0.12 +pkgver=1.0.13 pkgrel=1 pkgdesc='Plex Home Theater' arch=('i686' 'x86_64') @@ -17,7 +17,7 @@ optdepends=('libplist: AirPlay support' 'pulseaudio: PulseAudio support') source=("https://github.com/plexinc/plex-home-theater-public/archive/pht-v${pkgver}.tar.gz" 'plexhometheater.sh') -sha256sums=('408edd875fd8b4d2e5fc9c97719e8c2399c6a84e4c1c10222d32f46f46ef82bd' +sha256sums=('6a50fe804cfa194a8b694a5c5a8a462610db582fc4528d6a7db597477a72a6fa' 'c551d8f50342dcfede5a11e1bae2c18b25d44b89a5a29863e5809d45ef365702') build() { diff --git a/community/python-apsw/PKGBUILD b/community/python-apsw/PKGBUILD index 9336e6e1e..29788a146 100644 --- a/community/python-apsw/PKGBUILD +++ b/community/python-apsw/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=python-apsw pkgname=('python-apsw' 'python2-apsw') pkgver=3.8.1 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url="http://code.google.com/p/apsw/" license=('MIT') diff --git a/community/python-basemap/PKGBUILD b/community/python-basemap/PKGBUILD index 37fb61e06..f3798331e 100644 --- a/community/python-basemap/PKGBUILD +++ b/community/python-basemap/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 98348 2013-10-08 20:26:40Z jlichtblau $ +# $Id: PKGBUILD 108429 2014-03-27 14:47:34Z fyan $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Stéphane Gaudreault <stephane@archlinux.org> # Contributor: Matthias Ellmer <ellmer.matthias@gmail.com> @@ -7,7 +7,7 @@ pkgbase=python-basemap pkgname=('python-basemap' 'python2-basemap' 'python-basemap-common') pkgver=1.0.7 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url="http://matplotlib.org/basemap/" license=('custom') @@ -16,7 +16,7 @@ source=("http://downloads.sourceforge.net/project/matplotlib/matplotlib-toolkits sha1sums=('e1d5750aab4b2d2c3191bba078a6ae3e2bafa068') _py2basever=2.7 -_py3basever=3.3 +_py3basever=3.4 build() { pushd "${srcdir}"/basemap-${pkgver} @@ -27,15 +27,31 @@ build() { cp -a "${srcdir}"/basemap-${pkgver}{,-python2} + # Python2 Version + cd "${srcdir}"/basemap-${pkgver}-python2 + python2 setup.py config + python2 setup.py build + # Python3 Version cd "${srcdir}"/basemap-${pkgver} python setup.py config python setup.py build +} + +package_python2-basemap() { + pkgdesc="Toolkit for plotting data on map projections" + depends=('python-basemap-common' 'python2-matplotlib' 'geos' 'shapelib' 'python2-numpy' 'python2-httplib2') + optdepends=('python2-pillow: Python Imaging Library is only needed for bluemarble and warpimage methods.') - # Python2 Version cd "${srcdir}"/basemap-${pkgver}-python2 - python2 setup.py config - python2 setup.py build + + python2 setup.py install -O1 --skip-build --root="${pkgdir}" --prefix=/usr + + # Conflict with files from python2-matplotlib + rm "${pkgdir}"/usr/lib/python${_py2basever}/site-packages/mpl_toolkits/__init__.{py,pyc,pyo} + + rm -fr "${pkgdir}"/usr/lib/python${_py2basever}/site-packages/mpl_toolkits/basemap/data + ln -sf /usr/share/basemap/data "${pkgdir}"/usr/lib/python${_py2basever}/site-packages/mpl_toolkits/basemap/data } package_python-basemap() { @@ -49,28 +65,12 @@ package_python-basemap() { # Conflict with files from python-matplotlib rm "${pkgdir}"/usr/lib/python${_py3basever}/site-packages/mpl_toolkits/__init__.py - rm "${pkgdir}"/usr/lib/python${_py3basever}/site-packages/mpl_toolkits/__pycache__/__init__.cpython-33.{pyc,pyo} + rm "${pkgdir}"/usr/lib/python${_py3basever}/site-packages/mpl_toolkits/__pycache__/__init__.cpython-34.{pyc,pyo} rm -fr "${pkgdir}"/usr/lib/python${_py3basever}/site-packages/mpl_toolkits/basemap/data ln -sf /usr/share/basemap/data "${pkgdir}"/usr/lib/python${_py3basever}/site-packages/mpl_toolkits/basemap/data } -package_python2-basemap() { - pkgdesc="Toolkit for plotting data on map projections" - depends=('python-basemap-common' 'python2-matplotlib' 'geos' 'shapelib' 'python2-numpy' 'python2-httplib2') - optdepends=('python2-pillow: Python Imaging Library is only needed for bluemarble and warpimage methods.') - - cd "${srcdir}"/basemap-${pkgver}-python2 - - python2 setup.py install -O1 --skip-build --root="${pkgdir}" --prefix=/usr - - # Conflict with files from python2-matplotlib - rm "${pkgdir}"/usr/lib/python${_py2basever}/site-packages/mpl_toolkits/__init__.{py,pyc,pyo} - - rm -fr "${pkgdir}"/usr/lib/python${_py2basever}/site-packages/mpl_toolkits/basemap/data - ln -sf /usr/share/basemap/data "${pkgdir}"/usr/lib/python${_py2basever}/site-packages/mpl_toolkits/basemap/data -} - package_python-basemap-common() { pkgdesc="Data files for python-basemap" diff --git a/community/python-biopython/PKGBUILD b/community/python-biopython/PKGBUILD index 75d169a4e..79ea3a6df 100644 --- a/community/python-biopython/PKGBUILD +++ b/community/python-biopython/PKGBUILD @@ -4,24 +4,25 @@ # Contributor: damir <damir at archlinux dot org> pkgname=python-biopython -_upstream_pkgname=biopython +_pkgname=biopython pkgver=1.63 -pkgrel=2 +pkgrel=3 pkgdesc="Freely available Python tools for computational molecular biology" arch=('i686' 'x86_64') url="http://www.biopython.org" license=('custom') depends=('python-numpy') -source=(http://www.biopython.org/DIST/${_upstream_pkgname}-${pkgver}.tar.gz) +source=(http://www.biopython.org/DIST/${_pkgname}-${pkgver}.tar.gz) md5sums=('09c58433150849b131d2d9bbfdf342d3') build() { - cd "${srcdir}/${_upstream_pkgname}-${pkgver}/" + cd "${srcdir}/${_pkgname}-${pkgver}/" python setup.py build } package() { - cd "${srcdir}/${_upstream_pkgname}-${pkgver}/" + cd "${srcdir}/${_pkgname}-${pkgver}/" python setup.py install --root="${pkgdir}" install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } + diff --git a/community/python-bsddb/PKGBUILD b/community/python-bsddb/PKGBUILD index 1832514b6..64d47ff50 100644 --- a/community/python-bsddb/PKGBUILD +++ b/community/python-bsddb/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 106305 2014-02-27 10:21:41Z spupykin $ +# $Id: PKGBUILD 108433 2014-03-27 14:47:37Z fyan $ # Maintainer: Kaiting Chen <kaitocracy@gmail.com> # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> # Contributor: Douglas Soares de Andrade <dsandrade@gmail.com> @@ -7,7 +7,7 @@ pkgbase=python-bsddb pkgname=('python2-bsddb' 'python-bsddb') pkgver=6.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="Python interface for BerkeleyDB" license=('MIT') arch=('i686' 'x86_64') diff --git a/community/python-cchardet/PKGBUILD b/community/python-cchardet/PKGBUILD index 9c9267c91..3584e9736 100644 --- a/community/python-cchardet/PKGBUILD +++ b/community/python-cchardet/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 96112 2013-08-20 06:32:47Z lcarlier $ +# $Id: PKGBUILD 108434 2014-03-27 14:47:39Z fyan $ # Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com> pkgname=python-cchardet pkgname=(python-cchardet python2-cchardet) pkgver=0.3.5 -pkgrel=1 +pkgrel=2 pkgdesc="Universal encoding detector faster than chardet." url="http://pypi.python.org/pypi/cchardet/" makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools') @@ -33,7 +33,6 @@ package() { package_python-cchardet() { depends=(python) - cd "$srcdir/cchardet-$pkgver" rm -rf build; ln -s ../buildpy3 build python setup.py install --skip-build -O1 --root="$pkgdir" diff --git a/community/python-cx_freeze/PKGBUILD b/community/python-cx_freeze/PKGBUILD index a2fe30c1f..293580679 100644 --- a/community/python-cx_freeze/PKGBUILD +++ b/community/python-cx_freeze/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 103463 2014-01-06 11:40:32Z arodseth $ +# $Id: PKGBUILD 108438 2014-03-27 14:47:41Z fyan $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Ray Rashif <schiv@archlinux.org> # Contributor: Douglas Soares de Andrade <douglas@archlinux.org> @@ -8,7 +8,7 @@ pkgbase=python-cx_freeze pkgname=('python-cx_freeze' 'python2-cx_freeze') pkgver=4.3.2 -pkgrel=1 +pkgrel=2 pkgdesc='Set of utilities for freezing Python scripts into executables' arch=('x86_64' 'i686') url='http://cx-freeze.sourceforge.net/' diff --git a/community/python-greenlet/PKGBUILD b/community/python-greenlet/PKGBUILD index 5d123cf72..1477cdf14 100644 --- a/community/python-greenlet/PKGBUILD +++ b/community/python-greenlet/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 104937 2014-01-28 14:10:19Z fyan $ +# $Id: PKGBUILD 108445 2014-03-27 14:47:46Z fyan $ # Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com> # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: Ralf Schmitt <ralf@systemexit.de> @@ -6,7 +6,7 @@ pkgbase=python-greenlet pkgname=(python-greenlet python2-greenlet) pkgver=0.4.2 -pkgrel=2 +pkgrel=3 pkgdesc="Lightweight in-process concurrent programming" license=("MIT") url="http://pypi.python.org/pypi/greenlet" diff --git a/community/python-levenshtein/PKGBUILD b/community/python-levenshtein/PKGBUILD index b8ac020c6..4fb0a07d2 100644 --- a/community/python-levenshtein/PKGBUILD +++ b/community/python-levenshtein/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 106222 2014-02-25 15:25:23Z fyan $ +# $Id: PKGBUILD 108453 2014-03-27 14:47:51Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: Thomas S Hatch <thatch45@gmail.com> # Contributor: shamrok <szamrok@gmail.com> @@ -7,7 +7,7 @@ pkgbase=python-levenshtein pkgname=(python-levenshtein python2-levenshtein) pkgver=0.11.2 -pkgrel=1 +pkgrel=2 pkgdesc="Python extension for computing string edit distances and similarities" url="http://pypi.python.org/pypi/python-Levenshtein/" license=("GPL") diff --git a/community/python-matplotlib/PKGBUILD b/community/python-matplotlib/PKGBUILD index fa82979c0..f5a9d6231 100644 --- a/community/python-matplotlib/PKGBUILD +++ b/community/python-matplotlib/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 104353 2014-01-19 04:17:18Z bgyorgy $ +# $Id: PKGBUILD 108455 2014-03-27 14:47:53Z fyan $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> # Contributor: Stefan Husmann <stefan-husmann@t-online.de> # Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> @@ -7,19 +7,17 @@ pkgbase=python-matplotlib pkgname=('python2-matplotlib' 'python-matplotlib') pkgver=1.3.1 -pkgrel=2 +pkgrel=3 pkgdesc="A python plotting library, making publication quality plots" arch=('i686' 'x86_64') url='http://matplotlib.org' license=('custom') +checkdepends=('python-nose' 'python2-nose') makedepends=('python2-pytz' 'python2-numpy' 'python2-pyqt4' 'python-pytz' 'python-numpy' 'python-pyqt4' 'tk' 'python-cairo' 'python2-cairo' 'python-dateutil' 'python2-dateutil' 'python-gobject' 'python2-gobject' 'python-pyparsing' - 'python2-pyparsing' 'pygtk' 'python-six' 'ghostscript' 'texlive-bin') -optdepends=('pygtk: for use with the GTK or GTKAgg backend' - 'tk: used by the TkAgg backend' - 'ghostscript: usetex dependencies' - 'texlive-bin: usetex dependencies') + 'python2-pyparsing' 'pygtk' 'python-six' 'ghostscript' 'texlive-bin' 'agg' + 'python-tornado' 'python2-tornado' 'gtk3') source=("http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-${pkgver}/matplotlib-${pkgver}.tar.gz" "ffmpeg-2.0.patch") sha512sums=('04877aa15b6d52a6f813e8377098d13c432f66ae2522c544575440180944c9b73a2164ae63edd3a0eff807883bf7b39cd55f28454ccee8c76146567ff4a6fd40' @@ -53,6 +51,11 @@ build() { package_python2-matplotlib() { depends=('python2-pytz' 'python2-numpy' 'python2-cairo' 'python2-pyqt4' 'python2-dateutil' 'python2-pyparsing') + optdepends=('pygtk: for use with the GTK or GTKAgg backend' + 'tk: used by the TkAgg backend' + 'ghostscript: usetex dependencies' + 'texlive-bin: usetex dependencies' + 'python2-tornado: for webagg backend') cd matplotlib-${pkgver} python2 setup.py install -O1 --skip-build --root "${pkgdir}" --prefix=/usr @@ -63,6 +66,11 @@ package_python2-matplotlib() { package_python-matplotlib() { depends=('python-pytz' 'python-numpy' 'python-cairo' 'python-pyqt4' 'python-dateutil' 'python-pyparsing') + optdepends=('pygtk: for use with the GTK or GTKAgg backend' + 'tk: used by the TkAgg backend' + 'ghostscript: usetex dependencies' + 'texlive-bin: usetex dependencies' + 'python-tornado: for webagg backend') cd matplotlib-${pkgver}-py3 python3 setup.py install -O1 --skip-build --root "${pkgdir}" --prefix=/usr diff --git a/community/python-msgpack/PKGBUILD b/community/python-msgpack/PKGBUILD index 814a35d07..ae85028e1 100644 --- a/community/python-msgpack/PKGBUILD +++ b/community/python-msgpack/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 106135 2014-02-24 00:51:07Z seblu $ +# $Id: PKGBUILD 108457 2014-03-27 14:47:55Z fyan $ # Maintainer: Sébastien "Seblu" Luttringer pkgbase=python-msgpack pkgname=('python-msgpack' 'python2-msgpack') pkgver=0.4.1 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url='https://github.com/msgpack/msgpack-python' license=('Apache') -makedepends=('cython' 'cython2' 'python-distribute' 'python2-distribute') +makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools') checkdepends=('python-pytest' 'python2-pytest' 'python-six' 'python2-six') source=("http://pypi.python.org/packages/source/m/msgpack-python/msgpack-python-$pkgver.tar.gz") md5sums=('3ff478e75e783f4e69c1a8d5ca63dea4') diff --git a/community/python-numexpr/PKGBUILD b/community/python-numexpr/PKGBUILD index 2f01f919c..afcea2446 100644 --- a/community/python-numexpr/PKGBUILD +++ b/community/python-numexpr/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 107111 2014-03-12 16:45:17Z aginiewicz $ +# $Id: PKGBUILD 108458 2014-03-27 14:47:55Z fyan $ # Maintainer: Andrzej Giniewicz <gginiu@gmail.com> # Contributor: Sebastien Binet <binet@lblbox> pkgbase=python-numexpr pkgname=('python2-numexpr' 'python-numexpr') pkgver=2.3.1 -pkgrel=1 +pkgrel=2 pkgdesc="Fast numerical array expression evaluator for Python, NumPy, PyTables, pandas" url="https://github.com/pydata/numexpr" arch=('i686' 'x86_64') diff --git a/community/python-openbabel/PKGBUILD b/community/python-openbabel/PKGBUILD index a3a44b3a9..2b6ddf3f1 100644 --- a/community/python-openbabel/PKGBUILD +++ b/community/python-openbabel/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 99971 2013-10-31 02:45:56Z allan $ +# $Id: PKGBUILD 108460 2014-03-27 14:47:57Z fyan $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Michal Bozon <bozonm@vscht.cz> pkgname=('python-openbabel' 'python2-openbabel') pkgver=2.3.2 -pkgrel=2 +pkgrel=3 pkgdesc='Python bindings for the openbabel library' arch=('x86_64' 'i686') url='http://openbabel.org/wiki/Python' diff --git a/community/python-pillow/PKGBUILD b/community/python-pillow/PKGBUILD index 74a617131..1f5a65d29 100644 --- a/community/python-pillow/PKGBUILD +++ b/community/python-pillow/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 107607 2014-03-18 09:57:17Z kkeen $ +# $Id: PKGBUILD 108464 2014-03-27 14:48:00Z fyan $ # Maintainer: Kyle Keen <keenerd@gmail.com> # Contributor: minder pkgbase=python-pillow pkgname=(python-pillow python2-pillow) pkgver=2.3.1 -pkgrel=1 +pkgrel=2 _appname=Pillow _py2basever=2.7 -_py3basever=3.3m +_py3basever=3.4m pkgdesc="Python Imaging Library (PIL) fork. Python3 version." arch=('i686' 'x86_64') url="http://python-imaging.github.io/" diff --git a/community/python-psutil/PKGBUILD b/community/python-psutil/PKGBUILD index e94c1200a..56b185db6 100644 --- a/community/python-psutil/PKGBUILD +++ b/community/python-psutil/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 106955 2014-03-10 22:28:38Z seblu $ +# $Id: PKGBUILD 108467 2014-03-27 14:48:02Z fyan $ # Maintainer: Sébastien Luttringer pkgbase=python-psutil pkgname=('python-psutil' 'python2-psutil') pkgver=2.0.0 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url='http://code.google.com/p/psutil/' license=('custom: BSD') @@ -25,19 +25,19 @@ build() { sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \; } -check() { - cd psutil-$pkgver - - msg2 python - export PYTHONPATH="$PWD/build/python" - #python test/test_psutil.py - python test/test_memory_leaks.py - - msg2 python2 - export PYTHONPATH="$PWD/build/python2" - #python2 test/test_psutil.py - python2 test/test_memory_leaks.py -} +#check() { +# cd psutil-$pkgver +# +# msg2 python +# export PYTHONPATH="$PWD/build/python" +# #python test/test_psutil.py +# python test/test_memory_leaks.py +# +# msg2 python2 +# export PYTHONPATH="$PWD/build/python2" +# #python2 test/test_psutil.py +# python2 test/test_memory_leaks.py +#} package_python-psutil() { pkgdesc='A cross-platform process and system utilities module for Python' diff --git a/community/python-psycopg2/PKGBUILD b/community/python-psycopg2/PKGBUILD index 35181419b..0a1992429 100644 --- a/community/python-psycopg2/PKGBUILD +++ b/community/python-psycopg2/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 103604 2014-01-08 10:35:30Z spupykin $ +# $Id: PKGBUILD 108468 2014-03-27 14:48:03Z fyan $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> # Maintainer: Douglas Soares de Andrade <dsa@aur.archlinux.org> @@ -6,7 +6,7 @@ pkgbase=python-psycopg2 pkgname=('python-psycopg2' 'python2-psycopg2') pkgver=2.5.2 -pkgrel=1 +pkgrel=2 pkgdesc="A PostgreSQL database adapter for the Python programming language." arch=('i686' 'x86_64') url="http://initd.org/psycopg/" diff --git a/community/python-pybluez/PKGBUILD b/community/python-pybluez/PKGBUILD index 1dc7b5535..d6ad8a360 100644 --- a/community/python-pybluez/PKGBUILD +++ b/community/python-pybluez/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=python-pybluez pkgname=(python-pybluez python2-pybluez) pkgver=0.20 -pkgrel=1 +pkgrel=2 pkgdesc="Python wrapper for the BlueZ Bluetooth stack" arch=('i686' 'x86_64') url="http://code.google.com/p/pybluez/" diff --git a/community/python-pygit2/PKGBUILD b/community/python-pygit2/PKGBUILD index 17bbc9c04..3a67e169a 100644 --- a/community/python-pygit2/PKGBUILD +++ b/community/python-pygit2/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 106787 2014-03-07 16:41:06Z thestinger $ +# $Id: PKGBUILD 108473 2014-03-27 14:48:08Z fyan $ # Maintainer: Daniel Micay <danielmicay@gmail.com> pkgbase=python-pygit2 pkgname=(python-pygit2 python2-pygit2) pkgver=0.20.2 -pkgrel=1 +pkgrel=2 pkgdesc='Python bindings for libgit2' url="https://github.com/libgit2/pygit2" depends=(libgit2) diff --git a/community/python-pymongo/PKGBUILD b/community/python-pymongo/PKGBUILD index cc7ccaece..f49c68be7 100644 --- a/community/python-pymongo/PKGBUILD +++ b/community/python-pymongo/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 98824 2013-10-19 20:51:12Z arodseth $ +# $Id: PKGBUILD 108476 2014-03-27 14:48:10Z fyan $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: Thomas S Hatch <thatch45@gmail.com> @@ -7,7 +7,7 @@ pkgbase=python-pymongo pkgname=('python-pymongo' 'python2-pymongo') pkgver=2.6.3 -pkgrel=2 +pkgrel=3 pkgdesc='Python module for using MongoDB' arch=('x86_64' 'i686') license=('APACHE') diff --git a/community/python-pyopencl/PKGBUILD b/community/python-pyopencl/PKGBUILD index fbe922ea5..10a0fcd34 100644 --- a/community/python-pyopencl/PKGBUILD +++ b/community/python-pyopencl/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 105755 2014-02-15 13:12:50Z jelle $ +# $Id: PKGBUILD 108477 2014-03-27 14:48:11Z fyan $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> pkgbase=python-pyopencl pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers') pkgver=2013.2 -pkgrel=3 +pkgrel=4 pkgdesc="A complete, object-oriented language binding of OpenCL to Python" arch=('i686' 'x86_64') url="http://mathema.tician.de/software/pyopencl" diff --git a/community/python-pyproj/PKGBUILD b/community/python-pyproj/PKGBUILD index d0308d8a3..d1dca48b5 100644 --- a/community/python-pyproj/PKGBUILD +++ b/community/python-pyproj/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 97803 2013-09-29 20:15:06Z jlichtblau $ +# $Id: PKGBUILD 108479 2014-03-27 14:48:12Z fyan $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Stéphane Gaudreault <stephane@archlinux.org> pkgbase=python-pyproj pkgname=('python-pyproj' 'python2-pyproj') pkgver=1.9.3 -pkgrel=2 +pkgrel=3 pkgdesc="Python interfaces to PROJ.4 library" arch=('i686' 'x86_64') url="http://code.google.com/p/pyproj" @@ -29,7 +29,7 @@ build() { } package_python-pyproj() { - depends=('proj' 'python>=3.3') + depends=('proj' 'python>=3.4') cd "${srcdir}"/pyproj-${pkgver} python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build diff --git a/community/python-pytables/PKGBUILD b/community/python-pytables/PKGBUILD index abe919c77..d377c37e2 100644 --- a/community/python-pytables/PKGBUILD +++ b/community/python-pytables/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 105425 2014-02-07 11:53:10Z aginiewicz $ +# $Id: PKGBUILD 108483 2014-03-27 14:48:15Z fyan $ # Maintainer: Andrzej Giniewicz <gginiu@gmail.com> # Contributor: Sebastien Binet <binet@cern.ch> pkgbase=python-pytables pkgname=('python2-pytables' 'python-pytables') pkgver=3.1.0 -pkgrel=1 +pkgrel=2 arch=("i686" "x86_64") pkgdesc="A package for managing hierarchical datasets and designed to efficiently and easily cope with extremely large amounts of data" url="http://www.pytables.org" diff --git a/community/python-pyxattr/PKGBUILD b/community/python-pyxattr/PKGBUILD index afad28f49..2df5e4aed 100644 --- a/community/python-pyxattr/PKGBUILD +++ b/community/python-pyxattr/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 92209 2013-06-02 18:57:49Z bpiotrowski $ +# $Id: PKGBUILD 108488 2014-03-27 14:48:18Z fyan $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Jon Bergli Heier <snakebite@jvnv.net> @@ -6,12 +6,12 @@ pkgname=('python2-pyxattr' 'python-pyxattr') pkgbase=python-pyxattr _pkgname=pyxattr pkgver=0.5.2 -pkgrel=1 +pkgrel=2 pkgdesc='A python extension module that allows you to manipulate the extended attributes.' arch=('i686' 'x86_64') url='http://pyxattr.k1024.org/' license=('GPL') -makedepends=('python2' 'python' 'python2-distribute' 'python-distribute') +makedepends=('python2' 'python' 'python2-setuptools' 'python-setuptools') source=("http://pyxattr.k1024.org/downloads/pyxattr-$pkgver.tar.gz") md5sums=('9ff2e4218badc201b689b6d254290001') diff --git a/community/python-pyzmq/PKGBUILD b/community/python-pyzmq/PKGBUILD index 93e4d9d9d..119f80027 100644 --- a/community/python-pyzmq/PKGBUILD +++ b/community/python-pyzmq/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 107602 2014-03-18 09:42:57Z kkeen $ +# $Id: PKGBUILD 108489 2014-03-27 14:48:19Z fyan $ # Maintainer: Kyle Keen <keenerd at gmail dot com> pkgbase=python-pyzmq pkgname=(python2-pyzmq python-pyzmq) pkgver=14.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Python bindings for zeromq, written in Cython" arch=(i686 x86_64) url="http://www.zeromq.org/bindings:python" diff --git a/community/python-qrencode/PKGBUILD b/community/python-qrencode/PKGBUILD index fea97d190..2a47d177d 100644 --- a/community/python-qrencode/PKGBUILD +++ b/community/python-qrencode/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 107213 2014-03-14 15:30:46Z flexiondotorg $ +# $Id: PKGBUILD 108490 2014-03-27 14:48:20Z fyan $ # Maintainer: Martin Wimpress <code@flexion.org> pkgname=python-qrencode pkgver=1.01 -pkgrel=5 +pkgrel=6 pkgdesc="A simple wrapper for the C qrencode library" arch=('i686' 'x86_64') url="http://pypi.python.org/pypi/qrencode" diff --git a/community/python-scikit-learn/PKGBUILD b/community/python-scikit-learn/PKGBUILD index ae64bf4d2..cb29708a9 100644 --- a/community/python-scikit-learn/PKGBUILD +++ b/community/python-scikit-learn/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 96814 2013-09-05 19:19:46Z aginiewicz $ +# $Id: PKGBUILD 108494 2014-03-27 14:48:23Z fyan $ # Maintainer: Andrzej Giniewicz <gginiu@gmail.com> pkgbase=python-scikit-learn pkgname=('python2-scikit-learn' 'python-scikit-learn') pkgver=0.14.1 -pkgrel=1 +pkgrel=2 pkgdesc="A set of python modules for machine learning and data mining" arch=('i686' 'x86_64') url="http://scikit-learn.sourceforge.net/" license=('BSD') -makedepends=('python2-scipy' 'python-scipy' 'python2-setuptools' 'python-setuptools') +makedepends=('python2-scipy' 'python-scipy' 'python2-setuptools' 'python-setuptools' 'cython') options=(!emptydirs) source=("http://downloads.sourceforge.net/project/scikit-learn/scikit-learn-${pkgver}.tar.gz" @@ -27,6 +27,8 @@ build() { msg "Building Python3" cd "$srcdir"/scikit-learn-$pkgver + # Regenerate _k_means.c using newer cython to fix python 3.4 compile error + cython sklearn/cluster/_k_means.pyx python setup.py build } diff --git a/community/python-scipy/PKGBUILD b/community/python-scipy/PKGBUILD index e6ab4fe59..7f9d117ff 100644 --- a/community/python-scipy/PKGBUILD +++ b/community/python-scipy/PKGBUILD @@ -7,7 +7,7 @@ pkgname=('python-scipy' 'python2-scipy') pkgver=0.13.3 -pkgrel=1 +pkgrel=2 pkgdesc="SciPy is open-source software for mathematics, science, and engineering." arch=('i686' 'x86_64') url="http://www.scipy.org/" @@ -42,14 +42,23 @@ build() { } check() { - cd scipy-${pkgver} -# figure out how to run tests in the source tree easily -# python -c "from scipy import test; test('full')" -# python setup.py test + # we need to do a temp install so we can import scipy + # also, the tests must not be run from the scipy source directory + export LDFLAGS="-Wall -shared" - cd ../scipy-${pkgver}-py2 -# figure out how to run tests in the source tree easily -# python2 -c "from scipy import test; test('full')" + cd ${srcdir}/scipy-${pkgver} + python3 setup.py config_fc --fcompiler=gnu95 install \ + --prefix=/usr --root=${srcdir}/test --optimize=1 + export PYTHONPATH=${srcdir}/test/usr/lib/python3.4/site-packages + cd ${srcdir} + python -c "from scipy import test; test('full')" + + cd ${srcdir}/scipy-${pkgver}-py2 + python2 setup.py config_fc --fcompiler=gnu95 install \ + --prefix=/usr --root=${srcdir}/test --optimize=1 + export PYTHONPATH=${srcdir}/test/usr/lib/python2.7/site-packages + cd ${srcdir} + python2 -c "from scipy import test; test('full')" } package_python-scipy() { diff --git a/community/python-sfml/PKGBUILD b/community/python-sfml/PKGBUILD index cbe5160cb..436044417 100644 --- a/community/python-sfml/PKGBUILD +++ b/community/python-sfml/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> pkgname=python-sfml pkgver=1.3 -pkgrel=3 +pkgrel=4 pkgdesc="The unofficial Python binding for SFML" arch=('i686' 'x86_64') url="http://python-sfml.org" diff --git a/community/python-simplejson/PKGBUILD b/community/python-simplejson/PKGBUILD index 55919fc1c..3e9c1875d 100644 --- a/community/python-simplejson/PKGBUILD +++ b/community/python-simplejson/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 106958 2014-03-10 22:32:08Z arodseth $ +# $Id: PKGBUILD 108498 2014-03-27 14:48:26Z fyan $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Allan McRae <allan@archlinux.org> @@ -7,7 +7,7 @@ pkgbase=python-simplejson pkgname=("$pkgbase" 'python2-simplejson') pkgver=3.3.3 -pkgrel=1 +pkgrel=2 pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python' license=('MIT') arch=('x86_64' 'i686') diff --git a/community/python-sqlalchemy/PKGBUILD b/community/python-sqlalchemy/PKGBUILD index 2f4d2877b..73bdf2b26 100644 --- a/community/python-sqlalchemy/PKGBUILD +++ b/community/python-sqlalchemy/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 106390 2014-03-02 04:42:29Z angvp $ +# $Id: PKGBUILD 108503 2014-03-27 14:48:29Z fyan $ # Maintainer: Angel Velasquez <angvp@archlinux.org> # Contributor: Sébastien Luttringer <seblu@aur.archlinux.org> pkgbase=python-sqlalchemy pkgname=('python-sqlalchemy' 'python2-sqlalchemy') pkgver=0.9.3 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') # python2 package contain .so url="http://www.sqlalchemy.org/" license=('custom: MIT') diff --git a/community/python-tornado/PKGBUILD b/community/python-tornado/PKGBUILD index 42c463e58..527774e25 100644 --- a/community/python-tornado/PKGBUILD +++ b/community/python-tornado/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 104290 2014-01-17 07:31:27Z fyan $ +# $Id: PKGBUILD 108507 2014-03-27 14:48:32Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: Thomas Dziedzic < gostrc at gmail > pkgname=('python-tornado' 'python2-tornado') pkgver=3.2.0 -pkgrel=1 +pkgrel=2 pkgdesc='open source version of the scalable, non-blocking web server and tools' arch=('i686' 'x86_64') url='http://www.tornadoweb.org/' @@ -13,7 +13,6 @@ makedepends=('python-setuptools' 'python2-setuptools' 'python2-backports.ssl_mat source=("https://github.com/facebook/tornado/archive/v${pkgver}.tar.gz") build() { - cd "$srcdir" cp -r tornado-${pkgver} python2-tornado-${pkgver} cd tornado-${pkgver} @@ -31,7 +30,7 @@ build() { package_python-tornado() { depends=('python') - cd "$srcdir/tornado-${pkgver}" + cd tornado-${pkgver} python setup.py install --root="${pkgdir}" --optimize=1 } @@ -39,7 +38,7 @@ package_python-tornado() { package_python2-tornado() { depends=('python2' 'python2-backports.ssl_match_hostname') - cd "$srcdir/python2-tornado-${pkgver}" + cd python2-tornado-${pkgver} python2 setup.py install --root="${pkgdir}" --optimize=1 } diff --git a/community/python-yaml/PKGBUILD b/community/python-yaml/PKGBUILD index c71d9e086..735faf17d 100644 --- a/community/python-yaml/PKGBUILD +++ b/community/python-yaml/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 78260 2012-10-17 10:27:30Z allan $ +# $Id: PKGBUILD 108512 2014-03-27 14:48:36Z fyan $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Michal Bozon <michal.bozon__at__gmail.com> pkgbase=python-yaml pkgname=(python2-yaml python-yaml) pkgver=3.10 -pkgrel=3 +pkgrel=4 pkgdesc="Python bindings for YAML, using fast libYAML library" arch=('i686' 'x86_64') url="http://pyyaml.org" diff --git a/community/scite/PKGBUILD b/community/scite/PKGBUILD index f7b786d42..bd5986d39 100644 --- a/community/scite/PKGBUILD +++ b/community/scite/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 105192 2014-02-02 16:50:19Z arodseth $ +# $Id: PKGBUILD 108391 2014-03-27 12:57:37Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Thomas S Hatch <thatch45@gmail.com> # Contributor: Corrado 'bardo' Primier <corrado.primier@mail.polimi.it> @@ -6,7 +6,7 @@ # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=scite -pkgver=3.3.9 +pkgver=3.4.0 pkgrel=1 pkgdesc='Editor with facilities for building and running programs' arch=('x86_64' 'i686') @@ -17,7 +17,7 @@ makedepends=('setconf') backup=('usr/share/scite/SciTEGlobal.properties') install="$pkgname.install" source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz") -sha256sums=('cd7bdfdf8cd870893375519405510417145ec0a9790ed7209f21d552d36c0775') +sha256sums=('6e247543e08840c6103b50308bb394892525194bffcd98b673e4c7f6d03ba1a4') prepare() { if [ $?CXXBASEFLAGS == 1 ]; then @@ -37,14 +37,12 @@ build() { } package() { - cd "$pkgname/gtk" - - make DESTDIR="$pkgdir" install - install -Dm644 "$srcdir/$pkgname/License.txt" \ + make -C "$pkgname/gtk" DESTDIR="$pkgdir" install + install -Dm644 "$pkgname/License.txt" \ "$pkgdir/usr/share/licenses/$pkgname/LICENSE-scite" - install -Dm644 "$srcdir/scintilla/License.txt" \ + install -Dm644 "scintilla/License.txt" \ "$pkgdir/usr/share/licenses/$pkgname/LICENSE-scintilla" - ln -sf SciTE "$pkgdir/usr/bin/scite" + ln -sf "/usr/bin/SciTE" "$pkgdir/usr/bin/scite" } # vim:set ts=2 sw=2 et: diff --git a/community/synergy/PKGBUILD b/community/synergy/PKGBUILD index dc269589d..f28fc11db 100644 --- a/community/synergy/PKGBUILD +++ b/community/synergy/PKGBUILD @@ -4,8 +4,14 @@ # Contributor: Dale Blount <dale@archlinux.org> # Contributor: Michael Düll <mail@akurei.me> +# I would just like to take a minute here and state that synergy is +# some of the worst packaged software ever. They BUNDLE a fucking +# zip for cryptopp and do not provide an option to use a system- +# installed version of that library. They change around paths every +# update and just generally don't seem to care much. pkgname=synergy -pkgver=1.4.16 +pkgver=1.4.17 +_pkgver=2055 pkgrel=1 pkgdesc="Share a single mouse and keyboard between multiple computers" url="http://synergy-foss.org" @@ -14,14 +20,14 @@ depends=('gcc-libs' 'libxtst' 'libxinerama' 'crypto++') makedepends=('libxt' 'cmake' 'qt5-base' 'unzip') optdepends=('qt5-base: gui support') license=('GPL2') -source=("http://fossfiles.com/synergy/synergy-${pkgver}-r1969-Source.tar.gz" +source=("http://fossfiles.com/synergy/synergy-${pkgver}-r${_pkgver}-Source.tar.gz" "synergys.socket" "synergys.service" "unfuck-cryptopp-thanks-gentoo.patch") -sha1sums=('c489e8f3262d5ad5dbcb5257c8354f459bd68f1f' +sha1sums=('a28fd5c7e709e6ee85501e9ed4496d060d3e5c22' '947406e72351145c65ba9884ed175bf781482d46' '00f2259c31c9551c0830d9e889fd0a0790cf9045' - '129151952e6d25504ca823aee8ebe93ce3d376ce') + '8e321e664ae4b7a763175524dd938a88d85c7909') build() { cd "${srcdir}/${pkgname}-${pkgver}-Source" diff --git a/community/synergy/unfuck-cryptopp-thanks-gentoo.patch b/community/synergy/unfuck-cryptopp-thanks-gentoo.patch index 2638c7fd2..45f816bc3 100644 --- a/community/synergy/unfuck-cryptopp-thanks-gentoo.patch +++ b/community/synergy/unfuck-cryptopp-thanks-gentoo.patch @@ -11,11 +11,12 @@ # pthread is used on both Linux and Mac check_library_exists("pthread" pthread_create "" HAVE_PTHREAD) if (HAVE_PTHREAD) ---- a/tools/CMakeLists.txt -+++ b/tools/CMakeLists.txt -@@ -13,47 +13,6 @@ +diff -ru synergy-1.4.17-Source/ext/CMakeLists.txt lol/ext/CMakeLists.txt +--- synergy-1.4.17-Source/ext/CMakeLists.txt 2014-03-20 20:24:24.000000000 +0100 ++++ lol/ext/CMakeLists.txt 2014-03-27 01:53:09.017682192 +0100 +@@ -13,46 +13,6 @@ # You should have received a copy of the GNU General Public License - # along with this program. If not, see <http://www.gnu/licenses/>. + # along with this program. If not, see <http://www.gnu.org/licenses/>. -set(cryptopp_dir cryptopp562) - @@ -57,21 +58,37 @@ - ${cryptopp_dir}/rng.cpp - ${cryptopp_dir}/sha.cpp -) -- + # if 64-bit windows, compile asm file. if (CMAKE_CL_64) - list(APPEND cryptopp_src ${cryptopp_dir}/x64dll.asm ${cryptopp_dir}/x64masm.asm) -@@ -83,5 +42,3 @@ - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -march=native") +@@ -87,10 +47,3 @@ + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -march=${CRYPTOPP_ARCH}") endif() endif() - -add_library(cryptopp STATIC ${cryptopp_src}) ---- a/src/lib/io/CCryptoMode.h -+++ b/src/lib/io/CCryptoMode.h -@@ -17,9 +17,9 @@ - - #pragma once +- +-if (UNIX) +- # ignore warnings in crypto++ +- set_target_properties(cryptopp PROPERTIES COMPILE_FLAGS "-w") +-endif() +diff -ru synergy-1.4.17-Source/src/CMakeLists.txt lol/src/CMakeLists.txt +--- synergy-1.4.17-Source/src/CMakeLists.txt 2014-02-26 18:46:02.000000000 +0100 ++++ lol/src/CMakeLists.txt 2014-03-27 01:54:56.390157358 +0100 +@@ -18,7 +18,3 @@ + add_subdirectory(cmd) + add_subdirectory(plugin) + add_subdirectory(micro) +- +-if (NOT ${CMAKE_SYSTEM_NAME} MATCHES "IRIX") +- add_subdirectory(test) +-endif() +diff -ru synergy-1.4.17-Source/src/lib/io/CryptoMode_cryptopp.h lol/src/lib/io/CryptoMode_cryptopp.h +--- synergy-1.4.17-Source/src/lib/io/CryptoMode_cryptopp.h 2014-02-28 13:36:45.000000000 +0100 ++++ lol/src/lib/io/CryptoMode_cryptopp.h 2014-03-27 01:45:34.810484242 +0100 +@@ -25,6 +25,6 @@ + # pragma GCC system_header + #endif -#include <cryptopp562/gcm.h> -#include <cryptopp562/modes.h> @@ -79,19 +96,14 @@ +#include <cryptopp/gcm.h> +#include <cryptopp/modes.h> +#include <cryptopp/aes.h> - #include "ECryptoMode.h" - #include "CString.h" +diff -ru synergy-1.4.17-Source/src/lib/io/CryptoStream_cryptopp.h lol/src/lib/io/CryptoStream_cryptopp.h +--- synergy-1.4.17-Source/src/lib/io/CryptoStream_cryptopp.h 2014-02-28 13:36:45.000000000 +0100 ++++ lol/src/lib/io/CryptoStream_cryptopp.h 2014-03-27 01:45:45.727405235 +0100 +@@ -25,5 +25,5 @@ + # pragma GCC system_header + #endif ---- a/src/lib/io/CCryptoStream.h -+++ b/src/lib/io/CCryptoStream.h -@@ -20,8 +20,8 @@ - #include "BasicTypes.h" - #include "CStreamFilter.h" - #include "CCryptoMode.h" -#include <cryptopp562/osrng.h> -#include <cryptopp562/sha.h> +#include <cryptopp/osrng.h> +#include <cryptopp/sha.h> - - class CCryptoOptions; - diff --git a/community/sysprof/PKGBUILD b/community/sysprof/PKGBUILD index 9b0e55fb0..033948cd0 100644 --- a/community/sysprof/PKGBUILD +++ b/community/sysprof/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 79392 2012-11-04 01:05:10Z ebelanger $ +# $Id: PKGBUILD 108377 2014-03-27 09:26:53Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Geoffroy Carrier <geoffroy.carrier@aur.archlinux.org> # Previous Contributor: Eric Belanger <belanger@astro.umontreal.ca> @@ -6,7 +6,7 @@ pkgname=sysprof pkgver=1.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="A sampling CPU profiler that uses a Linux kernel module to profile the entire system" arch=('i686' 'x86_64') url="http://www.daimi.au.dk/~sandmann/sysprof/" @@ -18,7 +18,7 @@ md5sums=('a81808d847732f8dafb59d26ec2eebbf') build() { cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr --sysconfdir=/etc + ./configure --prefix=/usr --sysconfdir=/usr/lib make } diff --git a/community/tea/PKGBUILD b/community/tea/PKGBUILD index 809285062..99739e215 100644 --- a/community/tea/PKGBUILD +++ b/community/tea/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 105222 2014-02-03 09:08:05Z spupykin $ +# $Id: PKGBUILD 108379 2014-03-27 09:27:10Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Roman Kyrylych <roman@archlinux.org> @@ -6,7 +6,7 @@ # Contributor: Zsolt Varadi <sysop_xxl@fibermail.hu> pkgname=tea -pkgver=37.1.0 +pkgver=37.2.0 pkgrel=1 pkgdesc="A Qt-based text editor for Linux and *BSD. With an ultimate small size TEA provides you hundreds of functions." arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ depends=('qt4' 'aspell' 'hunspell') install=tea.install source=(http://semiletov.org/tea/dloads/tea-$pkgver.tar.bz2 tea.desktop) -md5sums=('aa63bea9c741ba0201fbeb0da0eb9599' +md5sums=('810fbe3c85027cd42919fec8d1be8d2d' '377ace3363124f4c086de0babb820761') build() { diff --git a/community/tup/PKGBUILD b/community/tup/PKGBUILD index 288994aa8..e8819b781 100644 --- a/community/tup/PKGBUILD +++ b/community/tup/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Patrick McCarty <pnorcks at gmail dot com> pkgname=tup -pkgver=0.7.1 +pkgver=0.7.2 pkgrel=1 pkgdesc='A fast, file-based build system' arch=(i686 x86_64) @@ -13,25 +13,30 @@ license=(GPL2) depends=(fuse) install=tup.install source=(https://github.com/gittup/tup/archive/v$pkgver.zip) -sha256sums=('9c9107bc1ea2ee18fdd706fd870deec155c45655b1199492d1a14ccbc498a918') +sha256sums=('983edc872d9764037ac5591e9a89fb7273ee05b650d562a52626c1096e5288dc') -build() { +prepare() { cd tup-$pkgver - # We can't run tup itself here as it requires fuse, but fuse is not available - # in clean chroot environment. Use bootstrapped version of tup. - TUP_LABEL=$pkgver ./build.sh + + sed "s/\`git describe\`/$pkgver/" -i Tupfile + echo "CFLAGS += $CFLAGS" >> Tuprules.tup + echo "LDFLAGS += $LDFLAGS" >> Tuprules.tup } -check() { - cd tup-$pkgver/test - #./test.sh +build() { + cd tup-$pkgver + + # Clean environment does not allow to use fuse so ./bootstrap does not work + ./build.sh + ./build/tup generate runme.sh + ./runme.sh } package() { cd tup-$pkgver install -d "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man1 "$pkgdir"/usr/share/vim/vimfiles/{syntax,ftdetect} - install -m755 -t "$pkgdir"/usr/bin build/tup + install -m755 -t "$pkgdir"/usr/bin tup install -m644 -t "$pkgdir"/usr/share/man/man1 tup.1 install -m644 -t "$pkgdir"/usr/share/vim/vimfiles/syntax contrib/syntax/tup.vim echo 'au BufNewFile,BufRead Tupfile,*.tup setf tup' > "$pkgdir"/usr/share/vim/vimfiles/ftdetect/tup.vim diff --git a/community/uwsgi/PKGBUILD b/community/uwsgi/PKGBUILD index deeb14481..fac2c1761 100644 --- a/community/uwsgi/PKGBUILD +++ b/community/uwsgi/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 106429 2014-03-03 02:41:19Z dwallace $ +# $Id: PKGBUILD 108516 2014-03-27 14:48:39Z fyan $ # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> # Contributor: Valentin Hăloiu <vially.ichb+aur@gmail.com> # Contributor: Angel Velasquez <angvp@archlinux.org> @@ -24,10 +24,11 @@ pkgname=(uwsgi #uwsgi-plugin-erlang #uwsgi-plugin-admin pkgver=2.0.2 -pkgrel=1 +pkgrel=4 arch=(i686 x86_64) url="http://projects.unbit.it/$pkgbase" license=(GPL2) +backup=('etc/uwsgi/emperor.ini') conflicts=(python-$pkgbase) makedepends=(gcc python python2 ruby python2-greenlet php-embed curl libxml2 libyaml perl lua51 pcre libedit openssl bzip2 gmp pam java-environment=7 @@ -39,16 +40,22 @@ source=(http://projects.unbit.it/downloads/$pkgbase-$pkgver.tar.gz uwsgi@.socket uwsgi_fix_rpath.patch uwsgi_ruby20_compatibility.patch - uwsgi_trick_chroot.patch) + uwsgi_trick_chroot.patch + emperor.ini + emperor.uwsgi.service + emperor.uwsgi.socket) md5sums=('297578b2e3ef2102faeadaa0fb8aac6b' 'a0749da07b545efcbb0276f52be22652' - 'b05ba1d796e1ea608a40635bc4f3ec67' + '752475ee32286acfbafa49b898616817' '740a7718bd341b03d916a13ddbbbe694' 'db70315bbc8cb886a278ba59d5fd8d57' '1a4516d5cdcf5b95b036f4eae2d0c152' '4d09535ce379c8acd76160f35d5d6b55' - '0c09a52fdb88f08c36a8b380f451ce6d') + '0c09a52fdb88f08c36a8b380f451ce6d' + '5fa14ddea9a3dae17b5be28468d47b80' + '69ab06670656b4ea8f8a91ebe33c38e4' + '3ab4486e02f5c217566fb6c8d469c246') prepare(){ cd $srcdir/$pkgbase-$pkgver @@ -79,6 +86,9 @@ package_uwsgi() { install -Dm755 uwsgi $pkgdir/usr/bin/uwsgi install -Dm644 $srcdir/uwsgi@.service $pkgdir/usr/lib/systemd/system/uwsgi@.service install -Dm644 $srcdir/uwsgi@.socket $pkgdir/usr/lib/systemd/system/uwsgi@.socket + install -Dm644 $srcdir/emperor.uwsgi.service $pkgdir/usr/lib/systemd/system/emperor.uwsgi.service + install -Dm644 $srcdir/emperor.uwsgi.socket $pkgdir/usr/lib/systemd/system/emperor.uwsgi.socket + install -Dm644 $srcdir/emperor.ini $pkgdir/etc/uwsgi/emperor.ini install -Dm755 systemd_logger_plugin.so $pkgdir/usr/lib/uwsgi/systemd_logger_plugin.so install -Dm644 $srcdir/tmpfilesd $pkgdir/usr/lib/tmpfiles.d/uwsgi.conf } diff --git a/community/uwsgi/emperor.ini b/community/uwsgi/emperor.ini new file mode 100644 index 000000000..27c9120bd --- /dev/null +++ b/community/uwsgi/emperor.ini @@ -0,0 +1,4 @@ +[uwsgi] +emperor = /etc/uwsgi/vassals +uid = http +gid = http diff --git a/community/uwsgi/emperor.uwsgi.service b/community/uwsgi/emperor.uwsgi.service new file mode 100644 index 000000000..f21720e63 --- /dev/null +++ b/community/uwsgi/emperor.uwsgi.service @@ -0,0 +1,14 @@ +[Unit] +Description=uWSGI Emperor +After=syslog.target + +[Service] +ExecStart=/usr/bin/uwsgi --ini /etc/uwsgi/emperor.ini +Restart=always +KillSignal=SIGQUIT +Type=notify +StandardError=syslog +NotifyAccess=main + +[Install] +WantedBy=multi-user.target diff --git a/community/uwsgi/emperor.uwsgi.socket b/community/uwsgi/emperor.uwsgi.socket new file mode 100644 index 000000000..3ef78a25c --- /dev/null +++ b/community/uwsgi/emperor.uwsgi.socket @@ -0,0 +1,9 @@ +[Unit] +Description=Socket for uWSGI Emperor + +[Socket] +# Change this to your uwsgi application port or unix socket location +ListenStream=/run/uwsgi/emperor.sock + +[Install] +WantedBy=sockets.target diff --git a/community/uwsgi/tmpfilesd b/community/uwsgi/tmpfilesd index 8609b38f0..e1c5b0423 100644 --- a/community/uwsgi/tmpfilesd +++ b/community/uwsgi/tmpfilesd @@ -1 +1 @@ -d /run/uwsgi 0755 - - - - +d /run/uwsgi 0775 root http - - diff --git a/community/virtualbox-modules-lts/PKGBUILD b/community/virtualbox-modules-lts/PKGBUILD index 7ae70e0ec..0baac539c 100644 --- a/community/virtualbox-modules-lts/PKGBUILD +++ b/community/virtualbox-modules-lts/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 106843 2014-03-09 07:43:01Z andyrtr $ +# $Id: PKGBUILD 108363 2014-03-27 01:58:34Z seblu $ # Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org> # Contributor: Ionut Biru <ibiru@archlinux.org> # Contributor: Sébastien Luttringer pkgbase=virtualbox-modules-lts pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts') -pkgver=4.3.8 -pkgrel=2 +pkgver=4.3.10 +pkgrel=1 arch=('i686' 'x86_64') url='http://virtualbox.org' license=('GPL') diff --git a/community/virtualbox-modules-lts/build.sh b/community/virtualbox-modules-lts/build.sh index b5c163db9..ebdb3c27a 100755 --- a/community/virtualbox-modules-lts/build.sh +++ b/community/virtualbox-modules-lts/build.sh @@ -42,13 +42,13 @@ grep -q linux-lts PKGBUILD && suf=-lts case $1 in extra) update core linux$suf-headers - for arch in i686 x86_64; do + for arch in x86_64 i686; do build /var/lib/archbuild/extra-$arch $arch done ;; testing) update testing linux$suf-headers - for arch in i686 x86_64; do + for arch in x86_64 i686; do build /var/lib/archbuild/testing-$arch $arch done ;; diff --git a/community/virtualbox-modules/PKGBUILD b/community/virtualbox-modules/PKGBUILD index 49051463d..87ee4bfce 100644 --- a/community/virtualbox-modules/PKGBUILD +++ b/community/virtualbox-modules/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 106250 2014-02-25 21:38:16Z seblu $ +# $Id: PKGBUILD 108361 2014-03-27 01:57:28Z seblu $ # Maintainer: Ionut Biru <ibiru@archlinux.org> # Maintainer: Sébastien Luttringer pkgbase=virtualbox-modules pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules') -pkgver=4.3.8 +pkgver=4.3.10 pkgrel=1 arch=('i686' 'x86_64') url='http://virtualbox.org' diff --git a/community/virtualbox-modules/build.sh b/community/virtualbox-modules/build.sh index b5c163db9..ebdb3c27a 100755 --- a/community/virtualbox-modules/build.sh +++ b/community/virtualbox-modules/build.sh @@ -42,13 +42,13 @@ grep -q linux-lts PKGBUILD && suf=-lts case $1 in extra) update core linux$suf-headers - for arch in i686 x86_64; do + for arch in x86_64 i686; do build /var/lib/archbuild/extra-$arch $arch done ;; testing) update testing linux$suf-headers - for arch in i686 x86_64; do + for arch in x86_64 i686; do build /var/lib/archbuild/testing-$arch $arch done ;; diff --git a/community/volumeicon/PKGBUILD b/community/volumeicon/PKGBUILD index d9fa8f85a..2e09342b3 100644 --- a/community/volumeicon/PKGBUILD +++ b/community/volumeicon/PKGBUILD @@ -1,10 +1,14 @@ -# $Id: PKGBUILD 85519 2013-03-02 15:17:37Z arodseth $ +# $Id: PKGBUILD 108393 2014-03-27 13:24:26Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Maato <maato softwarebakery com> +# TODO: Consider adding an install-time message about +# removing ~/.config/volumeicon/volumeicon if there are +# problems running volumeicon. Ref FS#34239 + pkgname=volumeicon pkgver=0.5.0 -pkgrel=1 +pkgrel=2 pkgdesc='Volume control for your system tray' arch=('x86_64' 'i686') url='http://softwarebakery.com/maato/volumeicon.html' @@ -14,11 +18,17 @@ makedepends=('intltool') source=("http://softwarebakery.com/maato/files/volumeicon/$pkgname-$pkgver.tar.gz") sha256sums=('e5f1179f9ec5ab25e3740e4f6bbe0baa75368f0ae87d370197b3fbefb61bd782') -build() { - cd "$srcdir/$pkgname-$pkgver" +prepare() { + cd "$pkgname-$pkgver" - sed -i 's/0.23/0.50.2/' configure.ac + aclocal autoconf + automake --add-missing +} + +build() { + cd "$pkgname-$pkgver" + ./configure \ --prefix=/usr \ --enable-notify @@ -26,9 +36,7 @@ build() { } package() { - cd "$srcdir/$pkgname-$pkgver" - - make DESTDIR="$pkgdir/" install + make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: diff --git a/community/xmms2/PKGBUILD b/community/xmms2/PKGBUILD index 571ed19af..375e804b9 100644 --- a/community/xmms2/PKGBUILD +++ b/community/xmms2/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 104903 2014-01-28 03:34:35Z td123 $ +# $Id: PKGBUILD 108517 2014-03-27 14:48:40Z fyan $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=xmms2 pkgver=0.8DrO_o -pkgrel=23 +pkgrel=24 pkgdesc="complete rewrite of the popular music player" arch=('i686' 'x86_64') url="http://xmms2.org/" diff --git a/community/znc/PKGBUILD b/community/znc/PKGBUILD index f75a0d819..ebc703e1d 100644 --- a/community/znc/PKGBUILD +++ b/community/znc/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 100560 2013-11-05 20:58:10Z seblu $ +# $Id: PKGBUILD 108519 2014-03-27 14:48:42Z fyan $ # Maintainer: Sébastien Luttringer # Contributor: Kaiting Chen <kaitocracy@gmail.com> # Contributor: mickael9 <mickael9 at gmail dot com> pkgname=znc pkgver=1.2 -pkgrel=1 +pkgrel=2 pkgdesc='An IRC bouncer with modules & scripts support' url='http://en.znc.in/wiki/index.php/ZNC' license=('GPL2') |