summaryrefslogtreecommitdiffstats
path: root/kde
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:39:51 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:39:51 +0200
commit037de5f35e63b6c48f4a8f84758c195babbdb069 (patch)
tree1511ee7395794ba0c52e9eaeb86a1f46850d676d /kde
parentc750bbd57417d0fc150a48147563773590711286 (diff)
downloadnutyx-extra-037de5f35e63b6c48f4a8f84758c195babbdb069.tar.gz
nutyx-extra-037de5f35e63b6c48f4a8f84758c195babbdb069.tar.bz2
nutyx-extra-037de5f35e63b6c48f4a8f84758c195babbdb069.tar.xz
nutyx-extra-037de5f35e63b6c48f4a8f84758c195babbdb069.zip
qimageblitz dans extra
Diffstat (limited to 'kde')
-rw-r--r--kde/qimageblitz/.footprint.i68614
-rw-r--r--kde/qimageblitz/.footprint.x86_6414
-rw-r--r--kde/qimageblitz/.md5sum.i6861
-rw-r--r--kde/qimageblitz/.md5sum.x86_641
-rwxr-xr-xkde/qimageblitz/Pkgfile25
5 files changed, 0 insertions, 55 deletions
diff --git a/kde/qimageblitz/.footprint.i686 b/kde/qimageblitz/.footprint.i686
deleted file mode 100644
index ce175cca7..000000000
--- a/kde/qimageblitz/.footprint.i686
+++ /dev/null
@@ -1,14 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/blitztest
-drwxr-xr-x root/root usr/include/
-drwxr-xr-x root/root usr/include/qimageblitz/
--rw-r--r-- root/root usr/include/qimageblitz/blitzcpu.h
--rw-r--r-- root/root usr/include/qimageblitz/qimageblitz.h
--rw-r--r-- root/root usr/include/qimageblitz/qimageblitz_export.h
-drwxr-xr-x root/root usr/lib/
-lrwxrwxrwx root/root usr/lib/libqimageblitz.so -> libqimageblitz.so.4
-lrwxrwxrwx root/root usr/lib/libqimageblitz.so.4 -> libqimageblitz.so.4.0.0
--rwxr-xr-x root/root usr/lib/libqimageblitz.so.4.0.0
-drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/qimageblitz.pc
diff --git a/kde/qimageblitz/.footprint.x86_64 b/kde/qimageblitz/.footprint.x86_64
deleted file mode 100644
index ce175cca7..000000000
--- a/kde/qimageblitz/.footprint.x86_64
+++ /dev/null
@@ -1,14 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/blitztest
-drwxr-xr-x root/root usr/include/
-drwxr-xr-x root/root usr/include/qimageblitz/
--rw-r--r-- root/root usr/include/qimageblitz/blitzcpu.h
--rw-r--r-- root/root usr/include/qimageblitz/qimageblitz.h
--rw-r--r-- root/root usr/include/qimageblitz/qimageblitz_export.h
-drwxr-xr-x root/root usr/lib/
-lrwxrwxrwx root/root usr/lib/libqimageblitz.so -> libqimageblitz.so.4
-lrwxrwxrwx root/root usr/lib/libqimageblitz.so.4 -> libqimageblitz.so.4.0.0
--rwxr-xr-x root/root usr/lib/libqimageblitz.so.4.0.0
-drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/qimageblitz.pc
diff --git a/kde/qimageblitz/.md5sum.i686 b/kde/qimageblitz/.md5sum.i686
deleted file mode 100644
index d75777f64..000000000
--- a/kde/qimageblitz/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-0ae2f7d4e0876764a97ca73799f61df4 qimageblitz-0.0.6.tar.bz2
diff --git a/kde/qimageblitz/.md5sum.x86_64 b/kde/qimageblitz/.md5sum.x86_64
deleted file mode 100644
index d75777f64..000000000
--- a/kde/qimageblitz/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-0ae2f7d4e0876764a97ca73799f61df4 qimageblitz-0.0.6.tar.bz2
diff --git a/kde/qimageblitz/Pkgfile b/kde/qimageblitz/Pkgfile
deleted file mode 100755
index 64eae0b25..000000000
--- a/kde/qimageblitz/Pkgfile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Description: Librairie Blitz graphy
-# URL: http://www.kde.org
-# Maintainer: NuTyX packager team
-# Packager: lesibel at free dot fr
-# Depends on: cmake, qt
-# Run on: expat,pcre,qt
-
-name=qimageblitz
-version=0.0.6
-release=1
-source=(http://download.kde.org/stable/$name/$name-$version.tar.bz2)
-
-build() {
- cd $SRC
- mkdir build
- cd build
-
- cmake cmake ../$name-$version \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release
- make
- make DESTDIR=$PKG install
-
- chown -R root:root $PKG
-}