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

Pierre Schmitz pierre at archlinux.org
Mon Jun 8 14:51:05 UTC 2009


    Date: Monday, June 8, 2009 @ 10:51:05
  Author: pierre
Revision: 41942

inital implementation of splitted packages; generated by a script -> might be insane

Modified:
  kdelibs/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-06-08 12:44:36 UTC (rev 41941)
+++ PKGBUILD	2009-06-08 14:51:05 UTC (rev 41942)
@@ -3,7 +3,7 @@
 
 pkgname=kdelibs
 pkgver=4.2.90
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -31,7 +31,7 @@
 	mkdir build
 	cd build
 	cmake ../${pkgname}-${pkgver} \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=Release \
 		-DCMAKE_SKIP_RPATH=ON \
 		-DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed' \
 		-DKDE_DISTRIBUTION_TEXT='Arch Linux' \
@@ -48,4 +48,3 @@
 	rm -f $pkgdir/usr/share/apps/kssl/ca-bundle.crt
 	ln -sf /etc/ssl/certs/ca-certificates.crt $pkgdir/usr/share/apps/kssl/ca-bundle.crt
 }
-options=('!strip')




More information about the arch-commits mailing list