diff options
author | Markus Volk <f_l_k@t-online.de> | 2023-10-26 11:09:58 +0200 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-11-01 08:16:30 -0400 |
commit | e3db3008d4591af52c304aa69622deb03197b25e (patch) | |
tree | aff8d7bb4884293a5a490f0b2e6a6327afbf358f | |
parent | 34aaa203ca77e4c1231e5a05c6faecbdd80bcad3 (diff) | |
download | meta-openembedded-e3db3008d4591af52c304aa69622deb03197b25e.tar.gz |
gnome-calendar: Update 45.0 -> 45.1
Major changes in 45.1:
* Use en dash for various strings
* Read the 12/24h time format setting from the portal
* Show event popover above events
* Fix a crash when loading some specific event in specific ranges and timezones
* Fix various warnings
* Updated translations
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 1cfd747f3d52ee58bc47f42ad6220e72dc745674)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_45.1.bb (renamed from meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_45.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_45.0.bb b/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_45.1.bb index a8b8123f80..1f63c8aeb6 100644 --- a/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_45.0.bb +++ b/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_45.1.bb | |||
@@ -23,7 +23,7 @@ inherit gnomebase gsettings gtk-icon-cache gettext features_check upstream-versi | |||
23 | 23 | ||
24 | REQUIRED_DISTRO_FEATURES = "x11 opengl" | 24 | REQUIRED_DISTRO_FEATURES = "x11 opengl" |
25 | 25 | ||
26 | SRC_URI[archive.sha256sum] = "8c1483cbba4388db410875ed09d64e9003f929b555d704076a6fe7bd7c1e65b2" | 26 | SRC_URI[archive.sha256sum] = "7fa8507543865aa7432bb5319830c87158b5447ca09cca45b607dc6796c71008" |
27 | 27 | ||
28 | do_install:prepend() { | 28 | do_install:prepend() { |
29 | sed -i -e 's|${S}/src|/usr/src/debug/${PN}/${PV}-${PR}/src|g' ${B}/src/gcal-enum-types.h | 29 | sed -i -e 's|${S}/src|/usr/src/debug/${PN}/${PV}-${PR}/src|g' ${B}/src/gcal-enum-types.h |