[arch-commits] Commit in kdebase-workspace/trunk (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Thu Jan 22 15:04:39 UTC 2009


    Date: Thursday, January 22, 2009 @ 10:04:39
  Author: pierre
Revision: 24973

KDE 4.2.0 (non-final, try #1)

Modified:
  kdebase-workspace/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-01-22 15:04:35 UTC (rev 24972)
+++ PKGBUILD	2009-01-22 15:04:39 UTC (rev 24973)
@@ -11,9 +11,10 @@
 groups=('kde')
 depends=('kdepimlibs' 'kdebase-runtime' 'libcaptury' 'libxxf86misc' 'libxcomposite' 
 	 'libxss' 'lm_sensors' 'libxklavier' 'qimageblitz' 'xdg-utils' 'consolekit')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'networkmanager' 'bluez')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'networkmanager' 'bluez' 'kdebindings')
 replaces=('kdmtheme' 'kde-common' 'guidance-power-manager')
 conflicts=('kde-common')
+optdepends=('kdebindings: plasma scriptengine for Python')
 options=('docs')
 install='kdebase-workspace.install'
 backup=('usr/share/config/kdm/kdmrc')
@@ -35,14 +36,12 @@
 	cd ../
 	mkdir build
 	cd build
-	# FIXME: might need kdebindings which itself needs kdebase-workspace
 	cmake ../${pkgname}-${pkgver} \
 		-DCMAKE_BUILD_TYPE=Release \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DWITH_Xmms=OFF \
 		-DWITH_Googlegadgets=OFF \
-		-DWITH_QEdje=OFF \
-		-DWITH_PyKDE4=OFF
+		-DWITH_QEdje=OFF
 	make
 	make DESTDIR=$pkgdir install
 




More information about the arch-commits mailing list