Date: Wednesday, January 16, 2013 @ 18:59:45
  Author: andrea
Revision: 175235

Tests are enabled by default in KDE 4.10 RC3

Modified:
  kdebase/kde-unstable/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-01-16 23:59:42 UTC (rev 175234)
+++ PKGBUILD    2013-01-16 23:59:45 UTC (rev 175235)
@@ -28,6 +28,7 @@
        cd build
        cmake ../kde-baseapps-${pkgver} \
                -DCMAKE_BUILD_TYPE=Release \
+               -DKDE4_BUILD_TESTS=OFF \
                -DCMAKE_SKIP_RPATH=ON \
                -DCMAKE_INSTALL_PREFIX=/usr
        make
@@ -37,10 +38,10 @@
        pkgdesc='File Manager'
        depends=('kdebase-runtime' 'kdebase-lib' 'nepomuk-widgets')
        optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
-                'kdegraphics-thumbnailers: thumbnailers for graphics file'
-                'ruby: servicemenu installation')
+                   'kdegraphics-thumbnailers: thumbnailers for graphics file'
+                   'ruby: servicemenu installation')
        url="http://kde.org/applications/system/dolphin/";
-        install=kdebase-dolphin.install
+       install=kdebase-dolphin.install
        cd $srcdir/build/dolphin
        make DESTDIR=$pkgdir install
        cd $srcdir/build/doc/dolphin

Reply via email to