summaryrefslogtreecommitdiffstats
path: root/kde/kdenetwork/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-01-28 19:09:45 +0100
committersibel <lesibel@free.fr>2011-01-28 19:09:45 +0100
commitd539b2827fce7d680c74ecdc7f6ff2fd902522d6 (patch)
tree995fa6b4f215aa7cc8dd46467e0c2a8f3aad34de /kde/kdenetwork/Pkgfile
parent8f62e80557dd59039af1a6d79876b5de197574a9 (diff)
downloadnutyx-extra-d539b2827fce7d680c74ecdc7f6ff2fd902522d6.tar.gz
nutyx-extra-d539b2827fce7d680c74ecdc7f6ff2fd902522d6.tar.bz2
nutyx-extra-d539b2827fce7d680c74ecdc7f6ff2fd902522d6.tar.xz
nutyx-extra-d539b2827fce7d680c74ecdc7f6ff2fd902522d6.zip
kdenetwork, 4.6.0
Diffstat (limited to 'kde/kdenetwork/Pkgfile')
-rwxr-xr-xkde/kdenetwork/Pkgfile16
1 files changed, 12 insertions, 4 deletions
diff --git a/kde/kdenetwork/Pkgfile b/kde/kdenetwork/Pkgfile
index 7a28e92c5..97a54fd46 100755
--- a/kde/kdenetwork/Pkgfile
+++ b/kde/kdenetwork/Pkgfile
@@ -2,12 +2,13 @@
# URL: http://www.kde.org
# Maintainer: NuTyX packager team
# Packager: lesibel at free dot fr
-# Depends on: libktorrent, kdebase-runtime, kdepimlibs, qimageblitz, qca, libotr, libmsn, libvncserver, ortp, meanwhile, rdesktop, telepathy-qt, libgadu, libv4l, libktorrent
-# Run on: libktorrent, kdebase-runtime,kdepimlibs,qimageblitz,qca,libotr,libmsn,libvncserver,ortp,meanwhile,rdesktop,telepathy-qt,libgadu,libv4l,libktorrent
+# Depends on: cmake, automoc4, boost, speex, ortp, libotr, qca, kdebase-workspace, libgadu, libv4l, libvncserver, libmsn, ppp, rdesktop, libidn, qimageblitz, xorg-libxdamage, telepathy-qt, docbook-xsl, samba3, libktorrent
+
+# Run on: speex,ortp,libotr,qca,kdebase-workspace,kdeblibs,libvncserver,libmsn,ppp,libv4l,libidn,rdesktop,qimageblitz,libgadu,telepathy-qt,libktorrent,samba3
name=kdenetwork
version=4.6.0
-release=1
+release=2
source=(ftp://ftp.kde.org/pub/kde/stable/$version/src/$name-$version.tar.bz2 )
build() {
@@ -15,8 +16,15 @@ build() {
mkdir build
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \
- -DBUILD_doc=OFF
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_SKIP_RPATH=ON \
+ -DMOZPLUGIN_INSTALL_DIR=/usr/lib/mozilla/plugins/ \
+ -DWITH_Xmms=OFF \
+ -DWITH_LibMeanwhile=OFF
make
make DESTDIR=$PKG install
+
+ find $PKG -name '*.py' | xargs sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|'
}
+