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

Evangelos Foutras foutrelis at archlinux.org
Wed Aug 1 12:57:19 UTC 2018


    Date: Wednesday, August 1, 2018 @ 12:57:19
  Author: foutrelis
Revision: 366854

Run waf using python2 (not compatible with 3.7)

Modified:
  xmms2/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-01 12:47:40 UTC (rev 366853)
+++ PKGBUILD	2018-08-01 12:57:19 UTC (rev 366854)
@@ -87,18 +87,18 @@
 
 build() {
     cd xmms2-devel
-    CXXFLAGS="-Wall" CFLAGS="-Wall" ./waf configure --prefix=/usr --sbindir=/usr/bin --without-ldconfig \
+    CXXFLAGS="-Wall" CFLAGS="-Wall" python2 ./waf configure --prefix=/usr --sbindir=/usr/bin --without-ldconfig \
             --with-ruby-archdir=`ruby -e 'puts RbConfig::CONFIG["vendorarchdir"]'` \
             --with-ruby-libdir=`ruby -e 'puts RbConfig::CONFIG["vendorlibdir"]'` \
             --with-perl-archdir=`perl -V:installvendorarch | cut -f2 -d\'` \
             --with-optionals=launcher,xmmsclient++,xmmsclient++-glib,perl,ruby,nycli,pixmaps,et,mdns,medialib-updater,sqlite2s4 \
             --without-optionals=python
-    ./waf build
+    python2 ./waf build
 }
 
 package() {
     cd xmms2-devel
-    ./waf --destdir="$pkgdir" install
+    python2 ./waf --destdir="$pkgdir" install
     install -Dm0644 "$srcdir/sysusers.conf" \
             "$pkgdir/usr/lib/sysusers.d/xmms2.conf"
     install -Dm0644 "$srcdir/tmpfiles.conf" \



More information about the arch-commits mailing list