[arch-commits] Commit in kdeadmin/kde-unstable (PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Thu Jun 4 21:50:21 UTC 2009
Date: Thursday, June 4, 2009 @ 17:50:21
Author: pierre
Revision: 41521
remove unneeded docs option; enable debug build
Modified:
kdeadmin/kde-unstable/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-04 21:50:17 UTC (rev 41520)
+++ PKGBUILD 2009-06-04 21:50:21 UTC (rev 41521)
@@ -11,7 +11,6 @@
groups=('kde')
depends=('kdepimlibs' 'kdebase-runtime' 'kdebindings' 'system-config-printer>=1.1.7-3')
makedepends=('pkgconfig' 'cmake' 'automoc4')
-options=('docs')
install='kdeadmin.install'
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2"
'fix-syslog-path.patch')
@@ -25,7 +24,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 \
@@ -35,3 +34,4 @@
make
make DESTDIR=$pkgdir install
}
+options=('!strip')
More information about the arch-commits
mailing list