feat: update GNOME runtime to 43, and speed up compilation times

This commit is contained in:
tfuxu 2022-10-02 20:03:49 +02:00
parent dc08d673c3
commit a2af9f8786
2 changed files with 9 additions and 43 deletions

View file

@ -1,7 +1,7 @@
{ {
"app-id" : "com.github.GradienceTeam.Gradience.Devel", "app-id" : "com.github.GradienceTeam.Gradience.Devel",
"runtime" : "org.gnome.Platform", "runtime" : "org.gnome.Platform",
"runtime-version" : "42", "runtime-version" : "43",
"sdk" : "org.gnome.Sdk", "sdk" : "org.gnome.Sdk",
"command" : "gradience", "command" : "gradience",
"finish-args" : [ "finish-args" : [
@ -10,7 +10,7 @@
"--socket=fallback-x11", "--socket=fallback-x11",
"--device=dri", "--device=dri",
"--socket=wayland", "--socket=wayland",
"--filesystem=xdg-data/flatpak:create", "--filesystem=xdg-data/flatpak/overrides:create",
"--filesystem=xdg-config/gtk-3.0", "--filesystem=xdg-config/gtk-3.0",
"--filesystem=xdg-config/gtk-4.0", "--filesystem=xdg-config/gtk-4.0",
"--filesystem=xdg-run/dconf", "--filesystem=xdg-run/dconf",
@ -63,7 +63,7 @@
"build-commands": [ "build-commands": [
"autoreconf --force --install", "autoreconf --force --install",
"./configure --enable-shared --prefix=/app", "./configure --enable-shared --prefix=/app",
"make", "make -j4",
"make install" "make install"
], ],
"sources": [ "sources": [
@ -80,7 +80,7 @@
"build-commands": [ "build-commands": [
"autoreconf --force --install", "autoreconf --force --install",
"./configure --prefix=/app", "./configure --prefix=/app",
"make", "make -j4",
"make install" "make install"
], ],
"sources": [ "sources": [
@ -91,23 +91,6 @@
} }
] ]
}, },
{
"name": "libadwaita",
"buildsystem": "meson",
"config-opts": [
"-Dvapi=false",
"-Dtests=false",
"-Dexamples=false",
"-Dintrospection=enabled"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/libadwaita.git",
"tag": "1.2.beta"
}
]
},
{ {
"name": "libportal", "name": "libportal",
"buildsystem": "meson", "buildsystem": "meson",

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" : "42", "runtime-version" : "43",
"sdk" : "org.gnome.Sdk", "sdk" : "org.gnome.Sdk",
"command" : "gradience", "command" : "gradience",
"finish-args" : [ "finish-args" : [
@ -10,7 +10,7 @@
"--socket=fallback-x11", "--socket=fallback-x11",
"--device=dri", "--device=dri",
"--socket=wayland", "--socket=wayland",
"--filesystem=xdg-data/flatpak:create", "--filesystem=xdg-data/flatpak/overrides:create",
"--filesystem=xdg-config/gtk-3.0", "--filesystem=xdg-config/gtk-3.0",
"--filesystem=xdg-config/gtk-4.0", "--filesystem=xdg-config/gtk-4.0",
"--filesystem=xdg-run/dconf", "--filesystem=xdg-run/dconf",
@ -53,7 +53,7 @@
{ {
"type" : "git", "type" : "git",
"url" : "https://gitlab.gnome.org/jwestman/blueprint-compiler", "url" : "https://gitlab.gnome.org/jwestman/blueprint-compiler",
"branch" : "main" "branch" : "v0.4.0"
} }
] ]
}, },
@ -63,7 +63,7 @@
"build-commands": [ "build-commands": [
"autoreconf --force --install", "autoreconf --force --install",
"./configure --enable-shared --prefix=/app", "./configure --enable-shared --prefix=/app",
"make", "make -j4",
"make install" "make install"
], ],
"sources": [ "sources": [
@ -80,7 +80,7 @@
"build-commands": [ "build-commands": [
"autoreconf --force --install", "autoreconf --force --install",
"./configure --prefix=/app", "./configure --prefix=/app",
"make", "make -j4",
"make install" "make install"
], ],
"sources": [ "sources": [
@ -91,23 +91,6 @@
} }
] ]
}, },
{
"name": "libadwaita",
"buildsystem": "meson",
"config-opts": [
"-Dvapi=false",
"-Dtests=false",
"-Dexamples=false",
"-Dintrospection=enabled"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/libadwaita.git",
"tag": "1.2.beta"
}
]
},
{ {
"name": "libportal", "name": "libportal",
"buildsystem": "meson", "buildsystem": "meson",