summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:39:43 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:39:43 +0200
commitcf6170e2828fbd87001274bc67d4def86d7be3d1 (patch)
tree013d41f0922315cf36b972c0aab7fdd6dc2c4560 /extra
parent10cafbf06dcacc500148bd87abcc7b4234e292ef (diff)
downloadnutyx-pakxe-cf6170e2828fbd87001274bc67d4def86d7be3d1.tar.gz
nutyx-pakxe-cf6170e2828fbd87001274bc67d4def86d7be3d1.tar.bz2
nutyx-pakxe-cf6170e2828fbd87001274bc67d4def86d7be3d1.tar.xz
nutyx-pakxe-cf6170e2828fbd87001274bc67d4def86d7be3d1.zip
kcolorchooser dans extra
Diffstat (limited to 'extra')
-rw-r--r--extra/kcolorchooser/.footprint.i68615
-rw-r--r--extra/kcolorchooser/.footprint.x86_6415
-rw-r--r--extra/kcolorchooser/.md5sum.i6861
-rw-r--r--extra/kcolorchooser/.md5sum.x86_641
-rwxr-xr-xextra/kcolorchooser/Pkgfile25
5 files changed, 57 insertions, 0 deletions
diff --git a/extra/kcolorchooser/.footprint.i686 b/extra/kcolorchooser/.footprint.i686
new file mode 100644
index 000000000..473cfd452
--- /dev/null
+++ b/extra/kcolorchooser/.footprint.i686
@@ -0,0 +1,15 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/kcolorchooser
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+drwxr-xr-x root/root usr/share/applications/kde4/
+-rwxr-xr-x root/root usr/share/applications/kde4/kcolorchooser.desktop
+drwxr-xr-x root/root usr/share/icons/
+drwxr-xr-x root/root usr/share/icons/hicolor/
+drwxr-xr-x root/root usr/share/icons/hicolor/16x16/
+drwxr-xr-x root/root usr/share/icons/hicolor/16x16/apps/
+-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/kcolorchooser.png
+drwxr-xr-x root/root usr/share/icons/hicolor/22x22/
+drwxr-xr-x root/root usr/share/icons/hicolor/22x22/apps/
+-rw-r--r-- root/root usr/share/icons/hicolor/22x22/apps/kcolorchooser.png
diff --git a/extra/kcolorchooser/.footprint.x86_64 b/extra/kcolorchooser/.footprint.x86_64
new file mode 100644
index 000000000..473cfd452
--- /dev/null
+++ b/extra/kcolorchooser/.footprint.x86_64
@@ -0,0 +1,15 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/kcolorchooser
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+drwxr-xr-x root/root usr/share/applications/kde4/
+-rwxr-xr-x root/root usr/share/applications/kde4/kcolorchooser.desktop
+drwxr-xr-x root/root usr/share/icons/
+drwxr-xr-x root/root usr/share/icons/hicolor/
+drwxr-xr-x root/root usr/share/icons/hicolor/16x16/
+drwxr-xr-x root/root usr/share/icons/hicolor/16x16/apps/
+-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/kcolorchooser.png
+drwxr-xr-x root/root usr/share/icons/hicolor/22x22/
+drwxr-xr-x root/root usr/share/icons/hicolor/22x22/apps/
+-rw-r--r-- root/root usr/share/icons/hicolor/22x22/apps/kcolorchooser.png
diff --git a/extra/kcolorchooser/.md5sum.i686 b/extra/kcolorchooser/.md5sum.i686
new file mode 100644
index 000000000..7658792f9
--- /dev/null
+++ b/extra/kcolorchooser/.md5sum.i686
@@ -0,0 +1 @@
+b812ba74b8c3c452626d00c9308fd41a kcolorchooser-4.7.2.tar.bz2
diff --git a/extra/kcolorchooser/.md5sum.x86_64 b/extra/kcolorchooser/.md5sum.x86_64
new file mode 100644
index 000000000..7658792f9
--- /dev/null
+++ b/extra/kcolorchooser/.md5sum.x86_64
@@ -0,0 +1 @@
+b812ba74b8c3c452626d00c9308fd41a kcolorchooser-4.7.2.tar.bz2
diff --git a/extra/kcolorchooser/Pkgfile b/extra/kcolorchooser/Pkgfile
new file mode 100755
index 000000000..2c78424d5
--- /dev/null
+++ b/extra/kcolorchooser/Pkgfile
@@ -0,0 +1,25 @@
+# Description:
+# URL: http://www.kde.org
+# Maintainer: NuTyX packager team
+# Packager: lesibel at free dot fr
+# Depends on: cmake,automoc4,kdelibs
+# Run on: kdelibs
+
+name=kcolorchooser
+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
+}
+