From f3fdbf744400589acb47a741f5ce5fd07e731922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 8 Jun 2020 22:06:02 +0200 Subject: [PATCH] krita: upgrade 4.1.8 -> 4.2.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-kde/apps/krita/krita.bb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/recipes-kde/apps/krita/krita.bb b/recipes-kde/apps/krita/krita.bb index 1ef334aa..e5cece89 100644 --- a/recipes-kde/apps/krita/krita.bb +++ b/recipes-kde/apps/krita/krita.bb @@ -10,6 +10,7 @@ inherit kde-apps python3native gtk-icon-cache mime-xdg DEPENDS += " \ qtmultimedia \ + quazip \ curl \ poppler \ boost \ @@ -33,13 +34,13 @@ DEPENDS += " \ kcrash \ " -PV = "4.1.8" +PV = "4.2.9" PVEXT = "" SRC_URI = " \ ${KDE_MIRROR}/stable/${BPN}/${PV}/${BPN}-${PV}${PVEXT}.tar.gz \ " -SRC_URI[md5sum] = "995192161d98489d7ced1fd493fe150e" -SRC_URI[sha256sum] = "0476c9e2279f0ae690c2ed02e1aa9c3d491943643f9859355a02657318bd5940" +SRC_URI[md5sum] = "670d5a1855277c42745e3a46157917da" +SRC_URI[sha256sum] = "9f85bb81eaf4976af57352a482af1fdb86f338051a991f6f43976e0b65956da8" S = "${WORKDIR}/${BPN}-${PV}${PVEXT}" OECMAKE_GENERATOR="Unix Makefiles"