gtk4: update to 4.10.1.

This commit is contained in:
Emil Tomczyk 2023-03-18 00:33:12 +01:00 committed by Michal Vasilek
parent 57a22d6ae8
commit b655605c40

View file

@ -1,10 +1,11 @@
# Template file for 'gtk4' # Template file for 'gtk4'
pkgname=gtk4 pkgname=gtk4
version=4.8.3 version=4.10.1
revision=1 revision=1
build_style=meson build_style=meson
build_helper="gir" build_helper="gir"
configure_args="-Dman-pages=true -Dbuild-tests=false -Dgtk_doc=true configure_args="-Dman-pages=true -Dgtk_doc=true
-Dbuild-tests=false -Dbuild-testsuite=false
-Dbroadway-backend=$(vopt_if broadway true false) -Dbroadway-backend=$(vopt_if broadway true false)
-Dx11-backend=$(vopt_if x11 true false) -Dx11-backend=$(vopt_if x11 true false)
-Dwayland-backend=$(vopt_if wayland true false) -Dwayland-backend=$(vopt_if wayland true false)
@ -30,9 +31,9 @@ maintainer="Michal Vasilek <michal@vasilek.cz>"
license="LGPL-2.1-or-later" license="LGPL-2.1-or-later"
homepage="https://www.gtk.org/" homepage="https://www.gtk.org/"
#changelog="https://gitlab.gnome.org/GNOME/gtk/-/raw/main/NEWS" #changelog="https://gitlab.gnome.org/GNOME/gtk/-/raw/main/NEWS"
changelog="https://gitlab.gnome.org/GNOME/gtk/-/raw/gtk-4-8/NEWS" changelog="https://gitlab.gnome.org/GNOME/gtk/-/raw/gtk-4-10/NEWS"
distfiles="${GNOME_SITE}/gtk/${version%.*}/gtk-${version}.tar.xz" distfiles="${GNOME_SITE}/gtk/${version%.*}/gtk-${version}.tar.xz"
checksum=b362f968d085b4d3d9340d4d38c706377ded9d5374e694a2b6b7e6292e3cba74 checksum=e8fcac04bc7715b9da667c911a5ee8f262e200d1d6a50adf23645ca8cfcd0311
# Package build options # Package build options
build_options="broadway cloudproviders colord cups gir vulkan wayland x11 tracker" build_options="broadway cloudproviders colord cups gir vulkan wayland x11 tracker"