[arch-commits] Commit in kdebase-runtime/kde-unstable (PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Mon Jul 6 15:31:57 UTC 2009
Date: Monday, July 6, 2009 @ 11:31:57
Author: pierre
Revision: 45003
disable xine plugin
Modified:
kdebase-runtime/kde-unstable/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-07-06 15:23:55 UTC (rev 45002)
+++ PKGBUILD 2009-07-06 15:31:57 UTC (rev 45003)
@@ -3,7 +3,7 @@
pkgname=kdebase-runtime
pkgver=4.2.95
-pkgrel=2
+pkgrel=3
pkgdesc="KDE Base Runtime Environment"
arch=('i686' 'x86_64')
url='http://www.kde.org'
@@ -21,6 +21,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_SKIP_RPATH=ON \
More information about the arch-commits
mailing list