diff mbox series

[meta-gnome,14/15] gnome-calculator: upgrade 48.0 -> 50.0

Message ID 20260906093713.797648-14-f_l_k@t-online.de
State New
Headers show
Series [meta-gnome,01/15] gnome-settings-daemon: upgrade 49.1 -> 50.1 | expand

Commit Message

Markus Volk Sept. 6, 2026, 9:37 a.m. UTC
blueprint-compiler-native is a new build dependency.

Build tested on corei7-64.

AI-Generated: Uses Claude Code (Claude Fable 5.1)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../{gnome-calculator_48.0.bb => gnome-calculator_50.0.bb}   | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/gnome-calculator/{gnome-calculator_48.0.bb => gnome-calculator_50.0.bb} (79%)
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_48.0.bb b/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_50.0.bb
similarity index 79%
rename from meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_48.0.bb
rename to meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_50.0.bb
index b8433a2b5a..4330e25df1 100644
--- a/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_48.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_50.0.bb
@@ -5,6 +5,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 SECTION = "x11/gnome"
 
 DEPENDS = " \
+    blueprint-compiler-native \
     yelp-tools-native \
     gtk4 \
     libsoup-3.0 \
@@ -29,7 +30,9 @@  def gnome_verdir(v):
 
 REQUIRED_DISTRO_FEATURES = "x11 opengl"
 
-SRC_URI[archive.sha256sum] = "07b627136bbfddb6142b324acc30440911f77f5137009103276a2d35ffd39510"
+export GI_TYPELIB_PATH = "${STAGING_LIBDIR}/girepository-1.0/"
+
+SRC_URI[archive.sha256sum] = "8053d6891565e882874b65c1db51c5bf310005eb788b8bac3546390743350a90"
 
 FILES:${PN} += " \
     ${datadir}/dbus-1 \