From 49a03a1bdfed0ee042fbc193a2961cf650d2ac6b Mon Sep 17 00:00:00 2001 From: Lyes Saadi Date: Fri, 26 Aug 2022 13:25:35 +0100 Subject: [PATCH] Switching runtime to GNOME 42 and adding adw 1.2 --- com.github.GradienceTeam.Gradience.json | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/com.github.GradienceTeam.Gradience.json b/com.github.GradienceTeam.Gradience.json index 127c3eae..68da807c 100644 --- a/com.github.GradienceTeam.Gradience.json +++ b/com.github.GradienceTeam.Gradience.json @@ -1,7 +1,7 @@ { "app-id" : "com.github.GradienceTeam.Gradience", "runtime" : "org.gnome.Platform", - "runtime-version" : "master", + "runtime-version" : "42", "sdk" : "org.gnome.Sdk", "command" : "gradience", "finish-args" : [ @@ -41,7 +41,6 @@ } ] }, - { "name" : "blueprint-compiler", "buildsystem" : "meson", @@ -53,6 +52,18 @@ } ] }, + { + "name": "libadwaita", + "buildsystem": "meson", + "config-opts": ["-Dvapi=false", "-Dtests=false", "-Dexamples=false", "-Dintrospection=true"], + "sources": [ + { + "type": "git", + "url": "https://gitlab.gnome.org/GNOME/libadwaita.git", + "tag": "1.2.beta" + } + ] + }, { "name": "libportal", "buildsystem": "meson", @@ -61,7 +72,7 @@ { "type": "git", "url": "https://github.com/flatpak/libportal", - "branch": "main" + "tag": "0.6" } ] },