From c5656e2439d20c80c420f67d2765acfabe73b0e2 Mon Sep 17 00:00:00 2001 From: elementaryBot Date: Mon, 6 Oct 2025 00:25:34 +0000 Subject: [PATCH 1/2] granite-7: Update granite.git to 7.7.0 --- io.elementary.Sdk.json.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/io.elementary.Sdk.json.in b/io.elementary.Sdk.json.in index dce4f87..36a64c6 100644 --- a/io.elementary.Sdk.json.in +++ b/io.elementary.Sdk.json.in @@ -172,8 +172,8 @@ { "type": "git", "url": "https://github.com/elementary/granite.git", - "tag": "7.6.0", - "commit": "065ba1f245b60ef867a6ca145e0891cf84eddcc7", + "tag": "7.7.0", + "commit": "ae94e9123bbf1dea8db38bedd8a925dbd5a8f812", "x-checker-data": { "type": "git", "tag-pattern": "^([\\d.]+)$" From a7ad36d24082cff844c0bd1da722c22d544a37c7 Mon Sep 17 00:00:00 2001 From: Ryo Nakano Date: Mon, 6 Oct 2025 12:27:52 +0900 Subject: [PATCH 2/2] Disable granite demo because libshumate is not available --- io.elementary.Sdk.json.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/io.elementary.Sdk.json.in b/io.elementary.Sdk.json.in index 36a64c6..b3804dd 100644 --- a/io.elementary.Sdk.json.in +++ b/io.elementary.Sdk.json.in @@ -168,6 +168,9 @@ { "name": "granite-7", "buildsystem": "meson", + "config-opts": [ + "-Ddemo=false" + ], "sources": [ { "type": "git",