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

Pierre Schmitz pierre at archlinux.org
Thu Jun 4 21:50:40 UTC 2009


    Date: Thursday, June 4, 2009 @ 17:50:40
  Author: pierre
Revision: 41526

remove unneeded docs option; enable debug build

Modified:
  kdenetwork/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-06-04 21:50:36 UTC (rev 41525)
+++ PKGBUILD	2009-06-04 21:50:40 UTC (rev 41526)
@@ -12,7 +12,6 @@
 depends=('kdelibs-experimental' 'kdebase-workspace' 'kdebase' 'libvncserver' 'libidn' 'libotr' 'qca' 'qca-ossl'
 	'libmsn' 'ppp' 'libv4l' 'libidn')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
-options=('docs')
 install='kdenetwork.install'
 source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
 md5sums=('781c72a2d2e5c85dff4d15e229a39783')
@@ -22,7 +21,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 \
@@ -32,3 +31,4 @@
 	make
 	make DESTDIR=$pkgdir install
 }
+options=('!strip')




More information about the arch-commits mailing list