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

2010-07-26 Thread Andrea Scarpino
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
 }



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

2010-06-25 Thread Andrea Scarpino
Date: Friday, June 25, 2010 @ 22:46:40
  Author: andrea
Revision: 84076

added boost makedependence

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

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

Modified: kde-unstable/PKGBUILD
===
--- kde-unstable/PKGBUILD   2010-06-26 00:37:12 UTC (rev 84075)
+++ kde-unstable/PKGBUILD   2010-06-26 02:46:40 UTC (rev 84076)
@@ -13,7 +13,7 @@
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'pyqt' 'kdepim-runtime' 'mono'
-   'kdegraphics-okular' 'qwt' 'docbook-xsl')
+   'kdegraphics-okular' 'qwt' 'docbook-xsl' 'boost')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
 sha1sums=('0cf8adcf881bbeecdeba37ac40527fd478a6debe')
 

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2010-06-26 00:37:12 UTC (rev 84075)
+++ trunk/PKGBUILD  2010-06-26 02:46:40 UTC (rev 84076)
@@ -12,7 +12,7 @@
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs' 'pyqt' 
'kdepim-runtime'
- 'ruby' 'mono' 'kdegraphics-okular')
+ 'ruby' 'mono' 'kdegraphics-okular' 'boost')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
 sha1sums=('db5afa2a70558e34838a0f9296f008035e03f064')