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

Andrea Scarpino andrea at archlinux.org
Fri Nov 16 19:53:29 UTC 2012


    Date: Friday, November 16, 2012 @ 14:53:28
  Author: andrea
Revision: 171145

KDE 4.10 beta1 - first steps

Added:
  kdebindings-smokekde/kde-unstable/
Modified:
  kdebindings-smokekde/kde-unstable/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: kde-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/PKGBUILD	2012-11-16 19:53:28 UTC (rev 171145)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=kdebindings-smokekde
-pkgver=4.9.3
+pkgver=4.9.80
 pkgrel=1
 pkgdesc="Language independent library for KDE bindings"
 url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde"
@@ -16,8 +16,8 @@
 optdepends=('kdesdk-kate: Kate bindings'
             'kdegraphics-okular: Okular bindings')
 conflicts=('kdebindings-smoke')
-source=("http://download.kde.org/stable/${pkgver}/src/smokekde-${pkgver}.tar.xz")
-sha1sums=('4cc26577b84cf78253aac5fbfed88da9667dbcea')
+source=("http://download.kde.org/unstable/${pkgver}/src/smokekde-${pkgver}.tar.xz")
+sha1sums=('791912ac8abb089eb97998c5878295c0dafc22e3')
 
 build() {
   cd "${srcdir}"
@@ -25,7 +25,8 @@
   cd build
   cmake ../smokekde-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DWITH_Okular=OFF
   make
 }
 




More information about the arch-commits mailing list