Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit 49a03a1

Browse files
committed
Switching runtime to GNOME 42 and adding adw 1.2
1 parent 46233e8 commit 49a03a1

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

com.github.GradienceTeam.Gradience.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"app-id" : "com.github.GradienceTeam.Gradience",
33
"runtime" : "org.gnome.Platform",
4-
"runtime-version" : "master",
4+
"runtime-version" : "42",
55
"sdk" : "org.gnome.Sdk",
66
"command" : "gradience",
77
"finish-args" : [
@@ -41,7 +41,6 @@
4141
}
4242
]
4343
},
44-
4544
{
4645
"name" : "blueprint-compiler",
4746
"buildsystem" : "meson",
@@ -53,6 +52,18 @@
5352
}
5453
]
5554
},
55+
{
56+
"name": "libadwaita",
57+
"buildsystem": "meson",
58+
"config-opts": ["-Dvapi=false", "-Dtests=false", "-Dexamples=false", "-Dintrospection=true"],
59+
"sources": [
60+
{
61+
"type": "git",
62+
"url": "https://gitlab.gnome.org/GNOME/libadwaita.git",
63+
"tag": "1.2.beta"
64+
}
65+
]
66+
},
5667
{
5768
"name": "libportal",
5869
"buildsystem": "meson",
@@ -61,7 +72,7 @@
6172
{
6273
"type": "git",
6374
"url": "https://github.com/flatpak/libportal",
64-
"branch": "main"
75+
"tag": "0.6"
6576
}
6677
]
6778
},

0 commit comments

Comments
 (0)