gtk+3: update to 3.24.31.
Additionally includes the following fixes to unit tests: 1. Adding cantarell-fonts to checkdepends fixed over 100 tests 2. Some reftests were broken by upstream by removing the .ui files[1] 3. UNEXPECTEDPASS of quit-mnemonic.ui is a known "somehow broken" test[2] 4. Fix reftests/icon-effect-missing.ui by adding hicolor-icon-theme to checkdepends [1] https://gitlab.gnome.org/GNOME/gtk/-/commit/93e1f7f1 [2] https://gitlab.gnome.org/GNOME/gtk/-/blob/3.24.31/testsuite/reftests/meson.build#L430
This commit is contained in:
parent
3b136e26d3
commit
533d08b5d1
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'gtk+3'
|
||||
pkgname=gtk+3
|
||||
version=3.24.30
|
||||
version=3.24.31
|
||||
revision=1
|
||||
wrksrc="gtk+-${version}"
|
||||
build_style=meson
|
||||
|
@ -26,13 +26,13 @@ makedepends="at-spi2-atk-devel gdk-pixbuf-devel libepoxy-devel pango-devel
|
|||
$(vopt_if cloudproviders 'libcloudproviders-devel')"
|
||||
depends="gtk-update-icon-cache adwaita-icon-theme
|
||||
librsvg shared-mime-info $(vopt_if x11 'dbus-x11')"
|
||||
checkdepends="$depends xvfb-run dbus"
|
||||
checkdepends="$depends xvfb-run dbus cantarell-fonts hicolor-icon-theme"
|
||||
short_desc="GTK+ toolkit (v3)"
|
||||
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=ba75bfff320ad1f4cfbee92ba813ec336322cc3c660d406aad014b07087a3ba9
|
||||
checksum=423c3e7fdb4c459ee889e35fd4d71fd2623562541c1041b11c07e5ad1ff10bf9
|
||||
_broken_tests="
|
||||
a11y/scale-drawvalue
|
||||
a11y/menu
|
||||
|
@ -42,9 +42,13 @@ _broken_tests="
|
|||
a11y/tooltips
|
||||
reftests/button-wrapping.ui
|
||||
reftests/cellrenderer-pixbuf-stock-rtl.ui
|
||||
reftests/icon-effect-missing.ui
|
||||
reftests/symbolic-icon-translucent-color.ui
|
||||
reftests/window-height-for-width.ui"
|
||||
reftests/window-height-for-width.ui
|
||||
reftests/label-text-shadow-changes-modify-clip.ui
|
||||
reftests/toplevel-vs-popup.ui
|
||||
reftests/treeview-crash-too-wide.ui
|
||||
reftests/quit-mnemonic.ui
|
||||
"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*) _broken_tests+=" gtk/cellarea" ;;
|
||||
|
|
Loading…
Reference in New Issue