diff options
author | tnut <tnut at nutyx dot com> | 2011-07-31 14:13:22 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-07-31 14:13:22 +0200 |
commit | 58d41f4c91655326ab55a17926a66db69cd07fc7 (patch) | |
tree | 5b882219154cd2f329532cd6092a66008688dfc4 /kde/kdeutils/Pkgfile | |
parent | d229f17d3a1acbb2186700e9225ea05eae3c8256 (diff) | |
download | nutyx-extra-58d41f4c91655326ab55a17926a66db69cd07fc7.tar.gz nutyx-extra-58d41f4c91655326ab55a17926a66db69cd07fc7.tar.bz2 nutyx-extra-58d41f4c91655326ab55a17926a66db69cd07fc7.tar.xz nutyx-extra-58d41f4c91655326ab55a17926a66db69cd07fc7.zip |
kdeutils, maj 4.7.0-1
Diffstat (limited to 'kde/kdeutils/Pkgfile')
-rwxr-xr-x | kde/kdeutils/Pkgfile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/kde/kdeutils/Pkgfile b/kde/kdeutils/Pkgfile index e13271d0c..5f8c63d9d 100755 --- a/kde/kdeutils/Pkgfile +++ b/kde/kdeutils/Pkgfile @@ -1,12 +1,15 @@ -# Description: Inclus calculatrice, calpin, éditeurs simple KDE4 +# Description: Inclus calculatrice, calepin, éditeurs simple KDE4i # URL: http://www.kde.org # Maintainer: NuTyX packager team # Packager: lesibel at free dot fr -# Depends on: cmake, phonon, kdebindings, alsa-lib,xz-utils, libarchive, libzip, docbook-xsl, konq-plugins, kdebase-workspace, pycups, system-config-printer, qjson -# Run on: kdebindings,libzip,pyqt,phonon,kdebindings,alsa-lib,xz-utils,libarchive,docbook-xsl,konq-plugins,kdebase-workspace,pycups,system-config-printer,qjson +# Depends on: cmake,automoc4,kdelibs,kdepimlibs,kde-baseapps,kde-workspace,kde-runtime,pykde4,system-config-printer,libarchive,qimageblitz,p7zip,zip,unzip,unrar,qjson + +#phonon,alsa-lib,xz-utils,libarchive,libzip,kde-workspace,pycups,system-config-printer,qjson + +# Run on: libzip,pyqt,phonon,alsa-lib,xz-utils,libarchive,kde-workspace,pycups,system-config-printer,qjson name=kdeutils -version=4.6.5 +version=4.7.0 release=1 source=(ftp://ftp.kde.org/pub/kde/stable/$version/src/$name-$version.tar.bz2) @@ -18,7 +21,8 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_SKIP_RPATH=ON \ -DINSTALL_PRINTER_APPLET=TRUE \ - -DBUILD_doc=ON + -DBUILD_doc=ON \ + -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed' make make DESTDIR=$PKG install |