summaryrefslogtreecommitdiffstats
path: root/kde/filesharing
diff options
context:
space:
mode:
authororchidman <lesibel@free.fr>2011-10-09 11:56:10 +0200
committerorchidman <lesibel@free.fr>2011-10-09 11:56:10 +0200
commit72eb4e7ec2a3ba40dfbb38d487934788b9777098 (patch)
treef10c0e50684349070eb724abb087289d60ca5198 /kde/filesharing
parent9b0a94b1e5f8c06003a97a823851b5a743035478 (diff)
downloadnutyx-pakxe-72eb4e7ec2a3ba40dfbb38d487934788b9777098.tar.gz
nutyx-pakxe-72eb4e7ec2a3ba40dfbb38d487934788b9777098.tar.bz2
nutyx-pakxe-72eb4e7ec2a3ba40dfbb38d487934788b9777098.tar.xz
nutyx-pakxe-72eb4e7ec2a3ba40dfbb38d487934788b9777098.zip
filesharing 4.7.2-1 ajout/maj port
Diffstat (limited to 'kde/filesharing')
-rw-r--r--kde/filesharing/.footprint.i6868
-rw-r--r--kde/filesharing/.footprint.x86_648
-rw-r--r--kde/filesharing/.md5sum.i6861
-rw-r--r--kde/filesharing/.md5sum.x86_641
-rwxr-xr-xkde/filesharing/Pkgfile29
5 files changed, 47 insertions, 0 deletions
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
+}