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

Andrea Scarpino andrea at archlinux.org
Mon May 24 00:50:29 UTC 2010


    Date: Sunday, May 23, 2010 @ 20:50:29
  Author: andrea
Revision: 80931

first set of KDE 4.5 tarballs (4.4.80)

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

----------+
 PKGBUILD |   22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

Modified: kde-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2010-05-20 13:36:36 UTC (rev 80615)
+++ kde-unstable/PKGBUILD	2010-05-24 00:50:29 UTC (rev 80931)
@@ -1,20 +1,18 @@
 # $Id: PKGBUILD 59825 2009-11-28 01:40:17Z andrea $
-# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
 
 pkgbase=kdebindings
-pkgname=('kdebindings-csharp'
-         'kdebindings-python'
-         'kdebindings-ruby'
-         'kdebindings-smoke')
-pkgver=4.4.3
+pkgname=('kdebindings-python')
+pkgver=4.4.80
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs' 'pyqt' 'kdepim-runtime'
-             'ruby' 'mono' 'kdegraphics-okular')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
-sha1sums=('dbfaf3760b5cbdaf6fed9672af32f938ddca29a2')
+             'ruby' 'mono' 'kdegraphics-okular' 'qwt')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
+sha1sums=('8ecb3a86363c85f854f3fb90cb1e91dc42528a76')
 
 build() {
 	export MONO_SHARED_DIR="${srcdir}/build/.mono"
@@ -29,10 +27,12 @@
 	cmake ../${pkgbase}-${pkgver} \
 		-DCMAKE_BUILD_TYPE=Release \
 		-DCMAKE_INSTALL_PREFIX=/usr \
+		-DBUILD_csharp=OFF \
+		-DBUILD_falcon=OFF \
 		-DBUILD_java=OFF \
 		-DBUILD_php=OFF \
-		-DBUILD_falcon=OFF \
-		-DENABLE_KROSSRUBY=OFF \
+		-DBUILD_smoke=OFF \
+		-DBUILD_ruby=OFF \
 		-DWITH_PolkitQt=OFF
 	make
 }




More information about the arch-commits mailing list