summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-07-31 21:18:14 +0200
committertnut <tnut at nutyx dot com>2011-07-31 21:18:14 +0200
commit521427fdcd882cc05ae41438cae96af60f6da612 (patch)
tree6480a81c611b4fcdd59c0c9436689d5f0bd2c94d
parentd72f189d412f393e6fd42bbc99fa3e5068ad033f (diff)
downloadnutyx-extra-521427fdcd882cc05ae41438cae96af60f6da612.tar.gz
nutyx-extra-521427fdcd882cc05ae41438cae96af60f6da612.tar.bz2
nutyx-extra-521427fdcd882cc05ae41438cae96af60f6da612.tar.xz
nutyx-extra-521427fdcd882cc05ae41438cae96af60f6da612.zip
ajout de kdegraphics-thumbnailers 4.7.0-1
-rw-r--r--kde/kdegraphics-thumbnailers/.footprint.i68610
-rw-r--r--kde/kdegraphics-thumbnailers/.footprint.x86_6410
-rw-r--r--kde/kdegraphics-thumbnailers/.md5sum.i6861
-rw-r--r--kde/kdegraphics-thumbnailers/.md5sum.x86_641
-rwxr-xr-xkde/kdegraphics-thumbnailers/Pkgfile27
5 files changed, 49 insertions, 0 deletions
diff --git a/kde/kdegraphics-thumbnailers/.footprint.i686 b/kde/kdegraphics-thumbnailers/.footprint.i686
new file mode 100644
index 000000000..c1f38fc39
--- /dev/null
+++ b/kde/kdegraphics-thumbnailers/.footprint.i686
@@ -0,0 +1,10 @@
+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/gsthumbnail.so
+-rwxr-xr-x root/root usr/lib/kde4/rawthumbnail.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/gsthumbnail.desktop
+-rw-r--r-- root/root usr/share/kde4/services/rawthumbnail.desktop
diff --git a/kde/kdegraphics-thumbnailers/.footprint.x86_64 b/kde/kdegraphics-thumbnailers/.footprint.x86_64
new file mode 100644
index 000000000..c1f38fc39
--- /dev/null
+++ b/kde/kdegraphics-thumbnailers/.footprint.x86_64
@@ -0,0 +1,10 @@
+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/gsthumbnail.so
+-rwxr-xr-x root/root usr/lib/kde4/rawthumbnail.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/gsthumbnail.desktop
+-rw-r--r-- root/root usr/share/kde4/services/rawthumbnail.desktop
diff --git a/kde/kdegraphics-thumbnailers/.md5sum.i686 b/kde/kdegraphics-thumbnailers/.md5sum.i686
new file mode 100644
index 000000000..60113ad1b
--- /dev/null
+++ b/kde/kdegraphics-thumbnailers/.md5sum.i686
@@ -0,0 +1 @@
+df74a5653a8bdcc61c40c42a02482c85 kdegraphics-thumbnailers-4.7.0.tar.bz2
diff --git a/kde/kdegraphics-thumbnailers/.md5sum.x86_64 b/kde/kdegraphics-thumbnailers/.md5sum.x86_64
new file mode 100644
index 000000000..60113ad1b
--- /dev/null
+++ b/kde/kdegraphics-thumbnailers/.md5sum.x86_64
@@ -0,0 +1 @@
+df74a5653a8bdcc61c40c42a02482c85 kdegraphics-thumbnailers-4.7.0.tar.bz2
diff --git a/kde/kdegraphics-thumbnailers/Pkgfile b/kde/kdegraphics-thumbnailers/Pkgfile
new file mode 100755
index 000000000..09076f772
--- /dev/null
+++ b/kde/kdegraphics-thumbnailers/Pkgfile
@@ -0,0 +1,27 @@
+# Description: Librairie de creations de vignettes pour KDE4
+# URL: http://www.kde.org
+# Maintainer: NuTyX packager team
+# Packager: lesibel at free dot fr
+# Depends on: cmake,automoc4,kdelibs
+# Run on: kdelibs
+
+name=kdegraphics-thumbnailers
+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 \
+ -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed'
+
+ make
+ make DESTDIR=$PKG install
+}
+