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

Andrea Scarpino andrea at archlinux.org
Tue Jul 27 09:09:13 UTC 2010


    Date: Tuesday, July 27, 2010 @ 05:09:12
  Author: andrea
Revision: 86182

moved to [testing]

Modified:
  kdebase-runtime/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-07-27 09:09:08 UTC (rev 86181)
+++ PKGBUILD	2010-07-27 09:09:12 UTC (rev 86182)
@@ -1,8 +1,9 @@
 # $Id: $
-# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=kdebase-runtime
-pkgver=4.4.5
+pkgver=4.4.95
 pkgrel=1
 pkgdesc="KDE Base Runtime Environment"
 arch=('i686' 'x86_64')
@@ -11,12 +12,12 @@
 depends=('kdelibs' 'oxygen-icons' 'xorg-xauth' 'hicolor-icon-theme'
          'smbclient' 'rarian' 'libssh')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs' 'openslp'
-             'xine-lib')
+             'xine-lib' 'docbook-xsl')
 optdepends=('htdig: to build the search index'
             'gdb: drkonq crash handler')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('93c58fbef37cdf0c9c6b37c773f8cde054fae51f')
+install="${pkgname}.install"
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('d4a5b83ef6d2a61801029a656f56e681fae2243a')
 
 build() {
 	cd $srcdir
@@ -26,8 +27,8 @@
 		-DCMAKE_BUILD_TYPE=Release \
 		-DCMAKE_SKIP_RPATH=ON \
 		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DWITH_PulseAudio=OFF || return 1
-	make || return 1
+		-DWITH_PulseAudio=OFF
+	make
 }
 
 package() {




More information about the arch-commits mailing list