[arch-commits] Commit in suil/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Thu Jul 26 10:18:26 UTC 2018


    Date: Thursday, July 26, 2018 @ 10:18:25
  Author: dvzrv
Revision: 363511

upgpkg: suil 0.10.0-3

Moving lv2 to makedepends. Switching back to python2 for waf scripts.

Modified:
  suil/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-26 10:17:35 UTC (rev 363510)
+++ PKGBUILD	2018-07-26 10:18:25 UTC (rev 363511)
@@ -1,17 +1,16 @@
 # $Id$
 # Maintainer: David Runge <dave at sleepmap.de>
-# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Ray Rashif <schiv at archlinux.org>
 # Contributor: speps <speps at aur dot archlinux dot org>
 
 pkgname=suil
 pkgver=0.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A lightweight C library for loading and wrapping LV2 plugin UIs"
 arch=('x86_64')
 url="https://drobilla.net/software/suil/"
 license=('custom:ISC')
-depends=('lv2')
-makedepends=('python' 'qt4' 'qt5-base' 'gtk2' 'gtk3')
+makedepends=('gtk2' 'gtk3' 'lv2' 'python2' 'qt4' 'qt5-base')
 optdepends=('qt4: Qt4 UI wrapping support'
             'qt5-base: Qt5 UI wrapping support'
             'gtk2: GTK+ 2.x UI wrapping support'
@@ -29,19 +28,19 @@
 
 build() {
   cd "${pkgname}-${pkgver}"
-  python waf configure --prefix=/usr
-  python waf build
+  python2 waf configure --prefix=/usr
+  python2 waf build
 }
 
 package() {
   cd "${pkgname}-${pkgver}"
-  python waf install --destdir="${pkgdir}"
+  python2 waf install --destdir="${pkgdir}"
   # license
-  install -vDm644 COPYING \
+  install -vDm 644 COPYING \
     "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
   # docs
   install -t "$pkgdir/usr/share/doc/${pkgname}" \
-    -vDm644 {AUTHORS,NEWS,PACKAGING,README}
+    -vDm 644 {AUTHORS,NEWS,PACKAGING,README}
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list