[arch-commits] Commit in suil/repos (4 files)
Ray Rashif
schiv at nymeria.archlinux.org
Sat Aug 24 17:41:43 UTC 2013
Date: Saturday, August 24, 2013 @ 19:41:43
Author: schiv
Revision: 193590
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
suil/repos/extra-i686/PKGBUILD
(from rev 193589, suil/trunk/PKGBUILD)
suil/repos/extra-x86_64/PKGBUILD
(from rev 193589, suil/trunk/PKGBUILD)
Deleted:
suil/repos/extra-i686/PKGBUILD
suil/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 78 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 39 ------------------------
extra-x86_64/PKGBUILD | 39 ------------------------
3 files changed, 78 insertions(+), 78 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2013-08-24 17:41:21 UTC (rev 193589)
+++ extra-i686/PKGBUILD 2013-08-24 17:41:43 UTC (rev 193590)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 73980 2012-07-18 00:34:26Z speps $
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: speps <speps at aur dot archlinux dot org>
-
-pkgname=suil
-pkgver=0.6.14
-pkgrel=1
-pkgdesc="A lightweight C library for loading and wrapping LV2 plugin UIs"
-arch=('i686' 'x86_64')
-url="http://drobilla.net/software/suil/"
-license=('custom:ISC')
-depends=('lv2')
-makedepends=('python2' 'qt4' 'gtk2')
-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=('c9738de0d6974aca1fe75dd280114158')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- # remove ldconfig --speps
- sed -i "/ldconfig/d" wscript
-
- python2 waf configure --prefix=/usr
- python2 waf
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- python2 waf install --destdir="$pkgdir"
-
- # license
- install -Dm644 COPYING \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: suil/repos/extra-i686/PKGBUILD (from rev 193589, suil/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-24 17:41:43 UTC (rev 193590)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 73980 2012-07-18 00:34:26Z speps $
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=suil
+pkgver=0.6.14
+pkgrel=2
+pkgdesc="A lightweight C library for loading and wrapping LV2 plugin UIs"
+arch=('i686' 'x86_64')
+url="http://drobilla.net/software/suil/"
+license=('custom:ISC')
+depends=('lv2>=1.6.0')
+makedepends=('python2' 'qt4' 'gtk2')
+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=('c9738de0d6974aca1fe75dd280114158')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ # remove ldconfig --speps
+ sed -i "/ldconfig/d" wscript
+
+ python2 waf configure --prefix=/usr
+ python2 waf build $MAKEFLAGS
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ python2 waf install --destdir="$pkgdir"
+
+ # license
+ install -Dm644 COPYING \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2013-08-24 17:41:21 UTC (rev 193589)
+++ extra-x86_64/PKGBUILD 2013-08-24 17:41:43 UTC (rev 193590)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 73980 2012-07-18 00:34:26Z speps $
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: speps <speps at aur dot archlinux dot org>
-
-pkgname=suil
-pkgver=0.6.14
-pkgrel=1
-pkgdesc="A lightweight C library for loading and wrapping LV2 plugin UIs"
-arch=('i686' 'x86_64')
-url="http://drobilla.net/software/suil/"
-license=('custom:ISC')
-depends=('lv2')
-makedepends=('python2' 'qt4' 'gtk2')
-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=('c9738de0d6974aca1fe75dd280114158')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- # remove ldconfig --speps
- sed -i "/ldconfig/d" wscript
-
- python2 waf configure --prefix=/usr
- python2 waf
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- python2 waf install --destdir="$pkgdir"
-
- # license
- install -Dm644 COPYING \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: suil/repos/extra-x86_64/PKGBUILD (from rev 193589, suil/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2013-08-24 17:41:43 UTC (rev 193590)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 73980 2012-07-18 00:34:26Z speps $
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=suil
+pkgver=0.6.14
+pkgrel=2
+pkgdesc="A lightweight C library for loading and wrapping LV2 plugin UIs"
+arch=('i686' 'x86_64')
+url="http://drobilla.net/software/suil/"
+license=('custom:ISC')
+depends=('lv2>=1.6.0')
+makedepends=('python2' 'qt4' 'gtk2')
+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=('c9738de0d6974aca1fe75dd280114158')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ # remove ldconfig --speps
+ sed -i "/ldconfig/d" wscript
+
+ python2 waf configure --prefix=/usr
+ python2 waf build $MAKEFLAGS
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ python2 waf install --destdir="$pkgdir"
+
+ # license
+ install -Dm644 COPYING \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list