krita ver. bump
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<Icon>lxqt</Icon>
|
||||
<Summary>Image viewer and screenshot tool.</Summary>
|
||||
<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>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
@@ -50,6 +50,13 @@
|
||||
</Package>
|
||||
|
||||
<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">
|
||||
<Date>2025-01-23</Date>
|
||||
<Version>2.1.0</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<Icon>lxqt</Icon>
|
||||
<Summary>The LXQt application launcher</Summary>
|
||||
<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>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
@@ -54,6 +54,13 @@
|
||||
</Package>
|
||||
|
||||
<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">
|
||||
<Date>2025-01-23</Date>
|
||||
<Version>2.1.1</Version>
|
||||
|
||||
@@ -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