summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorskingrapher <gandalf@aldebaran.(none)>2010-08-21 11:52:28 +0400
committerskingrapher <gandalf@aldebaran.(none)>2010-08-21 11:52:28 +0400
commit5b876a2ec28f09714420125353fbb9ba47d30d9e (patch)
tree843bd2daacd7289501843ddbf7054f108d728996 /extra
parent4b3a088665ee733c852b58cbf6010fb31ab6410d (diff)
downloadnutyx-extra-5b876a2ec28f09714420125353fbb9ba47d30d9e.tar.gz
nutyx-extra-5b876a2ec28f09714420125353fbb9ba47d30d9e.tar.bz2
nutyx-extra-5b876a2ec28f09714420125353fbb9ba47d30d9e.tar.xz
nutyx-extra-5b876a2ec28f09714420125353fbb9ba47d30d9e.zip
ajout de gpick#0.2.2-1
Diffstat (limited to 'extra')
-rw-r--r--extra/gpick/.footprint34
-rw-r--r--extra/gpick/.md5sum2
-rw-r--r--extra/gpick/Pkgfile18
-rw-r--r--extra/gpick/gpick.desktop9
4 files changed, 63 insertions, 0 deletions
diff --git a/extra/gpick/.footprint b/extra/gpick/.footprint
new file mode 100644
index 000000000..3d09421ed
--- /dev/null
+++ b/extra/gpick/.footprint
@@ -0,0 +1,34 @@
+drwxr-xr-x root/root bin/
+-rwxr-xr-x root/root bin/gpick
+drwxr-xr-x root/root share/
+drwxr-xr-x root/root share/applications/
+-rw-r--r-- root/root share/applications/gpick.desktop
+drwxr-xr-x root/root share/doc/
+drwxr-xr-x root/root share/doc/gpick/
+-rw-r--r-- root/root share/doc/gpick/copyright
+drwxr-xr-x root/root share/gpick/
+-rw-r--r-- root/root share/gpick/colors.txt
+-rw-r--r-- root/root share/gpick/colors0.txt
+-rw-r--r-- root/root share/gpick/gpick-falloff-cubic.png
+-rw-r--r-- root/root share/gpick/gpick-falloff-exponential.png
+-rw-r--r-- root/root share/gpick/gpick-falloff-linear.png
+-rw-r--r-- root/root share/gpick/gpick-falloff-none.png
+-rw-r--r-- root/root share/gpick/gpick-falloff-quadratic.png
+-rw-r--r-- root/root share/gpick/helpers.lua
+-rw-r--r-- root/root share/gpick/init.lua
+-rw-r--r-- root/root share/gpick/layouts.lua
+drwxr-xr-x root/root share/icons/
+drwxr-xr-x root/root share/icons/hicolor/
+drwxr-xr-x root/root share/icons/hicolor/48x48/
+drwxr-xr-x root/root share/icons/hicolor/48x48/apps/
+-rw-r--r-- root/root share/icons/hicolor/48x48/apps/gpick.png
+drwxr-xr-x root/root share/icons/hicolor/scalable/
+drwxr-xr-x root/root share/icons/hicolor/scalable/apps/
+-rw-r--r-- root/root share/icons/hicolor/scalable/apps/gpick.svg
+drwxr-xr-x root/root share/man/
+drwxr-xr-x root/root share/man/man1/
+-rw-r--r-- root/root share/man/man1/gpick.1.gz
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/gpick.desktop
diff --git a/extra/gpick/.md5sum b/extra/gpick/.md5sum
new file mode 100644
index 000000000..5d62342b4
--- /dev/null
+++ b/extra/gpick/.md5sum
@@ -0,0 +1,2 @@
+9bcf9591e2ff77dc34db093410aadb00 gpick.desktop
+284671997ad7be33e69a2e1a9b6c7607 gpick_0.2.2.tar.gz
diff --git a/extra/gpick/Pkgfile b/extra/gpick/Pkgfile
new file mode 100644
index 000000000..7557911fd
--- /dev/null
+++ b/extra/gpick/Pkgfile
@@ -0,0 +1,18 @@
+# Description: An advanced color picker
+# URL: http://gpick.googlecode.com/
+# Packager: skingrapher at legtux dot org
+# Depends on: gtk, lua, scons, dbus-glib, boost
+
+name=gpick
+version=0.2.2
+release=1
+source=(http://gpick.googlecode.com/files/gpick_$version.tar.gz
+gpick.desktop)
+build ()
+{
+ cd gpick_$version
+ scons
+ scons prefix=$PKG/usr mandir=$PKG/usr/share/man DESTDIR=$PKG install
+ mkdir -p $PKG/usr/share/applications
+ install -Dm644 ../$name.desktop $PKG/usr/share/applications/$name.desktop
+}
diff --git a/extra/gpick/gpick.desktop b/extra/gpick/gpick.desktop
new file mode 100644
index 000000000..9ea7c39d0
--- /dev/null
+++ b/extra/gpick/gpick.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=gpick
+Comment=An advanced color picker
+TryExec=/usr/bin/gpick
+Exec=gpick
+Icon=gpick
+Categories=Graphics;