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

Andrea Scarpino andrea at archlinux.org
Mon Jul 26 07:53:43 UTC 2010


    Date: Monday, July 26, 2010 @ 03:53:43
  Author: andrea
Revision: 86115

pyqt does no more need qscintilla as dependence

Modified:
  kdebindings/kde-unstable/PKGBUILD
  kdebindings/trunk/PKGBUILD

-----------------------+
 kde-unstable/PKGBUILD |    9 +--------
 trunk/PKGBUILD        |    4 ++--
 2 files changed, 3 insertions(+), 10 deletions(-)

Modified: kde-unstable/PKGBUILD
===================================================================
--- kde-unstable/PKGBUILD	2010-07-26 04:08:49 UTC (rev 86114)
+++ kde-unstable/PKGBUILD	2010-07-26 07:53:43 UTC (rev 86115)
@@ -47,18 +47,11 @@
 
 package_kdebindings-python() {
 	pkgdesc='KDE bindings for python'
-	depends=('kdepim-runtime' 'pyqt')
+	depends=('kdepim-runtime' 'pyqt' 'qscintilla')
 	cd $srcdir/build/python
 	make DESTDIR=$pkgdir install
 }
 
-package_kdebindings-ruby() {
-	pkgdesc='KDE bindings for ruby'
-	depends=('kdebindings-smoke' 'ruby')
-	cd $srcdir/build/ruby
-	make DESTDIR=$pkgdir install
-}
-
 package_kdebindings-smoke() {
 	pkgdesc='Language independent library for Qt and KDE bindings'
 	depends=('qscintilla' 'kdegraphics-okular' 'kdepim-runtime')

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2010-07-26 04:08:49 UTC (rev 86114)
+++ trunk/PKGBUILD	2010-07-26 07:53:43 UTC (rev 86115)
@@ -12,7 +12,7 @@
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs' 'pyqt' 'kdepim-runtime'
-             'ruby' 'mono' 'kdegraphics-okular' 'boost')
+             'ruby' 'mono' 'kdegraphics-okular' 'boost' 'qscintilla')
 source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2"
 	'pyqt-4.7.4-fix.patch')
 sha1sums=('2f041c5b050da879e8f5d09f668b56881f9f1bb2'
@@ -53,7 +53,7 @@
 
 package_kdebindings-python() {
 	pkgdesc='KDE bindings for python'
-	depends=('kdepimlibs' 'pyqt' 'kdepim-runtime')
+	depends=('kdepim-runtime' 'pyqt' 'qscintilla')
 	cd $srcdir/build/python
 	make DESTDIR=$pkgdir install
 }




More information about the arch-commits mailing list