[arch-commits] Commit in kdebase-runtime (repos/testing trunk/PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Sat Mar 7 18:00:12 UTC 2009


    Date: Saturday, March 7, 2009 @ 13:00:12
  Author: pierre
Revision: 29278

archrelease: new repo testing

Added:
  kdebase-runtime/repos/testing/
Modified:
  kdebase-runtime/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2009-03-07 17:59:24 UTC (rev 29277)
+++ trunk/PKGBUILD	2009-03-07 18:00:12 UTC (rev 29278)
@@ -9,8 +9,8 @@
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
 groups=('kde')
-depends=('kdelibs' 'hicolor-icon-theme' 'rarian' 'smbclient' 'gstreamer0.10-base-plugins')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs' 'imagemagick' 'gzip' 'xine-lib')
+depends=('kdelibs' 'hicolor-icon-theme' 'rarian' 'smbclient' 'gstreamer0.10-base-plugins' 'alsa-lib')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs' 'imagemagick' 'gzip')
 options=('docs')
 install='kdebase-runtime.install'
 source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2"
@@ -22,6 +22,9 @@
 	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_INSTALL_PREFIX=/usr \




More information about the arch-commits mailing list