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 + + + +