mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
krita: update to 5.2.1.
This commit is contained in:
parent
56399b6a61
commit
9fbbabbfb1
2 changed files with 13 additions and 2 deletions
11
srcpkgs/krita/patches/sip.patch
Normal file
11
srcpkgs/krita/patches/sip.patch
Normal file
|
@ -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)
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'krita'
|
# Template file for 'krita'
|
||||||
pkgname=krita
|
pkgname=krita
|
||||||
version=5.2.0
|
version=5.2.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-Wno-dev -DBUILD_TESTING=OFF"
|
configure_args="-Wno-dev -DBUILD_TESTING=OFF"
|
||||||
|
@ -23,7 +23,7 @@ maintainer="John <me@johnnynator.dev>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="https://krita.org/"
|
homepage="https://krita.org/"
|
||||||
distfiles="${KDE_SITE}/krita/${version}/krita-${version}.tar.xz"
|
distfiles="${KDE_SITE}/krita/${version}/krita-${version}.tar.xz"
|
||||||
checksum=299dfd5c9090a8aea115352d01d165c01f904e80ad4f796db8a006b0efa06495
|
checksum=47978f50701be23a18b9c4c3cb2818717b712652807ac5ca954309fb0818b1f2
|
||||||
python_version=3
|
python_version=3
|
||||||
replaces="calligra-krita>=0"
|
replaces="calligra-krita>=0"
|
||||||
# FIXME
|
# FIXME
|
||||||
|
|
Loading…
Add table
Reference in a new issue