diff options
author | root <root@rshg054.dnsready.net> | 2012-06-15 00:01:47 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-06-15 00:01:47 +0000 |
commit | 63a600a5f9102d817332db9fb746a4153ed62b51 (patch) | |
tree | d4219aa8c6331cc37c98b943b1f9db68306bd81d /kde-unstable/kdebindings-smokekde | |
parent | 35c30674b2b901077a809a6f1d8e5a0115098c8b (diff) |
Fri Jun 15 00:01:47 UTC 2012
Diffstat (limited to 'kde-unstable/kdebindings-smokekde')
-rw-r--r-- | kde-unstable/kdebindings-smokekde/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/kde-unstable/kdebindings-smokekde/PKGBUILD b/kde-unstable/kdebindings-smokekde/PKGBUILD index 4c28d7f8b..6c3463f4f 100644 --- a/kde-unstable/kdebindings-smokekde/PKGBUILD +++ b/kde-unstable/kdebindings-smokekde/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 160088 2012-05-29 22:24:27Z andrea $ +# $Id: PKGBUILD 161673 2012-06-13 14:08:44Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdebindings-smokekde -pkgver=4.8.80 +pkgver=4.8.90 pkgrel=1 pkgdesc="Language independent library for KDE bindings" url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde" @@ -16,7 +16,7 @@ optdepends=('kdesdk-kate: Kate bindings' 'kdegraphics-okular: Okular bindings') conflicts=('kdebindings-smoke') source=("http://download.kde.org/unstable/${pkgver}/src/smokekde-${pkgver}.tar.xz") -sha1sums=('d349b9fe6ef29c0717d3faa831d2f2d1f0281290') +sha1sums=('61ee653f176170600f221331a7c5d0b624a079bf') build() { cd "${srcdir}" @@ -24,8 +24,7 @@ build() { cd build cmake ../smokekde-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DWITH_Soprano=OFF + -DCMAKE_INSTALL_PREFIX=/usr make } |