diff --git a/desktop/lxqt/libqtxdg-tools/actions.py b/desktop/lxqt/libqtxdg-tools/actions.py
new file mode 100644
index 0000000000..19ffb48af3
--- /dev/null
+++ b/desktop/lxqt/libqtxdg-tools/actions.py
@@ -0,0 +1,28 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import cmaketools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import get
+
+def setup():
+ shelltools.makedirs("build")
+ shelltools.cd("build")
+ cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
+ -DQTXDG_DEFAPPS_CONF_INSTALL_DIR:PATH=/etc/xdg \
+ -DCMAKE_INSTALL_LIBDIR=/usr/lib", sourceDir="..")
+
+def build():
+ shelltools.cd("build")
+ cmaketools.make()
+
+def install():
+ shelltools.cd("build")
+ cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ shelltools.cd("..")
+ pisitools.dodoc("CHANGELOG", "LICENSE", "README*")
diff --git a/desktop/lxqt/libqtxdg-tools/pspec.xml b/desktop/lxqt/libqtxdg-tools/pspec.xml
new file mode 100644
index 0000000000..b5dd8b82ae
--- /dev/null
+++ b/desktop/lxqt/libqtxdg-tools/pspec.xml
@@ -0,0 +1,52 @@
+
+
+
+
+ libqtxdg-tools
+ https://github.com/lxqt/qtxdg-tools
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2.1
+ library
+ User tools for libqtxdg.
+ libqtxdg-tools
+ libqtxdg için kullanıcı araçları.
+ https://github.com/lxqt/qtxdg-tools/archive/refs/tags/3.10.0.tar.gz
+
+ cmake
+ libqtxdg-devel
+ lxqt-build-tools
+
+
+
+
+
+ libqtxdg-tools
+
+ libqtxdg
+ qt5-base
+
+
+ /usr/bin
+ /usr/share
+ /usr/share/doc
+
+
+
+
+
+ 2022-11-15
+ 3.10.0
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
diff --git a/desktop/lxqt/libqtxdg-tools/translations.xml b/desktop/lxqt/libqtxdg-tools/translations.xml
new file mode 100644
index 0000000000..e1a836bd87
--- /dev/null
+++ b/desktop/lxqt/libqtxdg-tools/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ libqtxdg-tools
+ User tools for libqtxdg.
+ libqtxdg için kullanıcı araçları.
+
+
diff --git a/pisi-index.xml b/pisi-index.xml
index 3174564ad4..cd3f113e63 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -106781,6 +106781,52 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+
+ libqtxdg-tools
+ https://github.com/lxqt/qtxdg-tools
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2.1
+ library
+ desktop.lxqt
+ User tools for libqtxdg.
+ User tools for libqtxdg.
+ libqtxdg için kullanıcı araçları.
+ libqtxdg için kullanıcı araçları.
+ libqtxdg-tools
+ https://github.com/lxqt/qtxdg-tools/archive/refs/tags/3.10.0.tar.gz
+
+ cmake
+ libqtxdg-devel
+ lxqt-build-tools
+
+ desktop/lxqt/libqtxdg-tools/pspec.xml
+
+
+ libqtxdg-tools
+
+ libqtxdg
+ qt5-base
+
+
+ /usr/bin
+ /usr/share
+ /usr/share/doc
+
+
+
+
+ 2022-11-15
+ 3.10.0
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
lxmenu-data
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index 0ff1ec4a2e..62e3ccff8f 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-aa77975d0401d9df3293446edcfb10e14f5a2b4d
\ No newline at end of file
+6c0c38268484c1426f7795edde55a7fbcb03667a
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 6919f2abeb..e299d77175 100644
Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ
diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum
index 135db85cdb..794b2131a6 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-2c5079ad6cf1d75188db81e4a965ed201d0db449
\ No newline at end of file
+c105ceeecb1ccb4a39cc640f2c31de01b501b814
\ No newline at end of file