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

Antonio Rojas arojas at archlinux.org
Thu Jan 28 22:00:05 UTC 2016


    Date: Thursday, January 28, 2016 @ 23:00:05
  Author: arojas
Revision: 159367

Enable touch support (FS#47926)

Modified:
  cantata/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-28 21:56:02 UTC (rev 159366)
+++ PKGBUILD	2016-01-28 22:00:05 UTC (rev 159367)
@@ -7,7 +7,7 @@
 
 pkgname=cantata
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Qt5 client for the music player daemon (MPD)'
 arch=(i686 x86_64)
 url='https://code.google.com/p/cantata/'
@@ -28,9 +28,7 @@
   cmake ../$pkgname-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=Release \
-    -DENABLE_HTTP_STREAM_PLAYBACK=ON \
-    -DENABLE_KDE=OFF -DENABLE_QT5=ON \
-    -DENABLE_UDISKS2=ON
+    -DENABLE_TOUCH_SUPPORT=ON
   make
 }
 



More information about the arch-commits mailing list