[arch-commits] Commit in kde-l10n/kde-unstable (PKGBUILD)

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


    Date: Wednesday, January 16, 2013 @ 19:08:26
  Author: andrea
Revision: 175357

Tests are enabled by default in KDE 4.10 RC3

Modified:
  kde-l10n/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-17 00:08:22 UTC (rev 175356)
+++ PKGBUILD	2013-01-17 00:08:26 UTC (rev 175357)
@@ -183,7 +183,8 @@
     mkdir -p build/${lang}
     cd build/${lang}
     cmake ${srcdir}/${pkgbase}-${lang}-${pkgver} \
-      -DCMAKE_BUILD_TYPE=Release \
+          -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
       -DCMAKE_INSTALL_PREFIX=/usr
     make
     cd ../..




More information about the arch-commits mailing list