[arch-commits] Commit in kdebase-workspace/kde-unstable (PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Thu Jun 4 21:50:06 UTC 2009
Date: Thursday, June 4, 2009 @ 17:50:06
Author: pierre
Revision: 41517
remove unneeded docs option; enable debug build
Modified:
kdebase-workspace/kde-unstable/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-04 21:50:02 UTC (rev 41516)
+++ PKGBUILD 2009-06-04 21:50:06 UTC (rev 41517)
@@ -15,7 +15,6 @@
replaces=('kdmtheme' 'kde-common' 'guidance-power-manager' 'policykit-kde')
conflicts=('kde-common')
optdepends=('kdebindings: plasma scriptengine for Python')
-options=('docs')
install='kdebase-workspace.install'
backup=('usr/share/config/kdm/kdmrc'
'etc/pam.d/kde'
@@ -41,7 +40,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 \
@@ -59,3 +58,4 @@
ln -sf /usr/share/apps/kdm/sessions/kde{,-safe}.desktop ${pkgdir}/etc/X11/sessions/
install -d -m755 ${pkgdir}/etc/kde/{env,shutdown}
}
+options=('!strip')
More information about the arch-commits
mailing list