summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-03-03 20:08:55 +0100
committertnut <thierryn1 at hispeed dot ch>2010-03-03 20:08:55 +0100
commitbf2f681d07a0c0a930455e8de5dede1f42f3c24f (patch)
treee6bd50440e5df23074a93e293b5fd032576f3969 /extra
parentb026ce7e41edff3cf52fd558971d661ae2f57510 (diff)
parentcc584b367a276a1ac86a33bdc1ff8a2b66e75015 (diff)
downloadnutyx-extra-bf2f681d07a0c0a930455e8de5dede1f42f3c24f.tar.gz
nutyx-extra-bf2f681d07a0c0a930455e8de5dede1f42f3c24f.tar.bz2
nutyx-extra-bf2f681d07a0c0a930455e8de5dede1f42f3c24f.tar.xz
nutyx-extra-bf2f681d07a0c0a930455e8de5dede1f42f3c24f.zip
Merge remote branch 'tyrry/master'
Diffstat (limited to 'extra')
-rw-r--r--extra/gcolor2/.footprint10
-rw-r--r--extra/gcolor2/.md5sum2
-rw-r--r--extra/gcolor2/Pkgfile19
-rw-r--r--extra/gcolor2/gcolor2.desktop10
4 files changed, 41 insertions, 0 deletions
diff --git a/extra/gcolor2/.footprint b/extra/gcolor2/.footprint
new file mode 100644
index 000000000..2504872b9
--- /dev/null
+++ b/extra/gcolor2/.footprint
@@ -0,0 +1,10 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/gcolor2
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/gcolor2.desktop
+drwxr-xr-x root/root usr/share/pixmaps/
+drwxr-xr-x root/root usr/share/pixmaps/gcolor2/
+-rw-r--r-- root/root usr/share/pixmaps/gcolor2/about_icon.png
+-rw-r--r-- root/root usr/share/pixmaps/gcolor2/icon.png
diff --git a/extra/gcolor2/.md5sum b/extra/gcolor2/.md5sum
new file mode 100644
index 000000000..19e0702c7
--- /dev/null
+++ b/extra/gcolor2/.md5sum
@@ -0,0 +1,2 @@
+02de9d925ad5921522685f402caec3ec gcolor2-0.4.tar.gz
+a667c5ebc83d9e476b950bc032406893 gcolor2.desktop
diff --git a/extra/gcolor2/Pkgfile b/extra/gcolor2/Pkgfile
new file mode 100644
index 000000000..92d91b126
--- /dev/null
+++ b/extra/gcolor2/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Selecteur de couleurs
+# URL:http://gcolor2.sourceforge.net/
+# Maintainer: tyrry33 at gmail dot com
+# Packager: tyrry
+# Depends on: gtk
+
+name=gcolor2
+version=0.4
+release=1
+source=(http://downloads.sourceforge.net/project/gcolor2/gcolor2/0.4/gcolor2-0.4.tar.gz \gcolor2.desktop)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+ install -D $SRC/gcolor2.desktop -m644 $PKG/usr/share/applications/gcolor2.desktop
+}
+
diff --git a/extra/gcolor2/gcolor2.desktop b/extra/gcolor2/gcolor2.desktop
new file mode 100644
index 000000000..3dde6a7a1
--- /dev/null
+++ b/extra/gcolor2/gcolor2.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=gcolor2
+GenericName=A simple GTK+2 color selector
+Comment=Choose colours from palette or screen
+Exec=gcolor2
+Icon=/usr/share/pixmaps/gcolor2/icon.png
+Type=Application
+Terminal=false
+StartupNotify=true
+Categories=Graphics;