From 72eb4e7ec2a3ba40dfbb38d487934788b9777098 Mon Sep 17 00:00:00 2001 From: orchidman Date: Sun, 9 Oct 2011 11:56:10 +0200 Subject: filesharing 4.7.2-1 ajout/maj port --- kde/filesharing/.footprint.i686 | 8 ++++++++ kde/filesharing/.footprint.x86_64 | 8 ++++++++ kde/filesharing/.md5sum.i686 | 1 + kde/filesharing/.md5sum.x86_64 | 1 + kde/filesharing/Pkgfile | 29 +++++++++++++++++++++++++++++ 5 files changed, 47 insertions(+) create mode 100644 kde/filesharing/.footprint.i686 create mode 100644 kde/filesharing/.footprint.x86_64 create mode 100644 kde/filesharing/.md5sum.i686 create mode 100644 kde/filesharing/.md5sum.x86_64 create mode 100755 kde/filesharing/Pkgfile (limited to 'kde') diff --git a/kde/filesharing/.footprint.i686 b/kde/filesharing/.footprint.i686 new file mode 100644 index 000000000..9e1fc3b61 --- /dev/null +++ b/kde/filesharing/.footprint.i686 @@ -0,0 +1,8 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/kde4/ +-rwxr-xr-x root/root usr/lib/kde4/sambausershareplugin.so +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/kde4/ +drwxr-xr-x root/root usr/share/kde4/services/ +-rw-r--r-- root/root usr/share/kde4/services/sambausershareplugin.desktop diff --git a/kde/filesharing/.footprint.x86_64 b/kde/filesharing/.footprint.x86_64 new file mode 100644 index 000000000..9e1fc3b61 --- /dev/null +++ b/kde/filesharing/.footprint.x86_64 @@ -0,0 +1,8 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/kde4/ +-rwxr-xr-x root/root usr/lib/kde4/sambausershareplugin.so +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/kde4/ +drwxr-xr-x root/root usr/share/kde4/services/ +-rw-r--r-- root/root usr/share/kde4/services/sambausershareplugin.desktop diff --git a/kde/filesharing/.md5sum.i686 b/kde/filesharing/.md5sum.i686 new file mode 100644 index 000000000..dc9029db7 --- /dev/null +++ b/kde/filesharing/.md5sum.i686 @@ -0,0 +1 @@ +c1c33c100a0f7e64ffba0ae96d799152 kdenetwork-4.7.2.tar.bz2 diff --git a/kde/filesharing/.md5sum.x86_64 b/kde/filesharing/.md5sum.x86_64 new file mode 100644 index 000000000..dc9029db7 --- /dev/null +++ b/kde/filesharing/.md5sum.x86_64 @@ -0,0 +1 @@ +c1c33c100a0f7e64ffba0ae96d799152 kdenetwork-4.7.2.tar.bz2 diff --git a/kde/filesharing/Pkgfile b/kde/filesharing/Pkgfile new file mode 100755 index 000000000..f568eec51 --- /dev/null +++ b/kde/filesharing/Pkgfile @@ -0,0 +1,29 @@ +# Description: Client pour accès de bureau à distance pour KDE +# URL: http://www.kde.org +# Maintainer: NuTyX packager team +# Packager: lesibel at free dot fr +# 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=filesharing +_name=kdenetwork +version=4.7.2 +release=1 +source=(ftp://ftp.kde.org/pub/kde/stable/$version/src/${_name}-$version.tar.bz2 ) + +build() { + cd ${_name}-$version + 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 \ + -DBUILD_kget=OFF -DBUILD_kdnssd=OFF -DBUILD_krfb=OFF -DBUILD_strigi-analyser=OFF \ + -DBUILD_kopete=OFF -DBUILD_krdc=OFF -DBUILD_kppp=OFF \ + -DKDE_DEFAULT_HOME=.kde \ + -DSYSCONF_INSTALL_DIR=/etc + make + make DESTDIR=$PKG install +} -- cgit v1.2.3-70-g09d2