diff --git a/game/misc/gcompris-qt/actions.py b/game/misc/gcompris-qt/actions.py
new file mode 100644
index 0000000000..1fe3537d02
--- /dev/null
+++ b/game/misc/gcompris-qt/actions.py
@@ -0,0 +1,21 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file https://www.gnu.org/licenses/gpl-3.0.txt
+
+from pisi.actionsapi import cmaketools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+from pisi.actionsapi import shelltools
+
+def setup():
+ shelltools.system("")
+ shelltools.system("cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DQML_BOX2D_LIBRARY=/usr/lib/qt/qml/Box2D.2.0")
+
+def build():
+ shelltools.system("make -C build")
+
+def install():
+ shelltools.system("make -C build DESTDIR=%s" % get.installDIR() + " install")
+
diff --git a/game/misc/gcompris-qt/pspec.xml b/game/misc/gcompris-qt/pspec.xml
new file mode 100644
index 0000000000..550fb8c3b1
--- /dev/null
+++ b/game/misc/gcompris-qt/pspec.xml
@@ -0,0 +1,64 @@
+
+
+ gcompris-qt
+ https://gcompris.net/
+
+ Berk Çakar
+ berk2238@hotmail.com
+
+ AGPLv3
+ Educational software suite comprising of numerous activities for children aged 2 to 10
+ Educational software suite comprising of numerous activities for children aged 2 to 10
+
+ cmake
+ extra-cmake-modules
+ icon-theme-hicolor
+ kdoctools-devel
+ qml-box2d
+ qt5-base-devel
+ qt5-declarative-devel
+ qt5-graphicaleffects
+ qt5-linguist
+ qt5-multimedia-devel
+ qt5-quickcontrols
+ qt5-sensors-devel
+ qt5-svg-devel
+ qt5-xmlpatterns-devel
+
+ https://gcompris.net/download/qt/src/gcompris-qt-1.1.tar.xz
+
+
+ gcompris-qt
+ Educational software suite comprising of numerous activities for children aged 2 to 10
+
+ icon-theme-hicolor
+ qml-box2d
+ qt5-base
+ qt5-declarative
+ qt5-graphicaleffects
+ qt5-linguist
+ qt5-multimedia
+ qt5-quickcontrols
+ qt5-sensors
+ qt5-svg
+ qt5-xmlpatterns
+
+
+ /usr/bin
+ /usr/share/applications
+ /usr/share/doc
+ /usr/share/gcompris-qt
+ /usr/share/icons
+ /usr/share/metainfo
+
+
+
+
+ 2021-04-24
+ 1.1
+ First release
+ Berk Çakar
+ berk2238@hotmail.com
+
+
+
diff --git a/programming/misc/qml-box2d/actions.py b/programming/misc/qml-box2d/actions.py
new file mode 100644
index 0000000000..9970adee0b
--- /dev/null
+++ b/programming/misc/qml-box2d/actions.py
@@ -0,0 +1,18 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file https://www.gnu.org/licenses/gpl-3.0.txt
+
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import qt5
+
+def setup():
+ qt5.configure()
+
+def build():
+ qt5.make()
+
+def install():
+ qt5.install()
+
diff --git a/programming/misc/qml-box2d/pspec.xml b/programming/misc/qml-box2d/pspec.xml
new file mode 100644
index 0000000000..b7a2ce6d1a
--- /dev/null
+++ b/programming/misc/qml-box2d/pspec.xml
@@ -0,0 +1,36 @@
+
+
+ qml-box2d
+ https://github.com/qml-box2d/qml-box2d
+
+ Berk Çakar
+ berk2238@hotmail.com
+
+ BSD
+ Box2D QML plugin
+ Box2D QML plugin
+
+ qt5-declarative-devel
+
+ https://github.com/qml-box2d/qml-box2d/archive/1b37be7d9dfb44ec6d520595a4e4f45f63717822.zip
+
+
+ qml-box2d
+ Box2D QML plugin
+
+ qt5-declarative
+
+
+ /usr/lib
+
+
+
+
+ 2021-04-24
+ 20160102
+ First release
+ Berk Çakar
+ berk2238@hotmail.com
+
+
+