[arch-commits] Commit in kdebindings-python/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Aug 15 11:38:28 UTC 2015
Date: Saturday, August 15, 2015 @ 13:38:28
Author: arojas
Revision: 243752
Remove kdepim-runtime dependency
Modified:
kdebindings-python/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-08-15 11:26:30 UTC (rev 243751)
+++ PKGBUILD 2015-08-15 11:38:28 UTC (rev 243752)
@@ -6,12 +6,12 @@
'kdebindings-python2'
'kdebindings-python-common')
pkgver=4.14.3
-pkgrel=2
+pkgrel=3
url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
arch=('i686' 'x86_64')
license=('GPL' 'LGPL' 'FDL')
groups=('kdebindings')
-makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt4'
+makedepends=('cmake' 'automoc4' 'boost' 'python2-pyqt4' 'kdepimlibs'
'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
source=("http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz")
sha1sums=('9cc8e70d3b107a876cf579beab1f582861cd2c48')
@@ -53,7 +53,7 @@
package_kdebindings-python() {
pkgdesc="A set of Python 3.x bindings for KDE"
- depends=('kdepim-runtime' 'python-pyqt4' 'kdebindings-python-common')
+ depends=('python-pyqt4' 'kdebindings-python-common' 'kdepimlibs')
cd "${srcdir}"/build
make DESTDIR="${pkgdir}" install
@@ -67,7 +67,7 @@
package_kdebindings-python2() {
pkgdesc="A set of Python 2.x bindings for KDE"
- depends=('kdepim-runtime' 'python2-pyqt4' 'kdebindings-python-common')
+ depends=('python2-pyqt4' 'kdebindings-python-common' 'kdepimlibs')
conflicts=('kdebindings-python<4.8.1-2')
cd "${srcdir}"/build-python2
More information about the arch-commits
mailing list