gtk+3: update to 3.24.34
This commit is contained in:
parent
3131fa060b
commit
3e7dad3412
1 changed files with 8 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gtk+3'
|
# Template file for 'gtk+3'
|
||||||
pkgname=gtk+3
|
pkgname=gtk+3
|
||||||
version=3.24.31
|
version=3.24.34
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="gtk+-${version}"
|
wrksrc="gtk+-${version}"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
|
@ -26,13 +26,13 @@ makedepends="at-spi2-atk-devel gdk-pixbuf-devel libepoxy-devel pango-devel
|
||||||
$(vopt_if cloudproviders 'libcloudproviders-devel')"
|
$(vopt_if cloudproviders 'libcloudproviders-devel')"
|
||||||
depends="gtk-update-icon-cache adwaita-icon-theme
|
depends="gtk-update-icon-cache adwaita-icon-theme
|
||||||
librsvg shared-mime-info $(vopt_if x11 'dbus-x11')"
|
librsvg shared-mime-info $(vopt_if x11 'dbus-x11')"
|
||||||
checkdepends="$depends xvfb-run dbus cantarell-fonts hicolor-icon-theme"
|
checkdepends="$depends xvfb-run dbus cantarell-fonts hicolor-icon-theme gsettings-desktop-schemas"
|
||||||
short_desc="GTK+ toolkit (v3)"
|
short_desc="GTK+ toolkit (v3)"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://www.gtk.org/"
|
homepage="https://www.gtk.org/"
|
||||||
distfiles="${GNOME_SITE}/gtk+/${version%.*}/gtk+-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/gtk+/${version%.*}/gtk+-${version}.tar.xz"
|
||||||
checksum=423c3e7fdb4c459ee889e35fd4d71fd2623562541c1041b11c07e5ad1ff10bf9
|
checksum=dbc69f90ddc821b8d1441f00374dc1da4323a2eafa9078e61edbe5eeefa852ec
|
||||||
_broken_tests="
|
_broken_tests="
|
||||||
a11y/scale-drawvalue
|
a11y/scale-drawvalue
|
||||||
a11y/menu
|
a11y/menu
|
||||||
|
@ -44,9 +44,6 @@ _broken_tests="
|
||||||
reftests/cellrenderer-pixbuf-stock-rtl.ui
|
reftests/cellrenderer-pixbuf-stock-rtl.ui
|
||||||
reftests/symbolic-icon-translucent-color.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
|
reftests/quit-mnemonic.ui
|
||||||
"
|
"
|
||||||
|
|
||||||
|
@ -70,7 +67,11 @@ pre_check() {
|
||||||
test_dir="testsuite/${t%\/*}"
|
test_dir="testsuite/${t%\/*}"
|
||||||
test_name="${t##*\/}"
|
test_name="${t##*\/}"
|
||||||
|
|
||||||
vsed -e "/'${test_name}',/d" -i "$test_dir/meson.build"
|
if [ "$test_dir" == "testsuite/gtk" ]; then
|
||||||
|
vsed -e "/'${test_name}'/d" -i "$test_dir/meson.build"
|
||||||
|
else
|
||||||
|
vsed -e "/'${test_name}',/d" -i "$test_dir/meson.build"
|
||||||
|
fi
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue