mm-common: 1.0.3 -> 1.0.4

This commit is contained in:
Tim Biermann 2022-02-18 14:25:38 +01:00
parent d8e6dcb6ae
commit 746dff30e3
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 11 additions and 6 deletions

View File

@ -32,6 +32,8 @@ drwxr-xr-x root/root usr/share/mm-common/doctags/
drwxr-xr-x root/root usr/share/mm-common/doctool/
-rwxr-xr-x root/root usr/share/mm-common/doctool/doc-install.pl
-rw-r--r-- root/root usr/share/mm-common/doctool/doc-postprocess.pl
-rwxr-xr-x root/root usr/share/mm-common/doctool/doc_install.py
-rwxr-xr-x root/root usr/share/mm-common/doctool/doc_postprocess.py
-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

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34UfsjPqkzeCPiQg7dH3hl/LcbKvvENE1GuNwXRb6gp2Fa9FCe9BaXif2SM4/Wet/GOABSgMJ8D6aPcTa7XIRwA=
SHA256 (Pkgfile) = 2f5236edb2be147dc43b8bf87d5c4e4307cdb8fbb77e8344c687f012c87a0a56
SHA256 (.footprint) = 5cda477a6582d4894205666c99754adaf02bd32582e25c60f12a08d66ced8a4d
SHA256 (mm-common-1.0.3.tar.xz) = e81596625899aacf1d0bf27ccc2fcc7f373405ec48735ca1c7273c0fbcdc1ef5
RWSagIOpLGJF34ztnpd8HvyaE+VKXph/X67m+rYbuOwgVr7D3T3coeo3KLbIIpQPx3zD3wcYEvk6UWUHm565b8VOS9FLDgoFag0=
SHA256 (Pkgfile) = fe0a078b1f3418a97f985c69cfae9cb3a70d85a10019a2414f90a46a68d56122
SHA256 (.footprint) = fa06fc06a441f0a43d4ca247fe48c695bbd690e6d61d08ba48011e3f6941cef2
SHA256 (mm-common-1.0.4.tar.xz) = e954c09b4309a7ef93e13b69260acdc5738c907477eb381b78bb1e414ee6dbd8

View File

@ -4,14 +4,17 @@
# Depends on: meson ninja
name=mm-common
version=1.0.3
version=1.0.4
release=1
source=(https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
meson setup $name-$version build \
--prefix=/usr \
--buildtype=plain
--buildtype=plain \
--wrap-mode nodownload \
-D b_lto=true \
-D b_pie=true
meson compile -C build -j ${JOBS-1}
DESTDIR=$PKG meson install -C build