diff --git a/programming/misc/mm-common/actions.py b/programming/misc/mm-common/actions.py
new file mode 100644
index 0000000000..3d7ca8591c
--- /dev/null
+++ b/programming/misc/mm-common/actions.py
@@ -0,0 +1,22 @@
+#!/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 autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import mesontools
+from pisi.actionsapi import get
+
+def setup():
+ mesontools.configure()
+
+def build():
+ mesontools.build()
+
+def install():
+ mesontools.install()
+
+ pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
diff --git a/programming/misc/mm-common/pspec.xml b/programming/misc/mm-common/pspec.xml
new file mode 100644
index 0000000000..a478d58d12
--- /dev/null
+++ b/programming/misc/mm-common/pspec.xml
@@ -0,0 +1,50 @@
+
+
+
+
+ mm-common
+ https://www.gtkmm.org/
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ GPLv2
+ library
+ Common build files of the C++ bindings
+ Common build files of the C++ bindings
+ https://download.gnome.org/sources/mm-common/1.0/mm-common-1.0.3.tar.xz
+
+ meson
+ doxygen
+ libxslt-devel
+
+
+
+
+
+ mm-common
+
+ /usr/bin
+ /usr/share
+ /usr/share/aclocal
+ /usr/share/man
+ /usr/share/doc
+ /usr/share/pkgconfig
+
+
+
+
+
+ 2021-05-26
+ 1.0.3
+ First release
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+
+
diff --git a/programming/misc/mm-common/translations.xml b/programming/misc/mm-common/translations.xml
new file mode 100644
index 0000000000..8a75842dd2
--- /dev/null
+++ b/programming/misc/mm-common/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ mm-common
+ Common build files of the C++ bindings
+ Common build files of the C++ bindings
+
+