diff --git a/multimedia/graphics/azpainter/actions.py b/multimedia/graphics/azpainter/actions.py
index 9d4f320b33..41825f8496 100644
--- a/multimedia/graphics/azpainter/actions.py
+++ b/multimedia/graphics/azpainter/actions.py
@@ -17,5 +17,5 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
- pisitools.dodoc("AUTHORS", "ChangeLog", "README")
+ pisitools.dodoc("AUTHORS", "ChangeLog", "ReadMe*")
diff --git a/multimedia/graphics/azpainter/pspec.xml b/multimedia/graphics/azpainter/pspec.xml
index 9d75d1903f..fec0d9db64 100644
--- a/multimedia/graphics/azpainter/pspec.xml
+++ b/multimedia/graphics/azpainter/pspec.xml
@@ -15,8 +15,8 @@
Full color painting software for Linux for illustration drawing. This is not suitable for dot editing. Since the color is handled with 16 bit color (15 bit fixed point number) internally, the accuracy of color rises, but the memory is consumed correspondingly.
-
- http://azsky2.html.xdomain.jp/arc/azpainter-2.1.6-200428.tar.xz
+
+ http://azsky2.html.xdomain.jp/arc/azpainter-2.1.7.tar.xz
libXi-devel
@@ -48,6 +48,13 @@
+
+ 2020-12-31
+ 2.1.7
+ Ver. bump.
+ fury
+ wascheme@tuta.io
+
2020-04-22
2.1.6
diff --git a/multimedia/graphics/azpainterb/actions.py b/multimedia/graphics/azpainterb/actions.py
index 9d4f320b33..41825f8496 100644
--- a/multimedia/graphics/azpainterb/actions.py
+++ b/multimedia/graphics/azpainterb/actions.py
@@ -17,5 +17,5 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
- pisitools.dodoc("AUTHORS", "ChangeLog", "README")
+ pisitools.dodoc("AUTHORS", "ChangeLog", "ReadMe*")
diff --git a/multimedia/graphics/azpainterb/pspec.xml b/multimedia/graphics/azpainterb/pspec.xml
index f09ddb6d6a..9ba25214a8 100644
--- a/multimedia/graphics/azpainterb/pspec.xml
+++ b/multimedia/graphics/azpainterb/pspec.xml
@@ -15,8 +15,8 @@
Paint software for Linux which can be used for various purposes such as dot editing, illustration, retouching, etc. You can sense pen pressure with XInput2.
-
- http://azsky2.html.xdomain.jp/arc/azpainterb-1.1.2-200428.tar.xz
+
+ http://azsky2.html.xdomain.jp/arc/azpainterb-1.1.3.tar.xz
libXi-devel
@@ -48,6 +48,13 @@
+
+ 2020-12-31
+ 1.1.3
+ Ver. bump
+ fury
+ wascheme@tuta.io
+
2020-04-22
1.1.2
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