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
+8 -1
View File
@@ -13,7 +13,7 @@
<Icon>lxqt</Icon> <Icon>lxqt</Icon>
<Summary>Image viewer and screenshot tool.</Summary> <Summary>Image viewer and screenshot tool.</Summary>
<Description>Image viewer and screenshot tool.</Description> <Description>Image viewer and screenshot tool.</Description>
<Archive sha1sum="cab4b654a1ab1c0577c497702f3ecdcdf88de7e9" type="tarxz">https://github.com/lxqt/lximage-qt/releases/download/2.1.0/lximage-qt-2.1.0.tar.xz</Archive> <Archive sha1sum="ef2afe9fe04a9b7e80b51614dd9b7878a6b4aca2" type="tarxz">https://github.com/lxqt/lximage-qt/releases/download/2.1.1/lximage-qt-2.1.1.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>glib2-devel</Dependency> <Dependency>glib2-devel</Dependency>
<Dependency>cmake</Dependency> <Dependency>cmake</Dependency>
@@ -50,6 +50,13 @@
</Package> </Package>
<History> <History>
<Update release="22">
<Date>2025-01-30</Date>
<Version>2.1.1</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="21"> <Update release="21">
<Date>2025-01-23</Date> <Date>2025-01-23</Date>
<Version>2.1.0</Version> <Version>2.1.0</Version>
+8 -1
View File
@@ -13,7 +13,7 @@
<Icon>lxqt</Icon> <Icon>lxqt</Icon>
<Summary>The LXQt application launcher</Summary> <Summary>The LXQt application launcher</Summary>
<Description>Tool used to launch programs quickly by typing their names</Description> <Description>Tool used to launch programs quickly by typing their names</Description>
<Archive sha1sum="c0f4affa0dc099709b155f2ddf51b3115e09b518" type="tarxz">https://github.com/lxqt/lxqt-runner/releases/download/2.1.1/lxqt-runner-2.1.1.tar.xz</Archive> <Archive sha1sum="de3f3335114a0b676ebe120906a36e80f7cb7474" type="tarxz">https://github.com/lxqt/lxqt-runner/releases/download/2.1.2/lxqt-runner-2.1.2.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>cmake</Dependency> <Dependency>cmake</Dependency>
<Dependency>glib2-devel</Dependency> <Dependency>glib2-devel</Dependency>
@@ -54,6 +54,13 @@
</Package> </Package>
<History> <History>
<Update release="23">
<Date>2025-01-30</Date>
<Version>2.1.2</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="22"> <Update release="22">
<Date>2025-01-23</Date> <Date>2025-01-23</Date>
<Version>2.1.1</Version> <Version>2.1.1</Version>
+1 -1
View File
@@ -22,4 +22,4 @@ def build():
def install(): def install():
kde5.install("DESTDIR=%s" % get.installDIR()) 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> <Dependency>python3-setuptools</Dependency>
</BuildDependencies> </BuildDependencies>
<Patches> <Patches>
<!-- <Patch>find-xsimd.patch</Patch> --> <Patch>sip-6.8.patch</Patch>
</Patches> </Patches>
</Source> </Source>