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

Pierre Schmitz pierre at archlinux.org
Thu Jun 4 21:49:43 UTC 2009


    Date: Thursday, June 4, 2009 @ 17:49:43
  Author: pierre
Revision: 41511

remove unneeded docs option; enable debug build

Modified:
  kdelibs/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-06-04 20:09:14 UTC (rev 41510)
+++ PKGBUILD	2009-06-04 21:49:43 UTC (rev 41511)
@@ -14,7 +14,6 @@
 	 'giflib' 'soprano' 'ca-certificates' 'xdg-utils')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'intltool' 'avahi' 'libgl' 'hspell')
 replaces=('arts')
-options=('docs')
 install='kdelibs.install'
 source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2
         'kde-applications-menu.patch' 'archlinux-menu.patch')
@@ -33,7 +32,7 @@
 	mkdir build
 	cd build
 	cmake ../${pkgname}-${pkgver} \
-		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
 		-DCMAKE_SKIP_RPATH=ON \
 		-DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed' \
 		-DKDE_DISTRIBUTION_TEXT='Arch Linux' \
@@ -50,3 +49,4 @@
 	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