From 5b876a2ec28f09714420125353fbb9ba47d30d9e Mon Sep 17 00:00:00 2001 From: skingrapher Date: Sat, 21 Aug 2010 11:52:28 +0400 Subject: ajout de gpick#0.2.2-1 --- extra/gpick/.footprint | 34 ++++++++++++++++++++++++++++++++++ extra/gpick/.md5sum | 2 ++ extra/gpick/Pkgfile | 18 ++++++++++++++++++ extra/gpick/gpick.desktop | 9 +++++++++ 4 files changed, 63 insertions(+) create mode 100644 extra/gpick/.footprint create mode 100644 extra/gpick/.md5sum create mode 100644 extra/gpick/Pkgfile create mode 100644 extra/gpick/gpick.desktop (limited to 'extra/gpick') 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; -- cgit v1.2.3-70-g09d2