[arch-commits] Commit in kdebindings/kde-unstable (PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Thu Jun 4 21:50:02 UTC 2009
Date: Thursday, June 4, 2009 @ 17:50:02
Author: pierre
Revision: 41516
remove unneeded docs option; enable debug build
Modified:
kdebindings/kde-unstable/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-04 21:49:59 UTC (rev 41515)
+++ PKGBUILD 2009-06-04 21:50:02 UTC (rev 41516)
@@ -10,7 +10,6 @@
license=('GPL' 'LGPL')
depends=('kdepimlibs' 'pyqt>=4.5.20090601' 'polkit-qt')
makedepends=('pkgconfig' 'cmake' 'automoc4' 'sip>=4.8.20090603')
-options=('docs')
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
md5sums=('b71e96ead416644775ca5d8d818effbe')
@@ -20,7 +19,7 @@
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 @@
make
make DESTDIR=$pkgdir install
}
+options=('!strip')
More information about the arch-commits
mailing list