diff --git a/desktop/lxqt/lximage-qt/pspec.xml b/desktop/lxqt/lximage-qt/pspec.xml
index 9cfb26974e..efea8c079e 100644
--- a/desktop/lxqt/lximage-qt/pspec.xml
+++ b/desktop/lxqt/lximage-qt/pspec.xml
@@ -13,7 +13,7 @@
lxqt
Image viewer and screenshot tool.
Image viewer and screenshot tool.
- https://github.com/lxqt/lximage-qt/releases/download/2.1.0/lximage-qt-2.1.0.tar.xz
+ https://github.com/lxqt/lximage-qt/releases/download/2.1.1/lximage-qt-2.1.1.tar.xz
glib2-devel
cmake
@@ -50,6 +50,13 @@
+
+ 2025-01-30
+ 2.1.1
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2025-01-23
2.1.0
diff --git a/desktop/lxqt/lxqt-runner/pspec.xml b/desktop/lxqt/lxqt-runner/pspec.xml
index 2f70d4b2cd..6b10079303 100644
--- a/desktop/lxqt/lxqt-runner/pspec.xml
+++ b/desktop/lxqt/lxqt-runner/pspec.xml
@@ -13,7 +13,7 @@
lxqt
The LXQt application launcher
Tool used to launch programs quickly by typing their names
- https://github.com/lxqt/lxqt-runner/releases/download/2.1.1/lxqt-runner-2.1.1.tar.xz
+ https://github.com/lxqt/lxqt-runner/releases/download/2.1.2/lxqt-runner-2.1.2.tar.xz
cmake
glib2-devel
@@ -54,6 +54,13 @@
+
+ 2025-01-30
+ 2.1.2
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2025-01-23
2.1.1
diff --git a/editor/krita/actions.py b/editor/krita/actions.py
index 4e372bd41d..455cb575f6 100644
--- a/editor/krita/actions.py
+++ b/editor/krita/actions.py
@@ -22,4 +22,4 @@ def build():
def install():
kde5.install("DESTDIR=%s" % get.installDIR())
- pisitools.dodoc("COPYING*", "README.md")
\ No newline at end of file
+ pisitools.dodoc("COPYING*", "README.md", "LICENSES/*")
diff --git a/editor/krita/files/sip-6.8.patch b/editor/krita/files/sip-6.8.patch
new file mode 100644
index 0000000000..9579e4f3c8
--- /dev/null
+++ b/editor/krita/files/sip-6.8.patch
@@ -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@
diff --git a/editor/krita/pspec.xml b/editor/krita/pspec.xml
index 4d31c09dde..8e4bbb0716 100644
--- a/editor/krita/pspec.xml
+++ b/editor/krita/pspec.xml
@@ -80,7 +80,7 @@
python3-setuptools
-
+ sip-6.8.patch