glibmm: 2.64.5 -> 2.66.5

This commit is contained in:
Tim Biermann 2022-11-13 18:16:18 +00:00
parent b405e863bc
commit 62672ea56d
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 9 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3+MPJllnkuoUk6oqc/IDv6/4fYpIEhBWmPKFgvaEomt9y3KITVzierYol5dzZqFGQgVDE6xjFvhf4EUMbjzVSg0=
SHA256 (Pkgfile) = 2f2bb6d55418000c15e2206dcede2aaf80a3372c550e7039206d35761bd0c224
RWSagIOpLGJF3wZp2UHBnoSndebM3t8ed3SdhC3xi4gNB12qHiAVTNDDQa6rST4/2VcsCN/WqNnvgH7coCNwL/bGfVB99EjE9gQ=
SHA256 (Pkgfile) = 2bd33acb8b4422fe61348f24c96aa1f6902a8682f4f0feea45efaaddd16be054
SHA256 (.footprint) = ba1cfb86a405f0fb422e2aa75672eaf355004648f22c853fde6f695873961c3f
SHA256 (glibmm-2.64.5.tar.xz) = 508fc86e2c9141198aa16c225b16fd6b911917c0d3817602652844d0973ea386
SHA256 (glibmm-2.66.5.tar.xz) = 7b384662dd6ec3b86c0570331d32af05db2bd99a791602b767b4a0b2566ec149

View File

@ -1,17 +1,20 @@
# Description: C++ interface for the popular glib library.
# URL: https://www.gtkmm.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: gtk libsigc++2
# Depends on: glib libsigc++2
name=glibmm
version=2.64.5
version=2.66.5
release=1
source=(https://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
meson setup build $name-$version \
--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