[arch-commits] Commit in kdebindings/kde-unstable (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Tue Jun 8 18:21:16 UTC 2010


    Date: Tuesday, June 8, 2010 @ 14:21:15
  Author: andrea
Revision: 82137

minor fixes

Modified:
  kdebindings/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-08 18:21:12 UTC (rev 82136)
+++ PKGBUILD	2010-06-08 18:21:15 UTC (rev 82137)
@@ -12,8 +12,8 @@
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs' 'pyqt' 'kdepim-runtime'
-             'ruby' 'mono' 'kdegraphics-okular' 'qwt' 'docbook-xsl')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'pyqt' 'kdepim-runtime' 'ruby' 'mono'
+	'kdegraphics-okular' 'qwt' 'docbook-xsl')
 source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
 sha1sums=('a46c3d549ba83a16614e8a412a5feece49a1cc98')
 
@@ -49,7 +49,7 @@
 
 package_kdebindings-python() {
 	pkgdesc='KDE bindings for python'
-	depends=('kdepimlibs' 'pyqt' 'kdepim-runtime')
+	depends=('kdepim-runtime' 'pyqt')
 	cd $srcdir/build/python
 	make DESTDIR=$pkgdir install
 }
@@ -63,7 +63,7 @@
 
 package_kdebindings-smoke() {
 	pkgdesc='Language independent library for Qt and KDE bindings'
-	depends=('kdepimlibs' 'qscintilla' 'kdegraphics-okular' 'kdepim-runtime')
+	depends=('qscintilla' 'kdegraphics-okular' 'kdepim-runtime')
 	cd $srcdir/build/smoke
 	make DESTDIR=$pkgdir install
 }




More information about the arch-commits mailing list