All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-gnome][PATCH] gnome-calendar: update 45.1 -> 46.0
@ 2024-03-19  6:57 Markus Volk
  2024-03-20 16:15 ` [oe] " Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Markus Volk @ 2024-03-19  6:57 UTC (permalink / raw)
  To: openembedded-devel

- 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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [oe] [meta-gnome][PATCH] gnome-calendar: update 45.1 -> 46.0
  2024-03-19  6:57 [meta-gnome][PATCH] gnome-calendar: update 45.1 -> 46.0 Markus Volk
@ 2024-03-20 16:15 ` Khem Raj
  2024-03-20 16:39   ` f_l_k
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2024-03-20 16:15 UTC (permalink / raw)
  To: Markus Volk; +Cc: openembedded-devel

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]
> -=-=-=-=-=-=-=-=-=-=-=-
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [oe] [meta-gnome][PATCH] gnome-calendar: update 45.1 -> 46.0
  2024-03-20 16:15 ` [oe] " Khem Raj
@ 2024-03-20 16:39   ` f_l_k
  0 siblings, 0 replies; 3+ messages in thread
From: f_l_k @ 2024-03-20 16:39 UTC (permalink / raw)
  To: Khem Raj; +Cc: Markus Volk, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 195 bytes --]

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


[-- Attachment #2: Type: text/html, Size: 348 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-20 16:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-19  6:57 [meta-gnome][PATCH] gnome-calendar: update 45.1 -> 46.0 Markus Volk
2024-03-20 16:15 ` [oe] " Khem Raj
2024-03-20 16:39   ` f_l_k

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.