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

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


    Date: Wednesday, January 16, 2013 @ 19:07:53
  Author: andrea
Revision: 175350

Tests are enabled by default in KDE 4.10 RC3

Modified:
  kdeutils-ktimer/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-17 00:07:49 UTC (rev 175349)
+++ PKGBUILD	2013-01-17 00:07:53 UTC (rev 175350)
@@ -21,6 +21,7 @@
   cd build
   cmake ../ktimer-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
     -DCMAKE_INSTALL_PREFIX=/usr
   make
 }
@@ -28,6 +29,4 @@
 package() {
   cd $srcdir/build
   make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
 }




More information about the arch-commits mailing list