summaryrefslogtreecommitdiffstats
path: root/kde/kdepimlibs/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-07-31 13:44:25 +0200
committertnut <tnut at nutyx dot com>2011-07-31 13:44:25 +0200
commit59de1dc93fdb4c4646874758bae78c327d2d8e18 (patch)
tree1056effb7fc9c9384c70294e18a2696635f6f990 /kde/kdepimlibs/Pkgfile
parente0a250dc190d7e3d4f87388bd31dcc36268a495f (diff)
downloadnutyx-pakxe-59de1dc93fdb4c4646874758bae78c327d2d8e18.tar.gz
nutyx-pakxe-59de1dc93fdb4c4646874758bae78c327d2d8e18.tar.bz2
nutyx-pakxe-59de1dc93fdb4c4646874758bae78c327d2d8e18.tar.xz
nutyx-pakxe-59de1dc93fdb4c4646874758bae78c327d2d8e18.zip
kdepimlibs, maj 4.7.0-1
Diffstat (limited to 'kde/kdepimlibs/Pkgfile')
-rwxr-xr-xkde/kdepimlibs/Pkgfile12
1 files changed, 7 insertions, 5 deletions
diff --git a/kde/kdepimlibs/Pkgfile b/kde/kdepimlibs/Pkgfile
index f9661b913..0c6d561e2 100755
--- a/kde/kdepimlibs/Pkgfile
+++ b/kde/kdepimlibs/Pkgfile
@@ -2,11 +2,11 @@
# URL: http://www.kde.org
# Maintainer: NuTyX packager team
# Packager: lesibel at free dot fr
-# Depends on: cmake, automoc4, kdelibs, libxslt, gpgme, libical, akonadi, boost, cyrus-sasl, shared-mime-info, shared-desktop-ontologies, libldap, soprano, docbook-xsl
-# Run on: kdelibs,libxslt,gpgme,libical,akonadi,cyrus-sasl,shared-mime-info,shared-desktop-ontologies,libldap,soprano,docbook-xsl
+# Depends on: cmake,automoc4,kdelibs,boost,gpgme,akonadi,libical
+# Run on: kdelibs,boost,gpgme,akonadi,libical
name=kdepimlibs
-version=4.6.5
+version=4.7.0
release=1
source=( ftp://ftp.kde.org/pub/kde/stable/$version/src/$name-$version.tar.bz2)
@@ -17,9 +17,11 @@ build() {
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
- -DKDE_DEFAULT_HOME=.kde4 \
+ -DKDE_DEFAULT_HOME='.kde' \
-DSYSCONF_INSTALL_DIR=/etc \
- -DCMAKE_SKIP_RPATH=ON
+ -DCMAKE_SKIP_RPATH=ON \
+ -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed'
+
make
make DESTDIR=$PKG install
}