diff --git a/desktop/gnome/apps/gupnp/actions.py b/desktop/gnome/apps/gupnp/actions.py
new file mode 100644
index 0000000000..cc6214d303
--- /dev/null
+++ b/desktop/gnome/apps/gupnp/actions.py
@@ -0,0 +1,18 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 2.
+# See the file http://www.gnu.org/copyleft/gpl.txt.
+
+from pisi.actionsapi import mesontools, pisitools
+
+def setup():
+ mesontools.configure()
+
+def build():
+ mesontools.build()
+
+def install():
+ mesontools.install()
+
+ pisitools.dodoc("AUTHORS", "ChangeLog", "README*", "NEWS")
diff --git a/desktop/gnome/apps/gupnp/pspec.xml b/desktop/gnome/apps/gupnp/pspec.xml
new file mode 100644
index 0000000000..3fb74b1f50
--- /dev/null
+++ b/desktop/gnome/apps/gupnp/pspec.xml
@@ -0,0 +1,73 @@
+
+
+
+
+ gupnp
+ http://www.gupnp.org/
+
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+ GPLv2
+ gupnp
+ app:gui
+ A framework for creating UPnP devices and control points
+ A framework for creating UPnP devices and control points
+ mirrors://gnome/gupnp/1.2/gupnp-1.2.7.tar.xz
+
+ gssdp-devel
+ gtk-doc
+ gobject-introspection-devel
+ libsoup-devel
+ libxml2-devel
+ meson
+ vala-devel
+
+
+
+
+ gupnp
+
+ glib2
+ gssdp
+ libsoup
+ libxml2
+ libutil-linux
+
+
+ /usr/bin
+ /usr/lib/libgupnp*
+ /usr/lib/girepository-1.0
+ /usr/share/doc
+ /usr/share/man
+ /usr/share/vala
+
+
+
+
+ gupnp-devel
+
+ gupnp
+ glib2-devel
+ gssdp-devel
+ libsoup-devel
+ libxml2-devel
+ libutil-linux-devel
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+ /usr/share/gir-1.0
+
+
+
+
+
+ 2021-06-27
+ 1.2.7
+ First release
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+
+
diff --git a/desktop/gnome/apps/gupnp/translations.xml b/desktop/gnome/apps/gupnp/translations.xml
new file mode 100644
index 0000000000..4803d793ca
--- /dev/null
+++ b/desktop/gnome/apps/gupnp/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ gupnp
+ UPnP cihazları ve kontrol noktaları oluşturmak için bir çerçeve
+ UPnP cihazları ve kontrol noktaları oluşturmak için bir çerçeve
+
+
+
+ gupnp-devel
+ gupnp için geliştirme dosyaları
+
+