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

Andrea Scarpino andrea at archlinux.org
Fri Nov 16 23:55:19 UTC 2012


    Date: Friday, November 16, 2012 @ 18:55:19
  Author: andrea
Revision: 171271

KDE 4.10 beta1 - fixes

Modified:
  kdebindings-smokekde/kde-unstable/PKGBUILD

----------+
 PKGBUILD |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-11-16 23:40:29 UTC (rev 171270)
+++ PKGBUILD	2012-11-16 23:55:19 UTC (rev 171271)
@@ -17,16 +17,14 @@
             'kdegraphics-okular: Okular bindings')
 conflicts=('kdebindings-smoke')
 source=("http://download.kde.org/unstable/${pkgver}/src/smokekde-${pkgver}.tar.xz")
-sha1sums=('791912ac8abb089eb97998c5878295c0dafc22e3')
+sha1sums=('42138a1b2778f4d34c047883768803824ec62bc4')
 
 build() {
-  cd "${srcdir}"
   mkdir build
   cd build
   cmake ../smokekde-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DWITH_Okular=OFF
+    -DCMAKE_INSTALL_PREFIX=/usr
   make
 }
 




More information about the arch-commits mailing list