summaryrefslogtreecommitdiffstats
path: root/kde
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-07-31 14:47:20 +0200
committertnut <tnut at nutyx dot com>2011-07-31 14:47:20 +0200
commit1a08d379737fa6b20be9d8282f7362cf1f0d705d (patch)
tree1fecc66e018ffe5ec12bcf320ecddf65b9ccbca5 /kde
parentda27f3f018b0fe5552cfbbcf2b3b7e83cfe07326 (diff)
downloadnutyx-extra-1a08d379737fa6b20be9d8282f7362cf1f0d705d.tar.gz
nutyx-extra-1a08d379737fa6b20be9d8282f7362cf1f0d705d.tar.bz2
nutyx-extra-1a08d379737fa6b20be9d8282f7362cf1f0d705d.tar.xz
nutyx-extra-1a08d379737fa6b20be9d8282f7362cf1f0d705d.zip
ajout de ksaneplugin 4.7.0-1
Diffstat (limited to 'kde')
-rw-r--r--kde/ksaneplugin/.footprint.i6868
-rw-r--r--kde/ksaneplugin/.md5sum.i6861
-rwxr-xr-xkde/ksaneplugin/Pkgfile25
3 files changed, 34 insertions, 0 deletions
diff --git a/kde/ksaneplugin/.footprint.i686 b/kde/ksaneplugin/.footprint.i686
new file mode 100644
index 000000000..74c738a8a
--- /dev/null
+++ b/kde/ksaneplugin/.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/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
new file mode 100644
index 000000000..222ea0fb8
--- /dev/null
+++ b/kde/ksaneplugin/.md5sum.i686
@@ -0,0 +1 @@
+9eb243fe864030d0c47b80680b6319e5 ksaneplugin-4.7.0.tar.bz2
diff --git a/kde/ksaneplugin/Pkgfile b/kde/ksaneplugin/Pkgfile
new file mode 100755
index 000000000..f1f2c9119
--- /dev/null
+++ b/kde/ksaneplugin/Pkgfile
@@ -0,0 +1,25 @@
+# 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.0
+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
+}
+