mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
gtk4: update to 4.6.0.
This commit is contained in:
parent
7bef9547b6
commit
315eb55d30
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gtk4'
|
# Template file for 'gtk4'
|
||||||
pkgname=gtk4
|
pkgname=gtk4
|
||||||
version=4.4.1
|
version=4.6.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="gtk-${version}"
|
wrksrc="gtk-${version}"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
|
@ -14,7 +14,7 @@ configure_args="-Dman-pages=true -Dbuild-tests=false -Dgtk_doc=true
|
||||||
-Dcloudproviders=$(vopt_if cloudproviders enabled disabled)
|
-Dcloudproviders=$(vopt_if cloudproviders enabled disabled)
|
||||||
-Dvulkan=$(vopt_if vulkan enabled disabled)"
|
-Dvulkan=$(vopt_if vulkan enabled disabled)"
|
||||||
hostmakedepends="gettext-devel glib-devel gi-docgen gtk-update-icon-cache perl
|
hostmakedepends="gettext-devel glib-devel gi-docgen gtk-update-icon-cache perl
|
||||||
pkg-config sassc gettext libxslt docbook-xsl
|
pkg-config sassc gettext libxslt docbook-xsl python3-docutils
|
||||||
$(vopt_if wayland 'wayland-devel wayland-protocols')"
|
$(vopt_if wayland 'wayland-devel wayland-protocols')"
|
||||||
makedepends="at-spi2-atk-devel gdk-pixbuf-devel libepoxy-devel pango-devel
|
makedepends="at-spi2-atk-devel gdk-pixbuf-devel libepoxy-devel pango-devel
|
||||||
iso-codes graphene-devel gst-plugins-bad1-devel ffmpeg-devel
|
iso-codes graphene-devel gst-plugins-bad1-devel ffmpeg-devel
|
||||||
|
@ -28,7 +28,7 @@ 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=0faada983dc6b0bc409cb34c1713c1f3267e67c093f86b1e3b17db6100a3ddf4
|
checksum=782d5951fbfd585fc9ec76c09d07e28e6014c72db001fb567fff217fb96e4d8c
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="broadway cloudproviders colord cups gir vulkan wayland x11"
|
build_options="broadway cloudproviders colord cups gir vulkan wayland x11"
|
||||||
|
|
Loading…
Add table
Reference in a new issue