diff mbox series

[meta-gnome] gnome-calendar: update 45.1 -> 46.0

Message ID 20240319065735.33275-1-f_l_k@t-online.de
State Accepted
Headers show
Series [meta-gnome] gnome-calendar: update 45.1 -> 46.0 | expand

Commit Message

Markus Volk March 19, 2024, 6:57 a.m. UTC
- this update will require libadwaita 1.5.0

Major changes in 46.0:
* Updated translations

Major changes in 46.rc:
* Improve AppData information some more
* Various code cleanups
* Updated translations

Major changes in 46.beta:
* Improve AppData information
* Use the Settings portal for the show-week-dates setting
* Fix daylight saving time events in the Week view
* Add accessible labels to a few UI elements
* Use the new AdwDialog API for responsive dialogs
* Tweak the visuals of the Month view
* Properly make Calendar stop the weather service in Flatpak
* Updated translations

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../{gnome-calendar_45.1.bb => gnome-calendar_46.0.bb}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/gnome-calendar/{gnome-calendar_45.1.bb => gnome-calendar_46.0.bb} (89%)

Comments

Khem Raj March 20, 2024, 4:15 p.m. UTC | #1
its failing to find libadwaita

https://errors.yoctoproject.org/Errors/Details/759579/

On Mon, Mar 18, 2024 at 11:57 PM Markus Volk <f_l_k@t-online.de> wrote:
>
> - this update will require libadwaita 1.5.0
>
> Major changes in 46.0:
> * Updated translations
>
> Major changes in 46.rc:
> * Improve AppData information some more
> * Various code cleanups
> * Updated translations
>
> Major changes in 46.beta:
> * Improve AppData information
> * Use the Settings portal for the show-week-dates setting
> * Fix daylight saving time events in the Week view
> * Add accessible labels to a few UI elements
> * Use the new AdwDialog API for responsive dialogs
> * Tweak the visuals of the Month view
> * Properly make Calendar stop the weather service in Flatpak
> * Updated translations
>
> Signed-off-by: Markus Volk <f_l_k@t-online.de>
> ---
>  .../{gnome-calendar_45.1.bb => gnome-calendar_46.0.bb}          | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta-gnome/recipes-gnome/gnome-calendar/{gnome-calendar_45.1.bb => gnome-calendar_46.0.bb} (89%)
>
> diff --git a/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_45.1.bb b/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_46.0.bb
> similarity index 89%
> rename from meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_45.1.bb
> rename to meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_46.0.bb
> index 99cb9f67e..707c4b583 100644
> --- a/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_45.1.bb
> +++ b/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_46.0.bb
> @@ -22,7 +22,7 @@ inherit gnomebase gsettings gtk-icon-cache gettext features_check upstream-versi
>
>  REQUIRED_DISTRO_FEATURES = "x11 opengl"
>
> -SRC_URI[archive.sha256sum] = "7fa8507543865aa7432bb5319830c87158b5447ca09cca45b607dc6796c71008"
> +SRC_URI[archive.sha256sum] = "5e21960c174bd8606d9089bf79c70f31070ab4837919878b00db2f14af9fe718"
>
>  do_install:prepend() {
>      sed -i -e 's|${S}/src|${TARGET_DBGSRC_DIR}/src|g' ${B}/src/gcal-enum-types.h
> --
> 2.44.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#109472): https://lists.openembedded.org/g/openembedded-devel/message/109472
> Mute This Topic: https://lists.openembedded.org/mt/105019701/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Markus Volk March 20, 2024, 4:39 p.m. UTC | #2
On Wed, Mar 20 2024 at 09:15:20 AM -07:00:00, Khem Raj 
<raj.khem@gmail.com> wrote:
>  - this update will require libadwaita 1.5.0
This can only be applied after libadwaita was updated to 1.5.0
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_45.1.bb b/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_46.0.bb
similarity index 89%
rename from meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_45.1.bb
rename to meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_46.0.bb
index 99cb9f67e..707c4b583 100644
--- a/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_45.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_46.0.bb
@@ -22,7 +22,7 @@  inherit gnomebase gsettings gtk-icon-cache gettext features_check upstream-versi
 
 REQUIRED_DISTRO_FEATURES = "x11 opengl"
 
-SRC_URI[archive.sha256sum] = "7fa8507543865aa7432bb5319830c87158b5447ca09cca45b607dc6796c71008"
+SRC_URI[archive.sha256sum] = "5e21960c174bd8606d9089bf79c70f31070ab4837919878b00db2f14af9fe718"
 
 do_install:prepend() {
     sed -i -e 's|${S}/src|${TARGET_DBGSRC_DIR}/src|g' ${B}/src/gcal-enum-types.h