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

Antonio Rojas arojas at archlinux.org
Fri Oct 28 12:00:35 UTC 2016


    Date: Friday, October 28, 2016 @ 12:00:35
  Author: arojas
Revision: 279383

Drop unused akonadi bindings

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-28 08:58:07 UTC (rev 279382)
+++ PKGBUILD	2016-10-28 12:00:35 UTC (rev 279383)
@@ -6,13 +6,12 @@
          'kdebindings-python2'
          'kdebindings-python-common')
 pkgver=4.14.3
-pkgrel=6
+pkgrel=7
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kdebindings')
-makedepends=('cmake' 'automoc4' 'boost' 'python2-pyqt4' 'kdepimlibs4'
-             'python-pyqt4' 'python2-sip' 'python-sip' 'mesa')
+makedepends=('cmake' 'automoc4' 'boost' 'python2-pyqt4' 'python-pyqt4' 'python2-sip' 'python-sip' 'mesa' 'kdelibs')
 source=("http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz"
         pykde4-4.14.3-missing_symbols.patch)
 sha1sums=('9cc8e70d3b107a876cf579beab1f582861cd2c48'
@@ -56,7 +55,7 @@
 
 package_kdebindings-python() {
   pkgdesc="A set of Python 3.x bindings for KDE"
-  depends=('python-pyqt4' 'kdebindings-python-common' 'kdepimlibs4')
+  depends=('python-pyqt4' 'kdebindings-python-common' 'kdelibs')
 
   cd build
   make DESTDIR="${pkgdir}" install
@@ -69,7 +68,7 @@
 
 package_kdebindings-python2() {
   pkgdesc="A set of Python 2.x bindings for KDE"
-  depends=('python2-pyqt4' 'kdebindings-python-common' 'kdepimlibs4')
+  depends=('python2-pyqt4' 'kdebindings-python-common' 'kdelibs')
   conflicts=('kdebindings-python<4.8.1-2')
 
   cd build-python2



More information about the arch-commits mailing list