summaryrefslogtreecommitdiff
path: root/kde-unstable/kdebindings-python
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-06-29 00:01:58 +0000
committerroot <root@rshg054.dnsready.net>2012-06-29 00:01:58 +0000
commiteb4c1f17fe6790f814a67378ed66bddbb93def96 (patch)
tree8d9a601807e65342ae8c6c59df40ffd168403e8f /kde-unstable/kdebindings-python
parentad4cbb616af1b40790c6533f1d5b98dbd7aaa199 (diff)
Fri Jun 29 00:01:58 UTC 2012
Diffstat (limited to 'kde-unstable/kdebindings-python')
-rw-r--r--kde-unstable/kdebindings-python/PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/kde-unstable/kdebindings-python/PKGBUILD b/kde-unstable/kdebindings-python/PKGBUILD
index 5eda80dd8..9f418eaed 100644
--- a/kde-unstable/kdebindings-python/PKGBUILD
+++ b/kde-unstable/kdebindings-python/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 161675 2012-06-13 14:09:50Z andrea $
+# $Id: PKGBUILD 162556 2012-06-27 12:58:08Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgbase=kdebindings-python
pkgname=('kdebindings-python'
'kdebindings-python2')
-pkgver=4.8.90
+pkgver=4.8.95
pkgrel=1
url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('GPL' 'LGPL' 'FDL')
groups=('kdebindings')
makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt' 'qscintilla')
source=("http://download.kde.org/unstable/${pkgver}/src/pykde4-${pkgver}.tar.xz")
-sha1sums=('5e61dc43f78a5127486217120ba6c9f06744232a')
+sha1sums=('e0b674d266f679d9dc36b28bff46767cba97f280')
build() {
export PYTHONDONTWRITEBYTECODE="TRUE"
@@ -23,8 +23,7 @@ build() {
cmake ../pykde4-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DPYTHON_LIBRARY=/usr/lib/libpython3.2mu.so.1.0 \
- -DWITH_Soprano=OFF
+ -DPYTHON_LIBRARY=/usr/lib/libpython3.2mu.so.1.0
make
cd ..
@@ -33,8 +32,7 @@ build() {
cmake ../pykde4-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DPYTHON_EXECUTABLE=/usr/bin/python2 \
- -DWITH_Soprano=OFF
+ -DPYTHON_EXECUTABLE=/usr/bin/python2
make
}