mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gtk+3: update to 3.24.37.
This commit is contained in:
parent
3ee775cab5
commit
f171898384
1 changed files with 12 additions and 23 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gtk+3'
|
# Template file for 'gtk+3'
|
||||||
pkgname=gtk+3
|
pkgname=gtk+3
|
||||||
version=3.24.34
|
version=3.24.37
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
|
@ -14,6 +14,7 @@ configure_args="
|
||||||
$(vopt_bool gtk_doc)
|
$(vopt_bool gtk_doc)
|
||||||
-Dman=true
|
-Dman=true
|
||||||
$(vopt_bool gir introspection)
|
$(vopt_bool gir introspection)
|
||||||
|
-Dexamples=false
|
||||||
"
|
"
|
||||||
conf_files="/etc/gtk-3.0/im-multipress.conf"
|
conf_files="/etc/gtk-3.0/im-multipress.conf"
|
||||||
hostmakedepends="gettext-devel glib-devel gtk-doc gtk-update-icon-cache perl
|
hostmakedepends="gettext-devel glib-devel gtk-doc gtk-update-icon-cache perl
|
||||||
|
@ -31,25 +32,17 @@ 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=dbc69f90ddc821b8d1441f00374dc1da4323a2eafa9078e61edbe5eeefa852ec
|
checksum=6745f0b4c053794151fd0f0e2474b077cccff5f83e9dd1bf3d39fe9fe5fb7f57
|
||||||
_broken_tests="
|
# _broken_tests=""
|
||||||
a11y/scale-drawvalue
|
|
||||||
a11y/menu
|
|
||||||
a11y/menubutton
|
|
||||||
a11y/menubutton2
|
|
||||||
a11y/menubutton3
|
|
||||||
a11y/tooltips
|
|
||||||
reftests/button-wrapping.ui
|
|
||||||
reftests/cellrenderer-pixbuf-stock-rtl.ui
|
|
||||||
reftests/symbolic-icon-translucent-color.ui
|
|
||||||
reftests/window-height-for-width.ui
|
|
||||||
reftests/quit-mnemonic.ui
|
|
||||||
"
|
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*) _broken_tests+=" gtk/cellarea" ;;
|
i686*) _broken_tests="reftests/linear-gradient.ui" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
if [ -z "$XBPS_CHECK_PKGS" ]; then
|
||||||
|
configure_args+=" -Dtests=false"
|
||||||
|
fi
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="broadway colord cups gir cloudproviders wayland x11 gtk_doc"
|
build_options="broadway colord cups gir cloudproviders wayland x11 gtk_doc"
|
||||||
desc_option_broadway="Enable support for the HTML5 Broadway backend"
|
desc_option_broadway="Enable support for the HTML5 Broadway backend"
|
||||||
|
@ -66,11 +59,7 @@ pre_check() {
|
||||||
test_dir="testsuite/${t%\/*}"
|
test_dir="testsuite/${t%\/*}"
|
||||||
test_name="${t##*\/}"
|
test_name="${t##*\/}"
|
||||||
|
|
||||||
if [ "$test_dir" == "testsuite/gtk" ]; then
|
vsed -e "/'${test_name}'/d" -i "${test_dir}/meson.build"
|
||||||
vsed -e "/'${test_name}'/d" -i "$test_dir/meson.build"
|
|
||||||
else
|
|
||||||
vsed -e "/'${test_name}',/d" -i "$test_dir/meson.build"
|
|
||||||
fi
|
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -79,8 +68,8 @@ do_check() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -f ${DESTDIR}/usr/bin/gtk-update-icon-cache
|
rm ${DESTDIR}/usr/bin/gtk-update-icon-cache
|
||||||
rm -f ${DESTDIR}/usr/share/man/man1/gtk-update-icon-cache.1
|
rm ${DESTDIR}/usr/share/man/man1/gtk-update-icon-cache.1
|
||||||
}
|
}
|
||||||
|
|
||||||
gtk+3-devel_package() {
|
gtk+3-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue