From 80250a7c38885206b5f3cb8425663da10108826b Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 10 Sep 2019 08:32:34 +0200 Subject: [PATCH 1/2] gtk3: Update version from 3.24.10 to 3.24.11 From the [news][1]: > Overview of Changes in GTK+ 3.24.11 > =================================== > > * Adwaita: > - Add drop shadow to icons > - Small color fixes > - Make title buttons round > > * OS X: Fix the monitors-changed signal > > * Win32: > - Build fixes > - Support choices in the native file chooser > - Fix icon cache freshness checks on 64bit > > * Wayland: > - Support xdg-output v3 > - Fix clipboard ownership handling > > * X11: Improve monitor metadata > > * Build: Require GLib 2.57.2 [1]: https://ftp.gnome.org/pub/gnome/sources/gtk+/3.24/gtk+-3.24.11.news --- gtk3.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk3.be0 b/gtk3.be0 index 5fbdf18b4..3c23cb508 100755 --- a/gtk3.be0 +++ b/gtk3.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION gtk3-3.24.10-0 +# BEE_VERSION gtk3-3.24.11-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) From c33f4706c515a4f8a4ebcb48d51231b68a8de9bf Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 10 Sep 2019 08:35:37 +0200 Subject: [PATCH 2/2] wayland-protocols: Update version from 1.12 to 1.18 GTK+ 3.24.11 requires at least version 1.14, so update to the latest and greatest release. The [releases page][1] also links to the announcements in the list archives. From the [1.18 announcement][2]. > This version comes with documentational clarifications, bug fixes and > minor additions to existing protocols. See the commit log for details. [1]: https://wayland.freedesktop.org/releases.html [2]: https://lists.freedesktop.org/archives/wayland-devel/2019-July/040756.html --- wayland-protocols.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayland-protocols.be0 b/wayland-protocols.be0 index 4bf6692f0..ee56a6984 100755 --- a/wayland-protocols.be0 +++ b/wayland-protocols.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION wayland-protocols-1.12-0 +# BEE_VERSION wayland-protocols-1.18-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)