[arch-commits] Commit in kdebindings-python/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Wed Jun 27 21:52:45 UTC 2012


    Date: Wednesday, June 27, 2012 @ 17:52:44
  Author: andrea
Revision: 162677

upgpkg: kdebindings-python 4.8.4-2

PyQt rebuild

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-27 21:15:00 UTC (rev 162676)
+++ PKGBUILD	2012-06-27 21:52:44 UTC (rev 162677)
@@ -5,12 +5,13 @@
 pkgname=('kdebindings-python'
          'kdebindings-python2')
 pkgver=4.8.4
-pkgrel=1
+pkgrel=2
 url='http://kde.org/'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kdebindings')
-makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt' 'qscintilla')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt'
+             'pyqt' 'qscintilla' 'python-sip' 'python2-sip')
 source=("http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz")
 sha1sums=('e629d7a1d7d1aa1d1dd24769dc5412a60b6ac256')
 
@@ -23,6 +24,7 @@
   cmake ../pykde4-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
+    -DPYTHON_EXECUTABLE=/usr/bin/python \
     -DPYTHON_LIBRARY=/usr/lib/libpython3.2mu.so.1.0
   make
   cd ..




More information about the arch-commits mailing list