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

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


    Date: Wednesday, January 16, 2013 @ 19:07:03
  Author: andrea
Revision: 175339

Tests are enabled by default in KDE 4.10 RC3

Modified:
  kdeplasma-addons/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-17 00:06:59 UTC (rev 175338)
+++ PKGBUILD	2013-01-17 00:07:03 UTC (rev 175339)
@@ -93,7 +93,8 @@
 	cd build
 	cmake ../${pkgbase}-${pkgver} \
 		-DCMAKE_BUILD_TYPE=Release \
-        -DCMAKE_SKIP_RPATH=ON \
+		-DKDE4_BUILD_TESTS=OFF \
+		-DCMAKE_SKIP_RPATH=ON \
 		-DCMAKE_INSTALL_PREFIX=/usr
 	make
 }




More information about the arch-commits mailing list