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

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


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

Tests are enabled by default in KDE 4.10 RC3

Modified:
  kdeutils-ark/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-17 00:07:12 UTC (rev 175341)
+++ PKGBUILD	2013-01-17 00:07:16 UTC (rev 175342)
@@ -22,6 +22,7 @@
   cd build
   cmake ../ark-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
     -DCMAKE_INSTALL_PREFIX=/usr
   make
 }
@@ -29,6 +30,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