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

Andrea Scarpino andrea at archlinux.org
Sat Jan 19 15:32:29 UTC 2013


    Date: Saturday, January 19, 2013 @ 10:32:29
  Author: andrea
Revision: 175686

Mesa is a makedeps (FS#32925); Disable tests (FS#33457)

Modified:
  amarok/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-19 14:56:44 UTC (rev 175685)
+++ PKGBUILD	2013-01-19 15:32:29 UTC (rev 175686)
@@ -12,9 +12,9 @@
 url="http://amarok.kde.org"
 license=('GPL2' 'LGPL2.1' 'FDL')
 depends=('kdebase-runtime' 'mysql' 'qtscriptgenerator' 'taglib-extras'
-        'liblastfm' 'ffmpeg' 'libofa' 'qjson' 'mesa')
+        'liblastfm' 'ffmpeg' 'libofa' 'qjson')
 makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth'
-             'libmygpo-qt')
+             'libmygpo-qt' 'mesa')
 optdepends=("libgpod: support for Apple iPod audio devices"
 	        "libmtp: support for portable media devices"
         	"loudmouth: backend needed by mp3tunes for syncing"
@@ -31,6 +31,7 @@
   cd build
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
     -DCMAKE_INSTALL_PREFIX=/usr
   make
 }




More information about the arch-commits mailing list