diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2022-04-03 19:36:01 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-04-06 20:25:33 -0400 |
commit | b7dd1933afd3d23ae604f323387d6a7bab5deb8c (patch) | |
tree | a4df80884f07fecce8573579bfa5b11831015283 | |
parent | 8e7bae430033dea46f0f9bc1b42070fa45b9f9fc (diff) | |
download | meta-openembedded-b7dd1933afd3d23ae604f323387d6a7bab5deb8c.tar.gz |
gnome-calculator upgrade 41.1 -> 42-0
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 <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_42.0.bb (renamed from meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_41.1.bb) | 9 |
1 files changed, 5 insertions, 4 deletions
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 index 607f52afeb..80cc38c615 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" | |||
6 | 6 | ||
7 | DEPENDS = " \ | 7 | DEPENDS = " \ |
8 | yelp-tools-native \ | 8 | yelp-tools-native \ |
9 | gtk+3 \ | 9 | gtk4 \ |
10 | libsoup-2.4 \ | 10 | libsoup-2.4 \ |
11 | libgee \ | 11 | libgee \ |
12 | libmpc \ | 12 | libmpc \ |
13 | gtksourceview4 \ | 13 | gtksourceview5 \ |
14 | libhandy \ | 14 | libadwaita \ |
15 | " | 15 | " |
16 | 16 | ||
17 | GIR_MESON_OPTION = 'disable-introspection' | 17 | GIR_MESON_OPTION = 'disable-introspection' |
@@ -19,6 +19,7 @@ GIR_MESON_ENABLE_FLAG = 'false' | |||
19 | GIR_MESON_DISABLE_FLAG = 'true' | 19 | GIR_MESON_DISABLE_FLAG = 'true' |
20 | 20 | ||
21 | GNOMEBASEBUILDCLASS = "meson" | 21 | GNOMEBASEBUILDCLASS = "meson" |
22 | GTKIC_VERSION = '4' | ||
22 | 23 | ||
23 | inherit gnomebase gobject-introspection gnome-help vala gtk-icon-cache gettext features_check | 24 | inherit gnomebase gobject-introspection gnome-help vala gtk-icon-cache gettext features_check |
24 | 25 | ||
@@ -27,7 +28,7 @@ def gnome_verdir(v): | |||
27 | 28 | ||
28 | REQUIRED_DISTRO_FEATURES = "x11" | 29 | REQUIRED_DISTRO_FEATURES = "x11" |
29 | 30 | ||
30 | SRC_URI[archive.sha256sum] = "0267614afdb25d38b78411b42ebab7bc50c1b6340cc49bb68c0e432d7ddf8a34" | 31 | SRC_URI[archive.sha256sum] = "a535a14ebea58e691a4b5a085256aed060a2c3f07384ac3a3d01832332a27e4a" |
31 | 32 | ||
32 | FILES:${PN} += " \ | 33 | FILES:${PN} += " \ |
33 | ${datadir}/dbus-1 \ | 34 | ${datadir}/dbus-1 \ |