diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:39:43 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:39:43 +0200 |
commit | 8b381ad167d31e3b30c3f1ba1ea35a3d39a52ee6 (patch) | |
tree | b61029d55a29dbfa4332d136ba12860266a4ca58 /extra/kdegraphics-thumbnailers | |
parent | 029b5a38ebf10b4e5bf86faede3d702181319442 (diff) | |
download | nutyx-pakxe-8b381ad167d31e3b30c3f1ba1ea35a3d39a52ee6.tar.gz nutyx-pakxe-8b381ad167d31e3b30c3f1ba1ea35a3d39a52ee6.tar.bz2 nutyx-pakxe-8b381ad167d31e3b30c3f1ba1ea35a3d39a52ee6.tar.xz nutyx-pakxe-8b381ad167d31e3b30c3f1ba1ea35a3d39a52ee6.zip |
kdegraphics-thumbnailers dans extra
Diffstat (limited to 'extra/kdegraphics-thumbnailers')
-rw-r--r-- | extra/kdegraphics-thumbnailers/.footprint.i686 | 10 | ||||
-rw-r--r-- | extra/kdegraphics-thumbnailers/.footprint.x86_64 | 10 | ||||
-rw-r--r-- | extra/kdegraphics-thumbnailers/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/kdegraphics-thumbnailers/.md5sum.x86_64 | 1 | ||||
-rwxr-xr-x | extra/kdegraphics-thumbnailers/Pkgfile | 27 | ||||
-rw-r--r-- | extra/kdegraphics-thumbnailers/pre-install | 4 |
6 files changed, 53 insertions, 0 deletions
diff --git a/extra/kdegraphics-thumbnailers/.footprint.i686 b/extra/kdegraphics-thumbnailers/.footprint.i686 new file mode 100644 index 000000000..c1f38fc39 --- /dev/null +++ b/extra/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/extra/kdegraphics-thumbnailers/.footprint.x86_64 b/extra/kdegraphics-thumbnailers/.footprint.x86_64 new file mode 100644 index 000000000..c1f38fc39 --- /dev/null +++ b/extra/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/extra/kdegraphics-thumbnailers/.md5sum.i686 b/extra/kdegraphics-thumbnailers/.md5sum.i686 new file mode 100644 index 000000000..411181239 --- /dev/null +++ b/extra/kdegraphics-thumbnailers/.md5sum.i686 @@ -0,0 +1 @@ +cb4e19c485fe6ce8537a47e257ebee81 kdegraphics-thumbnailers-4.7.2.tar.bz2 diff --git a/extra/kdegraphics-thumbnailers/.md5sum.x86_64 b/extra/kdegraphics-thumbnailers/.md5sum.x86_64 new file mode 100644 index 000000000..411181239 --- /dev/null +++ b/extra/kdegraphics-thumbnailers/.md5sum.x86_64 @@ -0,0 +1 @@ +cb4e19c485fe6ce8537a47e257ebee81 kdegraphics-thumbnailers-4.7.2.tar.bz2 diff --git a/extra/kdegraphics-thumbnailers/Pkgfile b/extra/kdegraphics-thumbnailers/Pkgfile new file mode 100755 index 000000000..995e1a122 --- /dev/null +++ b/extra/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, libkexiv2, libkdcraw +# Run on: kdelibs,libkexiv2,libkdcraw + +name=kdegraphics-thumbnailers +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 \ + -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed' + + make + make DESTDIR=$PKG install +} + diff --git a/extra/kdegraphics-thumbnailers/pre-install b/extra/kdegraphics-thumbnailers/pre-install new file mode 100644 index 000000000..f361ae64d --- /dev/null +++ b/extra/kdegraphics-thumbnailers/pre-install @@ -0,0 +1,4 @@ +#!/bin/bash +if ( pkginfo -l kdegraphics > /dev/null 2>&1 ) ; then + pkgrm kdegraphics +fi |