From 5d1eedc4194fc9c356dabc85953d5ae35e5f84d4 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Sun, 29 Nov 2020 21:10:53 +0300 Subject: [PATCH] gpick. --- multimedia/graphics/gpick/actions.py | 18 ++++++++ multimedia/graphics/gpick/pspec.xml | 62 ++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+) create mode 100644 multimedia/graphics/gpick/actions.py create mode 100644 multimedia/graphics/gpick/pspec.xml diff --git a/multimedia/graphics/gpick/actions.py b/multimedia/graphics/gpick/actions.py new file mode 100644 index 0000000000..0e0c593242 --- /dev/null +++ b/multimedia/graphics/gpick/actions.py @@ -0,0 +1,18 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import pisitools +from pisi.actionsapi import scons +from pisi.actionsapi import get + +def build(): + scons.make("USE_GTK3=True") + +def install(): + scons.install("install DESTDIR=%s/usr USE_GTK3=True" % get.installDIR()) + + pisitools.dodoc("LICENSE.txt", "README.md") + diff --git a/multimedia/graphics/gpick/pspec.xml b/multimedia/graphics/gpick/pspec.xml new file mode 100644 index 0000000000..6cbb1c585b --- /dev/null +++ b/multimedia/graphics/gpick/pspec.xml @@ -0,0 +1,62 @@ + + + + + gpick + http://www.gpick.org/ + + fury + wascheme@tuta.io + + BSD-3-Clause + app:gui + multimedia.graphics + Gpick is an advanced color picker and palette editing tool. + + Gpick is an application that allows you to sample any color from anywhere on the desktop, and use it to create palettes (i.e. collections of colors) for use in graphic design applications. + + + https://github.com/thezbyg/gpick/archive/gpick-0.2.6rc1.tar.gz + + + scons + ragel + lua-devel + gtk3-devel + expat-devel + boost-devel + + + + + gpick + + lua + gtk3 + glib2 + boost + cairo + pango + libgcc + gdk-pixbuf + + + /usr/bin + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + + + 2020-11-28 + 0.2.6_rc1 + First build. + fury + wascheme@tuta.io + + + +