From 81477d7121b9b4bdf9c7a8eb3e6610fdf938ff21 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 12 Jun 2023 10:55:56 +0200 Subject: [PATCH] gtk3: Update version from 3.24.30 to 3.24.38 Version 3.24.38 was released on May 22nd, 2023. Convert to Meson. 1. https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.31.news 2. https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.32.news 3. https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.33.news 4. https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.34.news 5. https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.35.news 6. https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.36.news 7. https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.37.news 8. https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.38.news --- gtk3.be0 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gtk3.be0 b/gtk3.be0 index f59a9b26e..cb08c5527 100755 --- a/gtk3.be0 +++ b/gtk3.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION gtk3-3.24.30-0 +# BEE_VERSION gtk3-3.24.38-0 #SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/gtk+/${PKGVERSION[2]}/gtk+-${PKGVERSION}.tar.xz" -SRCURL[0]="https://beehive.molgen.mpg.de/1cfb66b3460ae5a62f964a5cc14c66b6/gtk%2b-3.24.30.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/7ed2f5914683ebd515da22f5784389f4/gtk+-3.24.38.tar.xz" # PATCHURL+=() @@ -22,10 +22,10 @@ mee_patch() { mee_configure() { bee_configure \ - --enable-introspection \ - --enable-wayland-backend \ - --enable-xinerama \ - --enable-x11-backend + -Dintrospection=true \ + -Dwayland_backend=true \ + -Dxinerama=yes \ + -Dx11_backend=true } #mee_build() {