diff options
author | tnut <tnut at nutyx dot com> | 2011-07-31 14:12:26 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-07-31 14:12:26 +0200 |
commit | d229f17d3a1acbb2186700e9225ea05eae3c8256 (patch) | |
tree | 8bb547288b6d019a4f93dbae2b677eb50c87cb0a /kde/kdenetwork/Pkgfile | |
parent | fb701543b718b8fb05264e7cd033d2d6bcb524bd (diff) | |
download | nutyx-extra-d229f17d3a1acbb2186700e9225ea05eae3c8256.tar.gz nutyx-extra-d229f17d3a1acbb2186700e9225ea05eae3c8256.tar.bz2 nutyx-extra-d229f17d3a1acbb2186700e9225ea05eae3c8256.tar.xz nutyx-extra-d229f17d3a1acbb2186700e9225ea05eae3c8256.zip |
kdenetwork, maj 4.7.0-1
Diffstat (limited to 'kde/kdenetwork/Pkgfile')
-rwxr-xr-x | kde/kdenetwork/Pkgfile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/kde/kdenetwork/Pkgfile b/kde/kdenetwork/Pkgfile index 950ddbdc8..2e5ccdb0f 100755 --- a/kde/kdenetwork/Pkgfile +++ b/kde/kdenetwork/Pkgfile @@ -2,28 +2,24 @@ # URL: http://www.kde.org # Maintainer: NuTyX packager team # Packager: lesibel at free dot fr -# Depends on: cmake, automoc4, boost, speex, ortp, libotr, qca, kdebase-workspace, libgadu, v4l-utils, libvncserver, libmsn, ppp, rdesktop, libidn, qimageblitz, xorg-libxdamage, telepathy-qt, docbook-xsl, samba3, libktorrent -# Run on: speex,ortp,libotr,qca,kdebase-workspace,kdelibs,libvncserver,libmsn,ppp,v4l-utils,libidn,rdesktop,qimageblitz,libgadu,telepathy-qt,libktorrent,samba3 +# Depends on: cmake,automoc4,boost,kdepimlibs,kde-workspace,kde-baseapps,speex,ortp,libotr,qca,libktorrent,libvncserver,libmsn,ppp,rdesktop,xorg-libxdamage,libgadu,v4l-utils,consolekit,libmms,mobipocket + +# Run on: kdepimlibs,kde-workspace,kde-baseapps,speex,ortp,libotr,qca,libktorrent,libvncserver,libmsn,ppp,rdesktop,xorg-libxdamage,telepathy-qt,libgadu,v4l-utils,consolekit,libmms,mobipocket name=kdenetwork -version=4.6.5 +version=4.7.0 release=1 source=(ftp://ftp.kde.org/pub/kde/stable/$version/src/$name-$version.tar.bz2 ) build() { - unset MAKEFKAGS cd $name-* mkdir build cd build cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_SKIP_RPATH=ON \ - -DMOZPLUGIN_INSTALL_DIR=/usr/lib/mozilla/plugins/ \ - -DWITH_Xmms=OFF \ - -DWITH_LibMeanwhile=OFF \ - -DDISABLE_VIDEOSUPPORT=ON \ -DKDE_DEFAULT_HOME=.kde \ - -DSYSCONF_INSTALL_DIR=/etc + -DSYSCONF_INSTALL_DIR=/etc make make DESTDIR=$PKG install |