gtk4: update to 4.0.0.
This commit is contained in:
parent
a96e535de0
commit
aa45e517ab
|
@ -3723,7 +3723,7 @@ libflite.so.1 flite-2.1_1
|
|||
libflite_cmu_us_kal.so.1 flite-2.1_1
|
||||
libflite_usenglish.so.1 flite-2.1_1
|
||||
libflite_cmulex.so.1 flite-2.1_1
|
||||
libgtk-4.so.0 gtk4-3.99.1_1
|
||||
libgtk-4.so.1 gtk4-4.0.0_1
|
||||
libmodule.so.5 libmodule-5.0.0_1
|
||||
libgnustep-gui.so.0.28 gnustep-gui-0.28.0_1
|
||||
libmhash.so.2 mhash-0.9.9.9_1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'gtk4'
|
||||
pkgname=gtk4
|
||||
version=3.99.1
|
||||
version=4.0.0
|
||||
revision=1
|
||||
wrksrc="gtk-${version}"
|
||||
build_style=meson
|
||||
|
@ -9,7 +9,7 @@ configure_args="-Dman-pages=true -Dbuild-tests=false -Dmedia=all
|
|||
-Dbroadway-backend=$(vopt_if broadway true false)
|
||||
-Dx11-backend=$(vopt_if x11 true false)
|
||||
-Dwayland-backend=$(vopt_if wayland true false)
|
||||
-Dintrospection=$(vopt_if gir true false)
|
||||
-Dintrospection=$(vopt_if gir enabled disabled)
|
||||
-Dprint-backends=$(vopt_if cups 'cups,file' file)
|
||||
-Dcolord=$(vopt_if colord enabled disabled)
|
||||
-Dcloudproviders=$(vopt_if cloudproviders enabled disabled)
|
||||
|
@ -29,7 +29,7 @@ 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=9b444e1ce3728680290917e143930195599c65c84c4debbfacfc1044aeff3c94
|
||||
checksum=d46cf5b127ea27dd9e5d2ff6ed500cb4067eeb2cb1cd2c313ccde8013b0b9bf9
|
||||
|
||||
# Package build options
|
||||
build_options="broadway colord cups gir cloudproviders wayland x11"
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
pkgname=gtk
|
Loading…
Reference in New Issue