[notify] mm-common initial import, be sure to install this or libsigc++ to gtkmm will fail to update

This commit is contained in:
Danny Rawlins 2017-02-11 12:23:10 +11:00
parent 7dffcbfc1d
commit 66fb4162b3
3 changed files with 59 additions and 0 deletions

37
mm-common/.footprint Normal file
View File

@ -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

1
mm-common/.md5sum Normal file
View File

@ -0,0 +1 @@
49dc47af8c89ce5b3c768306b9a0f922 mm-common-0.9.10.tar.xz

21
mm-common/Pkgfile Normal file
View File

@ -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
}