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

David Runge dvzrv at archlinux.org
Sat Dec 22 18:26:47 UTC 2018


    Date: Saturday, December 22, 2018 @ 18:26:43
  Author: dvzrv
Revision: 417561

upgpkg: jalv 1.6.0-4

Rebuilding against suil 0.10.2. Fixing url. Removing qt4 support. Using python2 for waf script, as it's incompatible with current python.

Modified:
  jalv/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-22 18:23:35 UTC (rev 417560)
+++ PKGBUILD	2018-12-22 18:26:43 UTC (rev 417561)
@@ -3,16 +3,15 @@
 
 pkgname=jalv
 pkgver=1.6.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A simple but fully featured LV2 host for Jack"
 arch=('x86_64')
-url="https://drobilla.net/software//"
+url="https://drobilla.net/software/jalv"
 license=('custom:ISC')
 groups=('pro-audio')
 depends=('lilv' 'suil')
-makedepends=('python' 'qt4' 'qt5-base' 'gtk3' 'gtkmm')
-optdepends=('qt4: Qt 4.x frontend'
-            'qt5-base: Qt 5.x frontend'
+makedepends=('python2' 'qt5-base' 'gtk3' 'gtkmm')
+optdepends=('qt5-base: Qt 5.x frontend'
             'gtk3: Gtk+ 3.x frontend'
             'gtkmm: Gtk+ 2.x frontend')
 source=("https://download.drobilla.net/${pkgname}-${pkgver}.tar.bz2"{,.sig})
@@ -22,13 +21,13 @@
 
 build() {
   cd "${pkgname}-${pkgver}"
-  python waf configure --prefix=/usr
-  python waf
+  python2 waf configure --prefix=/usr
+  python2 waf
 }
 
 package() {
   cd "${pkgname}-${pkgver}"
-  python waf install --destdir="${pkgdir}"
+  python2 waf install --destdir="${pkgdir}"
   # license
   install -vDm 644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
   # docs



More information about the arch-commits mailing list