[arch-commits] Commit in kdebase-runtime/kde-unstable (PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Mon Jun 8 14:51:21 UTC 2009
Date: Monday, June 8, 2009 @ 10:51:21
Author: pierre
Revision: 41946
inital implementation of splitted packages; generated by a script -> might be insane
Modified:
kdebase-runtime/kde-unstable/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-08 14:51:17 UTC (rev 41945)
+++ PKGBUILD 2009-06-08 14:51:21 UTC (rev 41946)
@@ -3,12 +3,12 @@
pkgname=kdebase-runtime
pkgver=4.2.90
-pkgrel=1
+pkgrel=2
pkgdesc="KDE Base Runtime Environment"
arch=('i686' 'x86_64')
url='http://www.kde.org'
license=('GPL' 'LGPL')
-depends=('kdelibs' 'kdelibs-experimental' 'oxygen-icons' 'openslp'
+depends=('kdelibs-experimental' 'oxygen-icons' 'openslp'
'hicolor-icon-theme' 'smbclient' 'rarian' 'xorg-xauth')
makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs')
optdepends=('htdig: to build the search index'
@@ -22,7 +22,7 @@
mkdir build
cd build
cmake ../${pkgname}-${pkgver} \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=ON \
-DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed' \
-DCMAKE_INSTALL_PREFIX=/usr \
@@ -32,4 +32,3 @@
rm -f ${pkgdir}/usr/share/icons/hicolor/index.theme
ln -sf /usr/lib/kde4/libexec/kdesu ${pkgdir}/usr/bin/
}
-options=('!strip')
More information about the arch-commits
mailing list