[arch-commits] Commit in kdebase/kde-unstable (PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Thu Jun 4 21:50:10 UTC 2009
Date: Thursday, June 4, 2009 @ 17:50:10
Author: pierre
Revision: 41518
remove unneeded docs option; enable debug build
Modified:
kdebase/kde-unstable/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-04 21:50:06 UTC (rev 41517)
+++ PKGBUILD 2009-06-04 21:50:10 UTC (rev 41518)
@@ -12,7 +12,6 @@
depends=('kdebase-runtime' 'libraw1394')
makedepends=('kdebase-workspace' 'pkgconfig' 'cmake' 'automoc4')
optdepends=('kdebase-workspace')
-options=('docs')
install='kdebase.install'
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
md5sums=('295467ac1181c1dc09c6f7dc61bece1e')
@@ -22,10 +21,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