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

Pierre Schmitz pierre at archlinux.org
Wed Jan 13 18:07:29 UTC 2010


    Date: Wednesday, January 13, 2010 @ 13:07:29
  Author: pierre
Revision: 62910

attica rebuild

Modified:
  kdebase-runtime/kde-unstable/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-13 18:01:30 UTC (rev 62909)
+++ PKGBUILD	2010-01-13 18:07:29 UTC (rev 62910)
@@ -3,7 +3,7 @@
 
 pkgname=kdebase-runtime
 pkgver=4.3.90
-pkgrel=2
+pkgrel=3
 pkgdesc="KDE Base Runtime Environment"
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -26,9 +26,8 @@
 		-DCMAKE_SKIP_RPATH=ON \
 		-DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed' \
 		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DWITH_PulseAudio=OFF \
-		-DWITH_LibAttica=OFF
-	make
+		-DWITH_PulseAudio=OFF || return 1
+	make || return 1
 }
 
 package() {




More information about the arch-commits mailing list