diff --git a/srcpkgs/krita/patches/sip.patch b/srcpkgs/krita/patches/sip.patch new file mode 100644 index 00000000000..05b8c7ece29 --- /dev/null +++ b/srcpkgs/krita/patches/sip.patch @@ -0,0 +1,11 @@ +--- cmake/modules/FindSIP.py 2021-03-27 00:35:53.979089480 +0100 ++++ - 2021-03-27 00:38:03.000811383 +0100 +@@ -20,7 +20,7 @@ + print("sip_version_str:%s" % sipbuild.version.SIP_VERSION_STR) + + import shutil +- print("sip_bin:%s" % shutil.which("sip5")) ++ print("sip_bin:%s" % shutil.which("sip")) + + from distutils.sysconfig import get_python_lib + python_modules_dir = get_python_lib(plat_specific=1) diff --git a/srcpkgs/krita/template b/srcpkgs/krita/template index a4d3de04b04..63ee0fbe9bc 100644 --- a/srcpkgs/krita/template +++ b/srcpkgs/krita/template @@ -1,6 +1,6 @@ # Template file for 'krita' pkgname=krita -version=5.2.0 +version=5.2.1 revision=1 build_style=cmake configure_args="-Wno-dev -DBUILD_TESTING=OFF" @@ -23,7 +23,7 @@ maintainer="John " license="GPL-3.0-only" homepage="https://krita.org/" distfiles="${KDE_SITE}/krita/${version}/krita-${version}.tar.xz" -checksum=299dfd5c9090a8aea115352d01d165c01f904e80ad4f796db8a006b0efa06495 +checksum=47978f50701be23a18b9c4c3cb2818717b712652807ac5ca954309fb0818b1f2 python_version=3 replaces="calligra-krita>=0" # FIXME