diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:39:47 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:39:47 +0200 |
commit | 9d13b2727e0e6809fd9444fea5791cc2a574b265 (patch) | |
tree | 393ae720632e542516d70b35466e34cf740a1cb7 /kde | |
parent | d99d3c63a1aca9d372b95eeb56fbc27c2b6e3d15 (diff) | |
download | nutyx-pakxe-9d13b2727e0e6809fd9444fea5791cc2a574b265.tar.gz nutyx-pakxe-9d13b2727e0e6809fd9444fea5791cc2a574b265.tar.bz2 nutyx-pakxe-9d13b2727e0e6809fd9444fea5791cc2a574b265.tar.xz nutyx-pakxe-9d13b2727e0e6809fd9444fea5791cc2a574b265.zip |
ksaneplugin dans extra
Diffstat (limited to 'kde')
-rw-r--r-- | kde/ksaneplugin/.footprint.i686 | 8 | ||||
-rw-r--r-- | kde/ksaneplugin/.footprint.x86_64 | 8 | ||||
-rw-r--r-- | kde/ksaneplugin/.md5sum.i686 | 1 | ||||
-rw-r--r-- | kde/ksaneplugin/.md5sum.x86_64 | 1 | ||||
-rwxr-xr-x | kde/ksaneplugin/Pkgfile | 25 |
5 files changed, 0 insertions, 43 deletions
diff --git a/kde/ksaneplugin/.footprint.i686 b/kde/ksaneplugin/.footprint.i686 deleted file mode 100644 index 74c738a8a..000000000 --- a/kde/ksaneplugin/.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/ksaneplugin.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/ksane_scan_service.desktop diff --git a/kde/ksaneplugin/.footprint.x86_64 b/kde/ksaneplugin/.footprint.x86_64 deleted file mode 100644 index 74c738a8a..000000000 --- a/kde/ksaneplugin/.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/ksaneplugin.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/ksane_scan_service.desktop diff --git a/kde/ksaneplugin/.md5sum.i686 b/kde/ksaneplugin/.md5sum.i686 deleted file mode 100644 index b9f74dcc1..000000000 --- a/kde/ksaneplugin/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -a8281e772efd66ce4fb01e7a3a09af94 ksaneplugin-4.7.2.tar.bz2 diff --git a/kde/ksaneplugin/.md5sum.x86_64 b/kde/ksaneplugin/.md5sum.x86_64 deleted file mode 100644 index b9f74dcc1..000000000 --- a/kde/ksaneplugin/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -a8281e772efd66ce4fb01e7a3a09af94 ksaneplugin-4.7.2.tar.bz2 diff --git a/kde/ksaneplugin/Pkgfile b/kde/ksaneplugin/Pkgfile deleted file mode 100755 index 224da0615..000000000 --- a/kde/ksaneplugin/Pkgfile +++ /dev/null @@ -1,25 +0,0 @@ -# Description: Librairie de manipulation de scanner pour KDE4 -# URL: http://www.kde.org -# Maintainer: NuTyX packager team -# Packager: lesibel at free dot fr -# Depends on: cmake,automoc4,kdelibs,libksane -# Run on: libksane - -name=ksaneplugin -version=4.7.2 -release=1 -source=( ftp://ftp.kde.org/pub/kde/stable/$version/src/$name-$version.tar.bz2) - -build() { - cd $name-* - mkdir build - cd build - cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - -DKDE_DEFAULT_HOME=.kde \ - -DSYSCONF_INSTALL_DIR=/etc \ - -DCMAKE_SKIP_RPATH=ON - make - make DESTDIR=$PKG install -} - |