Switching runtime to GNOME 42 and adding adw 1.2 (#272)

This commit is contained in:
0xMRTT 2022-08-26 15:00:59 +02:00 committed by GitHub
commit 553b4b013d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
{ {
"app-id" : "com.github.GradienceTeam.Gradience", "app-id" : "com.github.GradienceTeam.Gradience",
"runtime" : "org.gnome.Platform", "runtime" : "org.gnome.Platform",
"runtime-version" : "master", "runtime-version" : "42",
"sdk" : "org.gnome.Sdk", "sdk" : "org.gnome.Sdk",
"command" : "gradience", "command" : "gradience",
"finish-args" : [ "finish-args" : [
@ -41,7 +41,6 @@
} }
] ]
}, },
{ {
"name" : "blueprint-compiler", "name" : "blueprint-compiler",
"buildsystem" : "meson", "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", "name": "libportal",
"buildsystem": "meson", "buildsystem": "meson",
@ -61,7 +72,7 @@
{ {
"type": "git", "type": "git",
"url": "https://github.com/flatpak/libportal", "url": "https://github.com/flatpak/libportal",
"branch": "main" "tag": "0.6"
} }
] ]
}, },