gtk+3: update to 3.24.38.

Closes: #44060 [via git-merge-pr]
This commit is contained in:
triallax 2023-05-24 10:02:16 +01:00 committed by Andrew Benson
parent d28b07ba8a
commit 0d1ef31279

View file

@ -1,6 +1,6 @@
# Template file for 'gtk+3'
pkgname=gtk+3
version=3.24.37
version=3.24.38
revision=1
build_style=meson
build_helper="gir"
@ -32,14 +32,17 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://www.gtk.org/"
distfiles="${GNOME_SITE}/gtk+/${version%.*}/gtk+-${version}.tar.xz"
checksum=6745f0b4c053794151fd0f0e2474b077cccff5f83e9dd1bf3d39fe9fe5fb7f57
checksum=ce11decf018b25bdd8505544a4f87242854ec88be054d9ade5f3a20444dd8ee7
make_check_pre="xvfb-run dbus-run-session"
# _broken_tests=""
case "$XBPS_TARGET_MACHINE" in
i686*) _broken_tests="reftests/linear-gradient.ui" ;;
esac
if [ -z "$XBPS_CHECK_PKGS" ]; then
if [ "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -Dtests=true"
else
configure_args+=" -Dtests=false"
fi
@ -63,10 +66,6 @@ pre_check() {
done
}
do_check() {
xvfb-run dbus-run-session ninja -C build ${makejobs} test
}
post_install() {
rm ${DESTDIR}/usr/bin/gtk-update-icon-cache
rm ${DESTDIR}/usr/share/man/man1/gtk-update-icon-cache.1