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

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


    Date: Wednesday, January 16, 2013 @ 19:00:51
  Author: andrea
Revision: 175249

Tests are enabled by default in KDE 4.10 RC3

Modified:
  kdeaccessibility-kmag/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-17 00:00:47 UTC (rev 175248)
+++ PKGBUILD	2013-01-17 00:00:51 UTC (rev 175249)
@@ -21,6 +21,7 @@
   cd build
   cmake ../kmag-${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