summaryrefslogtreecommitdiff
path: root/extra/suil/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-03-20 10:11:09 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-03-20 10:11:09 +0100
commit4a9e8bf99c82c3a601cbee219eb14487f085975b (patch)
tree88737c6b016bcdeeda69e031e5c3509d743bd518 /extra/suil/PKGBUILD
parent067a3f8c6ecfe3dc81b09e96d1015ca6e61ff2e5 (diff)
parent3cdbec41955c7232e91ef149f77ce9ed215a10fa (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/glee/PKGBUILD extra/brasero/PKGBUILD extra/cups/PKGBUILD extra/gdk-pixbuf2/PKGBUILD extra/geoclue/PKGBUILD extra/lilv/PKGBUILD extra/php/PKGBUILD extra/sord/PKGBUILD extra/sqlite/PKGBUILD extra/sratom/PKGBUILD extra/suil/PKGBUILD libre/clementine-libre/PKGBUILD
Diffstat (limited to 'extra/suil/PKGBUILD')
-rw-r--r--extra/suil/PKGBUILD24
1 files changed, 12 insertions, 12 deletions
diff --git a/extra/suil/PKGBUILD b/extra/suil/PKGBUILD
index 392987b38..6e56f882b 100644
--- a/extra/suil/PKGBUILD
+++ b/extra/suil/PKGBUILD
@@ -3,33 +3,33 @@
# Contributor: speps <speps at aur dot archlinux dot org>
pkgname=suil
-pkgver=0.6.10
-pkgrel=2
+pkgver=0.6.12
+pkgrel=1
pkgdesc="A lightweight C library for loading and wrapping LV2 plugin UIs"
-arch=(i686 x86_64 mips64el)
-url="http://drobilla.net/software/$pkgname/"
+arch=('i686' 'x86_64' 'mips64el')
+url="http://drobilla.net/software/suil/"
license=('custom:ISC')
depends=('lv2')
makedepends=('python2' 'qt4' 'gtk2')
-optdepends=('qt4: Qt UIs wrapping support'
- 'gtk2: Gtk2 UIs wrapping support')
+optdepends=('qt4: Qt 4.x UI wrapping support'
+ 'gtk2: GTK+ 2.x UI wrapping support')
source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2")
-md5sums=('735e3cc4d539059cf3948d3dba75807e')
+md5sums=('528d4a0a37e6c9d5a4547ac36f7bd9e6')
build() {
cd "$srcdir/$pkgname-$pkgver"
- # remove ldconfig
+ # remove ldconfig --speps
sed -i "/ldconfig/d" wscript
- python2 ./waf configure --prefix=/usr \
- --mandir=/usr/share/man
- python2 ./waf
+ python2 waf configure --prefix=/usr
+ python2 waf
}
package() {
cd "$srcdir/$pkgname-$pkgver"
- DESTDIR="$pkgdir" python2 ./waf install
+
+ python2 waf install --destdir="$pkgdir"
# license
install -Dm644 COPYING \