diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:39:41 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:39:41 +0200 |
commit | 4daa005aecba11fed17336d1e4ab56ccc1c2b9d0 (patch) | |
tree | 54a2ada849f799d22111c289b33c459cf5e57719 /kde | |
parent | 30cf3d3532af8df449f49b25c72295f509e11d19 (diff) | |
download | nutyx-extra-4daa005aecba11fed17336d1e4ab56ccc1c2b9d0.tar.gz nutyx-extra-4daa005aecba11fed17336d1e4ab56ccc1c2b9d0.tar.bz2 nutyx-extra-4daa005aecba11fed17336d1e4ab56ccc1c2b9d0.tar.xz nutyx-extra-4daa005aecba11fed17336d1e4ab56ccc1c2b9d0.zip |
filesharing dans extra
Diffstat (limited to 'kde')
-rw-r--r-- | kde/filesharing/.footprint.i686 | 8 | ||||
-rw-r--r-- | kde/filesharing/.footprint.x86_64 | 8 | ||||
-rw-r--r-- | kde/filesharing/.md5sum.i686 | 1 | ||||
-rw-r--r-- | kde/filesharing/.md5sum.x86_64 | 1 | ||||
-rwxr-xr-x | kde/filesharing/Pkgfile | 29 |
5 files changed, 0 insertions, 47 deletions
diff --git a/kde/filesharing/.footprint.i686 b/kde/filesharing/.footprint.i686 deleted file mode 100644 index 9e1fc3b61..000000000 --- a/kde/filesharing/.footprint.i686 +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index 9e1fc3b61..000000000 --- a/kde/filesharing/.footprint.x86_64 +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index dc9029db7..000000000 --- a/kde/filesharing/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -c1c33c100a0f7e64ffba0ae96d799152 kdenetwork-4.7.2.tar.bz2 diff --git a/kde/filesharing/.md5sum.x86_64 b/kde/filesharing/.md5sum.x86_64 deleted file mode 100644 index dc9029db7..000000000 --- a/kde/filesharing/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -c1c33c100a0f7e64ffba0ae96d799152 kdenetwork-4.7.2.tar.bz2 diff --git a/kde/filesharing/Pkgfile b/kde/filesharing/Pkgfile deleted file mode 100755 index f568eec51..000000000 --- a/kde/filesharing/Pkgfile +++ /dev/null @@ -1,29 +0,0 @@ -# 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 -} |