gtkmm: update to 3.24.3.

Add gdk-pixbuf to hostmakedepends, since gdk-pixbuf-pixdata is necessary
during build.
This commit is contained in:
Érico Rolim 2021-01-29 04:37:05 -03:00 committed by Érico Nogueira Rolim
parent a4ad19f733
commit 1263aa1e21

View file

@ -1,10 +1,9 @@
# Template file for 'gtkmm'
pkgname=gtkmm
version=3.24.2
version=3.24.3
revision=1
build_style=gnu-configure
configure_args="--disable-documentation"
hostmakedepends="automake libtool pkg-config mm-common"
build_style=meson
hostmakedepends="pkg-config mm-common gdk-pixbuf"
makedepends="gtk+3-devel glibmm-devel atkmm-devel pangomm-devel"
checkdepends="xvfb-run"
short_desc="C++ bindings for The GTK+ toolkit (v3)"
@ -13,10 +12,10 @@ license="LGPL-2.1-or-later"
homepage="https://gtkmm.org"
changelog="https://gitlab.gnome.org/GNOME/gtkmm/-/raw/master/NEWS"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=6d71091bcd1863133460d4188d04102810e9123de19706fb656b7bb915b4adc3
checksum=60497c4f7f354c3bd2557485f0254f8b7b4cf4bebc9fee0be26a77744eacd435
do_check() {
xvfb-run make check
xvfb-run ninja -C build test
}
gtkmm-devel_package() {