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

Pierre Schmitz pierre at archlinux.org
Fri Jul 10 01:04:39 UTC 2009


    Date: Thursday, July 9, 2009 @ 21:04:38
  Author: pierre
Revision: 45328

KDE 4.3 RC2

Modified:
  kdebase-runtime/kde-unstable/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-10 01:04:34 UTC (rev 45327)
+++ PKGBUILD	2009-07-10 01:04:38 UTC (rev 45328)
@@ -2,28 +2,25 @@
 # Maintainer: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=kdebase-runtime
-pkgver=4.2.95
-pkgrel=3
+pkgver=4.2.96
+pkgrel=1
 pkgdesc="KDE Base Runtime Environment"
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
 depends=('kdelibs-experimental' 'oxygen-icons' 'xorg-xauth'
          'hicolor-icon-theme' 'smbclient' 'rarian')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs' 'openslp')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'xine-lib')
 optdepends=('htdig: to build the search index'
             'gdb: drkonq crash handler')
 install='kdebase-runtime.install'
 source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('1a8c7ac4885b4e13160526ee622d36be')
+md5sums=('8966e6f1314104097125dec40339d18c')
 
 build() {
 	cd $srcdir
 	mkdir build
 	cd build
-	# disable xine options plugin
-	sed -ie '/add_subdirectory(xine)/d' \
-		../${pkgname}-${pkgver}/phonon/kcm/CMakeLists.txt
 	cmake ../${pkgname}-${pkgver} \
 		-DCMAKE_BUILD_TYPE=Release \
 		-DCMAKE_SKIP_RPATH=ON \
@@ -31,6 +28,10 @@
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DWITH_PulseAudio=OFF
 	make
+}
+
+package() {
+	cd $srcdir/build
 	make DESTDIR=$pkgdir install
 	rm -f ${pkgdir}/usr/share/icons/hicolor/index.theme
 	ln -sf /usr/lib/kde4/libexec/kdesu ${pkgdir}/usr/bin/




More information about the arch-commits mailing list