[arch-commits] Commit in kdeedu/repos/kde-unstable-x86_64 (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Tue Dec 16 06:24:23 UTC 2008


    Date: Tuesday, December 16, 2008 @ 01:24:23
  Author: pierre
Revision: 21762

does not build with python bindings

Modified:
  kdeedu/repos/kde-unstable-x86_64/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-12-16 06:16:43 UTC (rev 21761)
+++ PKGBUILD	2008-12-16 06:24:23 UTC (rev 21762)
@@ -3,7 +3,7 @@
 
 pkgname=kdeedu
 pkgver=4.1.85
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE Educational programs"
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -14,7 +14,7 @@
 options=('docs')
 install='kdeedu.install'
 source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('c1c054cb359a16d977edb471482785aa')
+md5sums=('2e29ee1e501d46bd00c67c0b5bfdebd4')
 
 build() {
 	cd $srcdir
@@ -22,9 +22,8 @@
 	cd build
 	cmake ../${pkgname}-${pkgver} \
 		-DCMAKE_BUILD_TYPE=Release \
-		-DCMAKE_INSTALL_PREFIX=/usr 
+		-DCMAKE_INSTALL_PREFIX=/usr \
+		-DBUILD_python=OFF
 	make
 	make DESTDIR=$pkgdir install
-	# provided by indilib
-	rm -f $pkgdir/usr/bin/indiserver
 }




More information about the arch-commits mailing list