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

Andrea Scarpino andrea at archlinux.org
Thu May 3 14:39:26 UTC 2012


    Date: Thursday, May 3, 2012 @ 10:39:26
  Author: andrea
Revision: 158247

Disable QQ and GTalk support to fix build (see KDEBUG#299299 and KDEBUG#299300)

Modified:
  kdenetwork/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-03 14:39:17 UTC (rev 158246)
+++ PKGBUILD	2012-05-03 14:39:26 UTC (rev 158247)
@@ -10,7 +10,7 @@
          'kdenetwork-kppp'
          'kdenetwork-krdc'
          'kdenetwork-krfb')
-pkgver=4.8.2
+pkgver=4.8.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -21,7 +21,7 @@
     'v4l-utils' 'libidn' 'rdesktop' 'qimageblitz' 'libxdamage' 'libgadu'
     'libktorrent' 'libmms' 'mediastreamer')
 source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz")
-sha1sums=('a899a9ef1637612a5ec14bb3ff950f3ed565d60e')
+sha1sums=('9da87317c6a10243d6fff8c121c04146415f65cd')
 
 build() {
     cd "${srcdir}"
@@ -33,7 +33,9 @@
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DMOZPLUGIN_INSTALL_DIR=/usr/lib/mozilla/plugins/ \
         -DWITH_Xmms=OFF \
-		-DWITH_LibMeanwhile=OFF
+		-DWITH_LibMeanwhile=OFF \
+        -DWITH_GOOGLETALK=OFF \
+        -DWITH_qq=OFF
 	make
 }
 




More information about the arch-commits mailing list