[arch-commits] Commit in kdeutils-print-manager/kde-unstable (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Thu Jan 17 00:08:07 UTC 2013


    Date: Wednesday, January 16, 2013 @ 19:08:06
  Author: andrea
Revision: 175352

Tests are enabled by default in KDE 4.10 RC3

Modified:
  kdeutils-print-manager/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-17 00:07:59 UTC (rev 175351)
+++ PKGBUILD	2013-01-17 00:08:06 UTC (rev 175352)
@@ -20,8 +20,9 @@
   mkdir build
   cd build
   cmake ../print-manager-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release
   make
 }
 




More information about the arch-commits mailing list