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

Andrea Scarpino andrea at archlinux.org
Sat Jul 24 10:12:53 UTC 2010


    Date: Saturday, July 24, 2010 @ 06:12:53
  Author: andrea
Revision: 86046

KDE 4.5RC3

Modified:
  kdebindings/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-07-24 10:12:48 UTC (rev 86045)
+++ PKGBUILD	2010-07-24 10:12:53 UTC (rev 86046)
@@ -5,20 +5,18 @@
 pkgbase=kdebindings
 pkgname=('kdebindings-csharp'
          'kdebindings-python'
-#         'kdebindings-ruby'
          'kdebindings-smoke')
-pkgver=4.4.92
-pkgrel=2
+pkgver=4.4.95
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'pyqt' 'kdepim-runtime' 'mono'
 	'kdegraphics-okular' 'qwt' 'docbook-xsl' 'boost')
-# ruby
 source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2"
 	'pyqt-4.7.4-fix.patch')
-sha1sums=('d067cc7a8f06f320c5b28cb7ff004d5837d60188'
-	'1f501de06c7f38fc8f7ceaf550f9c2dd9204ed75')
+sha1sums=('4e92f4e693943012e2456c1b9ce7f4b683671fb2'
+          '1f501de06c7f38fc8f7ceaf550f9c2dd9204ed75')
 
 build() {
 	cd ${srcdir}/${pkgbase}-${pkgver}
@@ -26,15 +24,6 @@
 	# Already fixed upstream
 	patch -Np0 -i ${srcdir}/pyqt-4.7.4-fix.patch
 
-	sed -i -e "s#smoke/smoke.h#smoke.h#" \
-		ruby/qtruby/src/handlers.cpp \
-		ruby/qtruby/src/marshall.h \
-		ruby/qtruby/src/marshall_types.h \
-		ruby/qtruby/src/Qt.cpp \
-		ruby/qtruby/src/qtruby.cpp \
-		ruby/qtruby/src/qtruby.h \
-		ruby/qtruby/src/smokeruby.h
-
 	export MONO_SHARED_DIR="${srcdir}/build/.mono"
 	mkdir -p "$MONO_SHARED_DIR"
 	cd ${srcdir}/build




More information about the arch-commits mailing list