diff options
| author | Markus Volk <f_l_k@t-online.de> | 2024-09-20 17:08:05 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-10-11 00:25:42 -0700 |
| commit | 4d486f95d030e55861fbc45dd03e4e668a1c6baa (patch) | |
| tree | 76cff657d78600df0cf645e0660143b5efc0ae41 | |
| parent | 23889e00c9328717b18a62b4193025134b14dfdf (diff) | |
| download | meta-openembedded-4d486f95d030e55861fbc45dd03e4e668a1c6baa.tar.gz | |
gnome-calendar: update 46.1 -> 47.0
Major changes in 47.0:
* Updated translations
Major changes in 47.rc:
* Set a user agent when requesting remote servers for calendar files
* Port various spinners to AdwSpinner
* Improvements to URL validation when adding new calendars
* Only offer writable calendars when creating new events
* Show indicator icons for invisible calendars in the importer dialog
* Fix drag and drop issue with events in daylight saving time
* Updated translations
Major changes in 47.beta:
* Add the ability to import ICS files using drag n' drop
* Fix the timelines backend, to eliminate divergence between views after moving events
* Fix the agenda sidebar's events ordering
* Fix the agenda sidebar's duplication of day separation headers in the events list
* Fix the agenda sidebar's events randomly appearing or disappearing
* Interpret floating time events (no timezone defined) using local time instead of UTC
* Interpret timezones when previewing events in the .ics importer dialog
* Various improvements to the file importer dialog
* Many visual improvements to the event preview popover
* Event reminders states are now remembered properly
* Avoid creating an extra duplicate local calendar when adding calendars from URLs
* Show service names instead of URLs in tooltips for recognized videoconferencing links
* Small improvement to the spacing of the month view
Major changes in 47.alpha:
* Faster, flicker-free search
* Use modern Adwaita widgets in various places
* Improved event editor dialog
* Improved visuals for mini-calendar in the sidebar
* Updated translations
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_47.0.bb (renamed from meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_46.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_46.1.bb b/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_47.0.bb index eac768c8f5..fa9df54fba 100644 --- a/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_46.1.bb +++ b/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_47.0.bb | |||
| @@ -22,7 +22,7 @@ inherit gnomebase gsettings gtk-icon-cache gettext features_check upstream-versi | |||
| 22 | 22 | ||
| 23 | REQUIRED_DISTRO_FEATURES = "x11 opengl" | 23 | REQUIRED_DISTRO_FEATURES = "x11 opengl" |
| 24 | 24 | ||
| 25 | SRC_URI[archive.sha256sum] = "9861ff7b8abd5b7b20690ba55eb7542c7ec534b566269e29b5b1e858c1610897" | 25 | SRC_URI[archive.sha256sum] = "3b03313f1c4d12dc821e07e209d1596d53eafa255d492d2ce5abf92ed1b51e76" |
| 26 | 26 | ||
| 27 | do_install:prepend() { | 27 | do_install:prepend() { |
| 28 | sed -i -e 's|${S}/src|${TARGET_DBGSRC_DIR}/src|g' ${B}/src/gcal-enum-types.h | 28 | sed -i -e 's|${S}/src|${TARGET_DBGSRC_DIR}/src|g' ${B}/src/gcal-enum-types.h |
