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

Andrea Scarpino andrea at archlinux.org
Wed Jan 26 19:57:27 UTC 2011


    Date: Wednesday, January 26, 2011 @ 14:57:26
  Author: andrea
Revision: 107570

KDE 4.6.0

Modified:
  kdenetwork/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-26 19:57:23 UTC (rev 107569)
+++ PKGBUILD	2011-01-26 19:57:26 UTC (rev 107570)
@@ -10,7 +10,7 @@
          'kdenetwork-kppp'
          'kdenetwork-krdc'
          'kdenetwork-krfb')
-pkgver=4.5.5
+pkgver=4.6.0
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -21,10 +21,10 @@
 	'ppp' 'v4l-utils' 'libidn' 'rdesktop' 'qimageblitz' 'libxdamage' 'libgadu'
 	'telepathy-qt4' 'docbook-xsl' 'libktorrent' 'kwebkitpart')
 source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
-sha1sums=('2c7dd0bc1809ac477f46ddb966f232ca3f60bc0a')
+sha1sums=('c69dcc48c8fc4064e183136b6d85e6379978925f')
 
 build() {
-	cd ${srcdir}
+    cd ${srcdir}
 	mkdir build
 	cd build
 	cmake ../${pkgbase}-${pkgver} \
@@ -32,8 +32,7 @@
 		-DCMAKE_SKIP_RPATH=ON \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DMOZPLUGIN_INSTALL_DIR=/usr/lib/mozilla/plugins/ \
-		-DWITH_Xmms=OFF \
-		-DWITH_Decibel=OFF \
+        -DWITH_Xmms=OFF \
 		-DWITH_LibMeanwhile=OFF
 	make
 }




More information about the arch-commits mailing list