diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-01 04:08:45 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-01 04:08:45 +0000 |
commit | 0918b213023626f9fb5958a5927263aa4d2ea28b (patch) | |
tree | 639aa464bf7881a319a09a0cf665c849c9c38f01 /community | |
parent | e1cbaf963e362056815d598332d8599a83cd0954 (diff) |
Tue Apr 1 04:03:55 UTC 2014
Diffstat (limited to 'community')
-rw-r--r-- | community/libvirt-python/PKGBUILD | 2 | ||||
-rw-r--r-- | community/luxrays/PKGBUILD | 13 | ||||
-rw-r--r-- | community/python-yaml/PKGBUILD | 8 | ||||
-rw-r--r-- | community/python2-systemd/PKGBUILD | 6 | ||||
-rw-r--r-- | community/units/PKGBUILD | 9 | ||||
-rw-r--r-- | community/usb_modeswitch/PKGBUILD | 10 | ||||
-rw-r--r-- | community/uwsgi/PKGBUILD | 8 | ||||
-rw-r--r-- | community/xmms2/PKGBUILD | 10 |
8 files changed, 33 insertions, 33 deletions
diff --git a/community/libvirt-python/PKGBUILD b/community/libvirt-python/PKGBUILD index 27eba642e..319f3cf2c 100644 --- a/community/libvirt-python/PKGBUILD +++ b/community/libvirt-python/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Jonathan Wiersma <archaur at jonw dot org> pkgname=libvirt-python -pkgver=1.2.1 +pkgver=1.2.2 pkgrel=1 pkgdesc="libvirt python binding" arch=('i686' 'x86_64') diff --git a/community/luxrays/PKGBUILD b/community/luxrays/PKGBUILD index af0e886b1..572dfd8ba 100644 --- a/community/luxrays/PKGBUILD +++ b/community/luxrays/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 108354 2014-03-27 01:34:36Z svenstaro $ +# $Id: PKGBUILD 108671 2014-03-31 15:03:17Z stativ $ # Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com> pkgname=('luxrays' 'luxmark') pkgver=1.3.1 _pkgver=7459cd8a9583 -pkgrel=3 +pkgrel=4 pkgdesc="Accelerate the ray intersection process by using GPUs" arch=('i686' 'x86_64') url="http://www.luxrender.net/" @@ -12,10 +12,8 @@ depends=('freeimage' 'libcl' 'libgl') makedepends=('cmake' 'boost' 'mesa' 'opencl-headers' 'glew' 'freeglut' 'qt4') options=('staticlibs') source=(https://bitbucket.org/luxrender/luxrays/get/$_pkgver.tar.bz2 \ - http://www.luxrender.net/release/luxmark/room_scene_v2.1.zip \ luxmark_scenes_path.diff QTBUG-22829.diff) md5sums=('859999e5e07550553fb310a7f48530a4' - 'ae917f025e32e20b1d20ebf8d22204cb' '1fd2a6f32e2822b5e0f147304292a1b9' '6e20ee7ea64c578431d51065d0871abc') @@ -61,12 +59,11 @@ package_luxmark() { depends+=("${depends[@]}" 'boost-libs' 'qt4') cd "$srcdir/luxrender-luxrays-$_pkgver" - install -d -m755 "$pkgdir"/usr/{bin,share} + install -d -m755 "$pkgdir"/usr/{bin,share/luxmark} install -m755 bin/luxmark "$pkgdir"/usr/bin - # install scenes - cp -a samples/luxmark/scenes "$pkgdir"/usr/share/luxmark - cp -a "$srcdir"/samples/luxmark/scenes/room "$pkgdir"/usr/share/luxmark + # install scenes (only luxball is working ATM) + cp -a samples/luxmark/scenes/luxball "$pkgdir"/usr/share/luxmark # fix the paths sed -i 's|scenes/|/usr/share/luxmark/|' "$pkgdir"/usr/share/luxmark/*/*.cfg "$pkgdir"/usr/share/luxmark/*/*.scn } diff --git a/community/python-yaml/PKGBUILD b/community/python-yaml/PKGBUILD index 735faf17d..409c0372d 100644 --- a/community/python-yaml/PKGBUILD +++ b/community/python-yaml/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 108512 2014-03-27 14:48:36Z fyan $ +# $Id: PKGBUILD 108657 2014-03-31 11:27:02Z spupykin $ # 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=4 +pkgver=3.11 +pkgrel=1 pkgdesc="Python bindings for YAML, using fast libYAML library" arch=('i686' 'x86_64') url="http://pyyaml.org" @@ -13,7 +13,7 @@ license=('MIT') makedepends=('python' 'python2' 'libyaml') install='python-yaml.install' source=(http://pyyaml.org/download/pyyaml/PyYAML-$pkgver.tar.gz) -md5sums=('74c94a383886519e9e7b3dd1ee540247') +md5sums=('f50e08ef0fe55178479d3a618efe21db') build() { true diff --git a/community/python2-systemd/PKGBUILD b/community/python2-systemd/PKGBUILD index 72fa0f450..4acd5afe0 100644 --- a/community/python2-systemd/PKGBUILD +++ b/community/python2-systemd/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 107756 2014-03-19 05:20:19Z dwallace $ +# $Id: PKGBUILD 108647 2014-03-31 04:16:54Z dwallace $ # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com pkgname=python2-systemd _pkgname=systemd -pkgver=211 +pkgver=212 pkgrel=1 pkgdesc="Python2 bindings for systemd" arch=('x86_64' 'i686') @@ -11,7 +11,7 @@ license=('GPL') depends=('python2' "systemd>=$pkgver" 'python2-lxml') makedepends=('intltool' 'gperf') source=("http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz") -md5sums=('0a70c382b6089526f98073b4ee85ef75') +md5sums=('257a75fff826ff91cb1ce567091cf270') build() { diff --git a/community/units/PKGBUILD b/community/units/PKGBUILD index c9be463ad..a95edca3e 100644 --- a/community/units/PKGBUILD +++ b/community/units/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 86729 2013-03-21 15:11:16Z spupykin $ +# $Id: PKGBUILD 108661 2014-03-31 11:41:19Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Jeff Mickey <jeff@archlinux.org> # Contributor: Steve Sansom <snsansom@gmail.com> pkgname=units -pkgver=2.01 -pkgrel=2 +pkgver=2.10 +pkgrel=1 pkgdesc="converts between different units" arch=('i686' 'x86_64') url="http://www.gnu.org/software/units/units.html" @@ -14,11 +14,10 @@ license=("GPL") options=('!makeflags') install=units.install source=(http://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz) -md5sums=('81bf85937c56fbbd04b16f2f3f9d8526') +md5sums=('08dc084526a879dd04b64ef46db2b80d') build() { cd $srcdir/$pkgname-$pkgver - sed -i 's|/usr/bin/python|/usr/bin/python2|' units_cur ./configure --prefix=/usr --datadir=/usr/share make } diff --git a/community/usb_modeswitch/PKGBUILD b/community/usb_modeswitch/PKGBUILD index 638e35dda..362289e86 100644 --- a/community/usb_modeswitch/PKGBUILD +++ b/community/usb_modeswitch/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 105224 2014-02-03 09:08:22Z spupykin $ +# $Id: PKGBUILD 108659 2014-03-31 11:29:21Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=usb_modeswitch -pkgver=2.1.0 +pkgver=2.1.1 pkgrel=1 -_pkgdata=20140129 +_pkgdata=20140327 pkgdesc="Activating switchable USB devices on Linux." arch=('i686' 'x86_64') url="http://www.draisberghof.de/usb_modeswitch/" @@ -15,8 +15,8 @@ backup=("etc/$pkgname.conf") source=("http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-${pkgver}.tar.bz2" "http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-data-${_pkgdata}.tar.bz2" "usb-modeswitch-${pkgver}-device_reference.txt::http://www.draisberghof.de/usb_modeswitch/device_reference.txt") -md5sums=('9eaf1749996f5f797323d474d1d390c5' - 'e1e7a4c679f8029a8da146477d102c60' +md5sums=('1f0dc900df88254bd1102444cb73efbc' + 'bbbc0a8e6a98bde2c6e119b3826658fb' '1ec5054e071d6af9ab5b862197222455') prepare() { diff --git a/community/uwsgi/PKGBUILD b/community/uwsgi/PKGBUILD index fac2c1761..55879f1b2 100644 --- a/community/uwsgi/PKGBUILD +++ b/community/uwsgi/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 108516 2014-03-27 14:48:39Z fyan $ +# $Id: PKGBUILD 108645 2014-03-31 03:17:02Z dwallace $ # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> # Contributor: Valentin Hăloiu <vially.ichb+aur@gmail.com> # Contributor: Angel Velasquez <angvp@archlinux.org> @@ -23,8 +23,8 @@ pkgname=(uwsgi ) #uwsgi-plugin-erlang #uwsgi-plugin-admin -pkgver=2.0.2 -pkgrel=4 +pkgver=2.0.3 +pkgrel=1 arch=(i686 x86_64) url="http://projects.unbit.it/$pkgbase" license=(GPL2) @@ -45,7 +45,7 @@ source=(http://projects.unbit.it/downloads/$pkgbase-$pkgver.tar.gz emperor.uwsgi.service emperor.uwsgi.socket) -md5sums=('297578b2e3ef2102faeadaa0fb8aac6b' +md5sums=('3d27176082aba18d13871aa89d2610af' 'a0749da07b545efcbb0276f52be22652' '752475ee32286acfbafa49b898616817' '740a7718bd341b03d916a13ddbbbe694' diff --git a/community/xmms2/PKGBUILD b/community/xmms2/PKGBUILD index 375e804b9..5fc53a9c1 100644 --- a/community/xmms2/PKGBUILD +++ b/community/xmms2/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 108517 2014-03-27 14:48:40Z fyan $ +# $Id: PKGBUILD 108663 2014-03-31 11:48:18Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=xmms2 pkgver=0.8DrO_o -pkgrel=24 +pkgrel=25 pkgdesc="complete rewrite of the popular music player" arch=('i686' 'x86_64') url="http://xmms2.org/" @@ -58,7 +58,7 @@ md5sums=('84d5c05a70bfd31ed392a4e3f701eaa3' '47e68461589578e8a99857746c5b6f29' 'da84ec58c5711f3c4ecd932c3e6642d6') -build() { +prepare() { cd ${srcdir}/${pkgname}-${pkgver} patch -Np1 -i ../ffmpeg2.0.patch @@ -66,7 +66,11 @@ build() { # sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' waf sed -i 's|#include <cdio/cdda.h>|#include <cdio/paranoia/cdda.h>|' src/plugins/cdda/cdda.c sed -i 's|libsmbclient.h|samba-4.0/libsmbclient.h|' src/plugins/samba/{samba.c,wscript} + sed -i 's|modplug.h|libmodplug/modplug.h|' src/plugins/modplug/modplug.c +} +build() { + cd ${srcdir}/${pkgname}-${pkgver} ./waf configure --prefix=/usr \ --with-optionals=python,launcher,xmmsclient++,xmmsclient++-glib,perl,ruby,nycli,pixmaps,et,mdns,medialib-updater \ --with-ruby-archdir=`ruby -e 'puts RbConfig::CONFIG["vendorarchdir"]'` \ |