From d50fb5ba3357ca261e8e0e8807a6a23bfa423945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 3 Apr 2022 19:36:01 +0200 Subject: [PATCH] gnome-calculator upgrade 41.1 -> 42-0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Overview of changes in gnome-calculator 42.0 * Updated translations Overview of changes in gnome-calculator 42.rc * Updated translations * Use new gnome post_install script !106 (Bobby Rong) * gcalc build fixes (Daniel Espinoza Ortiz) * Updated screenshots (Christopher Davis) * Set default focus to entry (Robert Roth) Overview of changes in gnome-calculator 42.beta * Updated Translations * Fixed build issues with GCI entry controller tests #250 (Robert Roth) * Force LTR in history view #252 (Robert Roth) * programing mode: Force bit digits to be always LTR #258 (Yosef Or Boczko) * Use AdwApplication (Alexander Mikhaylenko) * ui: Fix styles !105 (Alexander Mikhaylenko) Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- ...gnome-calculator_41.1.bb => gnome-calculator_42.0.bb} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) rename meta-gnome/recipes-gnome/gnome-calculator/{gnome-calculator_41.1.bb => gnome-calculator_42.0.bb} (80%) diff --git a/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_41.1.bb b/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_42.0.bb similarity index 80% rename from meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_41.1.bb rename to meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_42.0.bb index 607f52afebe..80cc38c6150 100644 --- a/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_41.1.bb +++ b/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_42.0.bb @@ -6,12 +6,12 @@ SECTION = "x11/gnome" DEPENDS = " \ yelp-tools-native \ - gtk+3 \ + gtk4 \ libsoup-2.4 \ libgee \ libmpc \ - gtksourceview4 \ - libhandy \ + gtksourceview5 \ + libadwaita \ " GIR_MESON_OPTION = 'disable-introspection' @@ -19,6 +19,7 @@ GIR_MESON_ENABLE_FLAG = 'false' GIR_MESON_DISABLE_FLAG = 'true' GNOMEBASEBUILDCLASS = "meson" +GTKIC_VERSION = '4' inherit gnomebase gobject-introspection gnome-help vala gtk-icon-cache gettext features_check @@ -27,7 +28,7 @@ def gnome_verdir(v): REQUIRED_DISTRO_FEATURES = "x11" -SRC_URI[archive.sha256sum] = "0267614afdb25d38b78411b42ebab7bc50c1b6340cc49bb68c0e432d7ddf8a34" +SRC_URI[archive.sha256sum] = "a535a14ebea58e691a4b5a085256aed060a2c3f07384ac3a3d01832332a27e4a" FILES:${PN} += " \ ${datadir}/dbus-1 \