diff --git a/multimedia/graphics/gpick/actions.py b/multimedia/graphics/gpick/actions.py
index 0e0c593242..fe5c64f721 100644
--- a/multimedia/graphics/gpick/actions.py
+++ b/multimedia/graphics/gpick/actions.py
@@ -4,15 +4,18 @@
# 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 cmaketools
from pisi.actionsapi import pisitools
-from pisi.actionsapi import scons
from pisi.actionsapi import get
+def setup():
+ cmaketools.configure("-DUSE_GTK3=1")
+
def build():
- scons.make("USE_GTK3=True")
+ cmaketools.make()
def install():
- scons.install("install DESTDIR=%s/usr USE_GTK3=True" % get.installDIR())
+ cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("LICENSE.txt", "README.md")
diff --git a/multimedia/graphics/gpick/pspec.xml b/multimedia/graphics/gpick/pspec.xml
index e9f0499ec1..82e6ad674c 100644
--- a/multimedia/graphics/gpick/pspec.xml
+++ b/multimedia/graphics/gpick/pspec.xml
@@ -15,11 +15,11 @@
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
+
+ https://github.com/thezbyg/gpick/archive/gpick-0.2.6.tar.gz
- scons
+ cmake
ragel
lua-devel
gtk3-devel
@@ -34,6 +34,7 @@
lua
gtk3
glib2
+ expat
boost
cairo
pango
@@ -50,6 +51,13 @@
+
+ 2020-12-31
+ 0.2.6
+ Release.
+ fury
+ wascheme@tuta.io
+
2020-12-04
0.2.6_rc1