[arch-commits] Commit in kdebindings-smokekde/kde-unstable (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Sat May 26 00:17:08 UTC 2012


    Date: Friday, May 25, 2012 @ 20:17:08
  Author: andrea
Revision: 159649

KDE 4.9 fixes

Modified:
  kdebindings-smokekde/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-26 00:17:02 UTC (rev 159648)
+++ PKGBUILD	2012-05-26 00:17:08 UTC (rev 159649)
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
              'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
 optdepends=('kdesdk-kate: Kate bindings'
-            'ldegraphics-okular: Okular bindings')
+            'kdegraphics-okular: Okular bindings')
 conflicts=('kdebindings-smoke')
 source=("http://download.kde.org/unstable/${pkgver}/src/smokekde-${pkgver}.tar.xz")
 sha1sums=('d349b9fe6ef29c0717d3faa831d2f2d1f0281290')
@@ -24,7 +24,8 @@
   cd build
   cmake ../smokekde-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DWITH_Soprano=OFF
   make
 }
 




More information about the arch-commits mailing list