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

Andrea Scarpino andrea at archlinux.org
Wed Oct 15 16:48:52 UTC 2014


    Date: Wednesday, October 15, 2014 @ 18:48:51
  Author: andrea
Revision: 224435

upgpkg: kwayland 5.1.0.1-1

Disable tests

Modified:
  kwayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-15 16:47:09 UTC (rev 224434)
+++ PKGBUILD	2014-10-15 16:48:51 UTC (rev 224435)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('LGPL')
-depends=('qt5-base' 'wayland')
+depends=('qt5-base')
 makedepends=('extra-cmake-modules')
 source=("http://download.kde.org/stable/plasma/5.1.0/kwayland-$pkgver.tar.xz")
 md5sums=('9e1e1192e77bb3312bf9adf867659abf')
@@ -23,7 +23,8 @@
   cmake ../$pkgname-5.1.0 \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DLIB_INSTALL_DIR=lib
+    -DLIB_INSTALL_DIR=lib \
+    -DBUILD_TESTING=OFF
   make
 }
 



More information about the arch-commits mailing list