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

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


    Date: Thursday, June 4, 2009 @ 17:49:59
  Author: pierre
Revision: 41515

remove unneeded docs option; enable debug build

Modified:
  kdebase-runtime/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-06-04 21:49:55 UTC (rev 41514)
+++ PKGBUILD	2009-06-04 21:49:59 UTC (rev 41515)
@@ -13,7 +13,6 @@
          'hicolor-icon-theme' 'smbclient' 'rarian' 'xorg-xauth' 'openslp')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs')
 optdepends=('htdig: to build the search index')
-options=('docs')
 install='kdebase-runtime.install'
 source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
 md5sums=('c710e2eef51349c09cce0f523ab7b543')
@@ -23,7 +22,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' \
 		-DCMAKE_INSTALL_PREFIX=/usr \
@@ -33,3 +32,4 @@
 	rm -f ${pkgdir}/usr/share/icons/hicolor/index.theme
 	ln -sf /usr/lib/kde4/libexec/kdesu ${pkgdir}/usr/bin/
 }
+options=('!strip')




More information about the arch-commits mailing list