git » khotkeys.git » commit 5267a68

release

author Andrea Scarpino
2014-10-18 09:37:51 UTC
committer Andrea Scarpino
2014-10-18 09:37:51 UTC
parent 21193c69224d7822ab24fb6fb577802dd9a053a3

release

PKGBUILD +3 -1

diff --git a/PKGBUILD b/PKGBUILD
index 04d227a..04fcb1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,3 +1,4 @@
+# Maintainer: Andrea Scarpino <andrea@archlinux.org>
 # Contributor: Antonio Rojas
 
 pkgname=khotkeys
@@ -23,7 +24,8 @@ build() {
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DLIB_INSTALL_DIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
   make
 }