[arch-commits] Commit in kdewebdev/kde-unstable (PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Thu Jun 4 21:51:05 UTC 2009
Date: Thursday, June 4, 2009 @ 17:51:05
Author: pierre
Revision: 41532
remove unneeded docs option; enable debug build
Modified:
kdewebdev/kde-unstable/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-04 21:51:01 UTC (rev 41531)
+++ PKGBUILD 2009-06-04 21:51:05 UTC (rev 41532)
@@ -11,7 +11,6 @@
groups=('kde')
depends=('kdepimlibs' 'kdebase-runtime' 'tidyhtml')
makedepends=('pkgconfig' 'cmake' 'automoc4' 'ruby')
-options=('docs')
install='kdewebdev.install'
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
md5sums=('b32f2e35d238a3584ad8be23586881f8')
@@ -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