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

Andrea Scarpino andrea at archlinux.org
Mon Mar 12 20:56:40 UTC 2012


    Date: Monday, March 12, 2012 @ 16:56:39
  Author: andrea
Revision: 153394

upgpkg: kdebase-runtime 4.8.1-2

Drop QNtrack support as this cause some issue (FS#28850) (KDEBUG#294441); Also drop Xine support as we do not support phonon-xine anymore

Modified:
  kdebase-runtime/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-12 20:55:48 UTC (rev 153393)
+++ PKGBUILD	2012-03-12 20:56:39 UTC (rev 153394)
@@ -4,15 +4,13 @@
 
 pkgname=kdebase-runtime
 pkgver=4.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE Base Runtime Environment"
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
-depends=('kdelibs' 'ntrack' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons'
-        'xorg-xauth')
-makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen'
-             'xine-lib')
+depends=('kdelibs' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 'xorg-xauth')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen')
 optdepends=('htdig: to build the search index in khelpcenter'
             'rarian: needed by khelpcenter'
             'gdb: drkonq crash handler')
@@ -27,7 +25,9 @@
 	cmake ../kde-runtime-${pkgver} \
 		-DCMAKE_BUILD_TYPE=Release \
 		-DCMAKE_SKIP_RPATH=ON \
-		-DCMAKE_INSTALL_PREFIX=/usr
+		-DCMAKE_INSTALL_PREFIX=/usr \
+        -DWITH_QNtrack=OFF \
+        -DWITH_Xine=OFF
 	make
 }
 




More information about the arch-commits mailing list