From f139b91140bed452456a0ef1122a7172c27ff143 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 9 Feb 2020 21:35:37 +0300 Subject: [PATCH] editor * --- editor/krita/pspec.xml | 2 +- editor/medit/actions.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/editor/krita/pspec.xml b/editor/krita/pspec.xml index c0f44ca2b8..65bd0d12ba 100644 --- a/editor/krita/pspec.xml +++ b/editor/krita/pspec.xml @@ -12,7 +12,7 @@ multimedia.graphics Krita is a free digital painting application. Krita is a free and open source digital painting application. It is for artists who want to create professional work from start to end. - https://github.com/KDE/krita/archive/v4.2.8.2.tar.gz + https://github.com/KDE/krita/archive/v4.2.8.2.tar.gz eigen3 kio-devel diff --git a/editor/medit/actions.py b/editor/medit/actions.py index 05685492bd..3b07262e14 100644 --- a/editor/medit/actions.py +++ b/editor/medit/actions.py @@ -9,6 +9,7 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): + autotools.autoreconf("-fiv") autotools.configure() def build():