krita ver. bump

This commit is contained in:
Rmys
2025-01-30 18:14:53 +03:00
parent 84609b09a8
commit fbe910fae8
5 changed files with 31 additions and 4 deletions
+1 -1
View File
@@ -22,4 +22,4 @@ def build():
def install():
kde5.install("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING*", "README.md")
pisitools.dodoc("COPYING*", "README.md", "LICENSES/*")
+13
View File
@@ -0,0 +1,13 @@
diff --git a/cmake/modules/pyproject.toml.in b/cmake/modules/pyproject.toml.in
index 090b2d4b0c..085ddf4179 100644
--- a/cmake/modules/pyproject.toml.in
+++ b/cmake/modules/pyproject.toml.in
@@ -9,7 +9,7 @@ name = "@module_name_toml@"
sip-module = "@sip_name@"
sip-include-dirs = @sip_include_dirs@
sip-files-dir = "@module_srcs@"
-abi-version = "12"
+abi-version = "12.8"
[tool.sip.bindings.@module_name_toml@]
tags = @module_tags@
+1 -1
View File
@@ -80,7 +80,7 @@
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch>find-xsimd.patch</Patch> -->
<Patch>sip-6.8.patch</Patch>
</Patches>
</Source>