[arch-commits] Commit in kdeutils-sweeper/kde-unstable (PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Thu Jan 17 00:08:14 UTC 2013
Date: Wednesday, January 16, 2013 @ 19:08:14
Author: andrea
Revision: 175354
Tests are enabled by default in KDE 4.10 RC3
Modified:
kdeutils-sweeper/kde-unstable/PKGBUILD
----------+
PKGBUILD | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-01-17 00:08:10 UTC (rev 175353)
+++ PKGBUILD 2013-01-17 00:08:14 UTC (rev 175354)
@@ -20,6 +20,7 @@
cd build
cmake ../sweeper-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
-DCMAKE_INSTALL_PREFIX=/usr
make
}
@@ -27,6 +28,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