summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2017-02-11 12:23:10 +1100
committerDanny Rawlins <monster.romster@gmail.com>2017-02-11 12:44:50 +1100
commit66fb4162b3705cf60ac1a9c592ee25f709cd9296 (patch)
tree714821ca2537e5fcdc8b403e2f35eeea567072a6
parent7dffcbfc1d2fd89849c9273d927982ad0b15931e (diff)
downloadcontrib-66fb4162b3705cf60ac1a9c592ee25f709cd9296.tar.gz
contrib-66fb4162b3705cf60ac1a9c592ee25f709cd9296.tar.xz
[notify] mm-common initial import, be sure to install this or libsigc++ to gtkmm will fail to update
-rw-r--r--mm-common/.footprint37
-rw-r--r--mm-common/.md5sum1
-rw-r--r--mm-common/Pkgfile21
3 files changed, 59 insertions, 0 deletions
diff --git a/mm-common/.footprint b/mm-common/.footprint
new file mode 100644
index 000000000..9ff87924c
--- /dev/null
+++ b/mm-common/.footprint
@@ -0,0 +1,37 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/mm-common-prepare
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/aclocal/
+-rw-r--r-- root/root usr/share/aclocal/mm-ax_cxx_compile_stdcxx.m4
+-rw-r--r-- root/root usr/share/aclocal/mm-ax_cxx_compile_stdcxx_11.m4
+-rw-r--r-- root/root usr/share/aclocal/mm-common.m4
+-rw-r--r-- root/root usr/share/aclocal/mm-dietlib.m4
+-rw-r--r-- root/root usr/share/aclocal/mm-doc.m4
+-rw-r--r-- root/root usr/share/aclocal/mm-module.m4
+-rw-r--r-- root/root usr/share/aclocal/mm-pkg.m4
+-rw-r--r-- root/root usr/share/aclocal/mm-warnings.m4
+drwxr-xr-x root/root usr/share/doc/
+drwxr-xr-x root/root usr/share/doc/mm-common/
+-rw-r--r-- root/root usr/share/doc/mm-common/README
+-rw-r--r-- root/root usr/share/doc/mm-common/skeletonmm.tar.gz
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/mm-common-prepare.1.gz
+drwxr-xr-x root/root usr/share/mm-common/
+drwxr-xr-x root/root usr/share/mm-common/build/
+-rw-r--r-- root/root usr/share/mm-common/build/compile-binding.am
+-rw-r--r-- root/root usr/share/mm-common/build/dist-changelog.am
+-rw-r--r-- root/root usr/share/mm-common/build/doc-reference.am
+-rw-r--r-- root/root usr/share/mm-common/build/generate-binding.am
+drwxr-xr-x root/root usr/share/mm-common/doctags/
+-rw-r--r-- root/root usr/share/mm-common/doctags/libstdc++.tag
+drwxr-xr-x root/root usr/share/mm-common/doctool/
+-rw-r--r-- root/root usr/share/mm-common/doctool/doc-install.pl
+-rw-r--r-- root/root usr/share/mm-common/doctool/doc-postprocess.pl
+-rw-r--r-- root/root usr/share/mm-common/doctool/doxygen-extra.css
+-rw-r--r-- root/root usr/share/mm-common/doctool/doxygen.css
+-rw-r--r-- root/root usr/share/mm-common/doctool/tagfile-to-devhelp2.xsl
+drwxr-xr-x root/root usr/share/pkgconfig/
+-rw-r--r-- root/root usr/share/pkgconfig/mm-common-libstdc++.pc
+-rw-r--r-- root/root usr/share/pkgconfig/mm-common-util.pc
diff --git a/mm-common/.md5sum b/mm-common/.md5sum
new file mode 100644
index 000000000..134fd77d3
--- /dev/null
+++ b/mm-common/.md5sum
@@ -0,0 +1 @@
+49dc47af8c89ce5b3c768306b9a0f922 mm-common-0.9.10.tar.xz
diff --git a/mm-common/Pkgfile b/mm-common/Pkgfile
new file mode 100644
index 000000000..5467d1840
--- /dev/null
+++ b/mm-common/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Common build files of the C++ bindings.
+# URL: https://gtkmm.org/
+# Maintainer: Danny Rawlins, crux at romster dot me
+
+name=mm-common
+version=0.9.10
+release=1
+source=(https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
+
+build() {
+ cd $name-$version
+
+ NOCONFIGURE=1 ./autogen.sh
+
+ ./configure \
+ --prefix=/usr \
+ --disable-network
+
+ make
+ make install DESTDIR=$PKG
+}

Generated by cgit