krita ver. bump
This commit is contained in:
@@ -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/*")
|
||||
|
||||
@@ -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@
|
||||
@@ -80,7 +80,7 @@
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch>find-xsimd.patch</Patch> -->
|
||||
<Patch>sip-6.8.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user