diff --git a/multimedia/graphics/azpainter/actions.py b/multimedia/graphics/azpainter/actions.py index e426a14839..fee2b6b47b 100644 --- a/multimedia/graphics/azpainter/actions.py +++ b/multimedia/graphics/azpainter/actions.py @@ -4,6 +4,7 @@ # 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 shelltools from pisi.actionsapi import autotools from pisi.actionsapi import pisitools from pisi.actionsapi import get @@ -12,10 +13,10 @@ def setup(): autotools.rawConfigure("--prefix=/usr") def build(): - autotools.make() + shelltools.system("ninja -C build") def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + shelltools.system("DESTDIR=%s ninja -C build install" % get.installDIR()) pisitools.dodoc("ChangeLog", "ReadMe*") diff --git a/multimedia/graphics/azpainter/pspec.xml b/multimedia/graphics/azpainter/pspec.xml index 95d399266f..3d8b03311c 100644 --- a/multimedia/graphics/azpainter/pspec.xml +++ b/multimedia/graphics/azpainter/pspec.xml @@ -15,10 +15,11 @@ 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. - - https://gitlab.com/azelpg/azpainter/-/archive/v3.0.4/azpainter-v3.0.4.tar.bz2 + + https://gitlab.com/azelpg/azpainter/-/archive/v3.0.5/azpainter-v3.0.5.tar.bz2 + ninja tiff-devel webp-devel libXi-devel @@ -54,6 +55,13 @@ + + 2022-04-14 + 3.0.5 + Ver. bump. + fury + uglyside@yandex.ru + 2021-12-11 3.0.4