[arch-commits] Commit in kdetoys/kde-unstable (PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Thu Jun 4 21:50:57 UTC 2009
Date: Thursday, June 4, 2009 @ 17:50:57
Author: pierre
Revision: 41530
remove unneeded docs option; enable debug build
Modified:
kdetoys/kde-unstable/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-04 21:50:53 UTC (rev 41529)
+++ PKGBUILD 2009-06-04 21:50:57 UTC (rev 41530)
@@ -11,7 +11,6 @@
groups=('kde')
depends=('kdebase-workspace')
makedepends=('pkgconfig' 'cmake' 'automoc4')
-options=('docs')
install='kdetoys.install'
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
md5sums=('a0817b44d76752951a00f775e6cde5f4')
@@ -21,10 +20,11 @@
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
make
make DESTDIR=$pkgdir install
}
+options=('!strip')
More information about the arch-commits
mailing list