From b7dd1933afd3d23ae604f323387d6a7bab5deb8c Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sun, 3 Apr 2022 19:36:01 +0200 Subject: 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/gnome-calculator_41.1.bb | 36 --------------------- .../gnome-calculator/gnome-calculator_42.0.bb | 37 ++++++++++++++++++++++ 2 files changed, 37 insertions(+), 36 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_41.1.bb create mode 100644 meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_42.0.bb diff --git a/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_41.1.bb b/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_41.1.bb deleted file mode 100644 index 607f52afeb..0000000000 --- a/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_41.1.bb +++ /dev/null @@ -1,36 +0,0 @@ -SUMMARY = "GNOME calculator" -LICENSE = "GPL-3.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" - -SECTION = "x11/gnome" - -DEPENDS = " \ - yelp-tools-native \ - gtk+3 \ - libsoup-2.4 \ - libgee \ - libmpc \ - gtksourceview4 \ - libhandy \ -" - -GIR_MESON_OPTION = 'disable-introspection' -GIR_MESON_ENABLE_FLAG = 'false' -GIR_MESON_DISABLE_FLAG = 'true' - -GNOMEBASEBUILDCLASS = "meson" - -inherit gnomebase gobject-introspection gnome-help vala gtk-icon-cache gettext features_check - -def gnome_verdir(v): - return oe.utils.trim_version(v, 1) - -REQUIRED_DISTRO_FEATURES = "x11" - -SRC_URI[archive.sha256sum] = "0267614afdb25d38b78411b42ebab7bc50c1b6340cc49bb68c0e432d7ddf8a34" - -FILES:${PN} += " \ - ${datadir}/dbus-1 \ - ${datadir}/metainfo \ - ${datadir}/gnome-shell \ -" diff --git a/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_42.0.bb b/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_42.0.bb new file mode 100644 index 0000000000..80cc38c615 --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_42.0.bb @@ -0,0 +1,37 @@ +SUMMARY = "GNOME calculator" +LICENSE = "GPL-3.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" + +SECTION = "x11/gnome" + +DEPENDS = " \ + yelp-tools-native \ + gtk4 \ + libsoup-2.4 \ + libgee \ + libmpc \ + gtksourceview5 \ + libadwaita \ +" + +GIR_MESON_OPTION = 'disable-introspection' +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 + +def gnome_verdir(v): + return oe.utils.trim_version(v, 1) + +REQUIRED_DISTRO_FEATURES = "x11" + +SRC_URI[archive.sha256sum] = "a535a14ebea58e691a4b5a085256aed060a2c3f07384ac3a3d01832332a27e4a" + +FILES:${PN} += " \ + ${datadir}/dbus-1 \ + ${datadir}/metainfo \ + ${datadir}/gnome-shell \ +" -- cgit v1.2.3-54-g00ecf