flatpak: use master runtime (includes GTK4)

This commit is contained in:
Julian Sparber 2021-02-24 14:48:04 +01:00
parent 461fe38af4
commit 956e4c5396
2 changed files with 2 additions and 61 deletions

View file

@ -3,7 +3,7 @@ stages:
- test
flatpak:
image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/rust_bundle:3.38'
image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/rust_bundle:master'
stage: test
tags:
- flatpak

View file

@ -1,7 +1,7 @@
{
"app-id": "org.gnome.FractalNext.Devel",
"runtime": "org.gnome.Platform",
"runtime-version": "3.38",
"runtime-version": "master",
"sdk": "org.gnome.Sdk",
"sdk-extensions": ["org.freedesktop.Sdk.Extension.rust-stable"],
"command": "fractal",
@ -29,65 +29,6 @@
}
},
"modules": [
{
"name": "gtk4",
"buildsystem": "meson",
"config-opts": [
"-Ddemos=false",
"-Dbuild-examples=false",
"-Dbuild-tests=false"
],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/gtk/4.0/gtk-4.0.0.tar.xz",
"sha256": "d46cf5b127ea27dd9e5d2ff6ed500cb4067eeb2cb1cd2c313ccde8013b0b9bf9"
}
],
"modules": [
{
"name": "pango",
"buildsystem": "meson",
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/pango/1.48/pango-1.48.0.tar.xz",
"sha256": "391f26f3341c2d7053e0fb26a956bd42360dadd825efe7088b1e9340a65e74e6"
}
]
},
{
"name": "libsass",
"sources": [
{
"type": "archive",
"url": "https://github.com/sass/libsass/archive/3.6.4.tar.gz",
"sha256": "f9484d9a6df60576e791566eab2f757a97fd414fce01dd41fc0a693ea5db2889"
},
{
"type": "script",
"dest-filename": "autogen.sh",
"commands": ["autoreconf -si"]
}
]
},
{
"name": "sassc",
"sources": [
{
"type": "archive",
"url": "https://github.com/sass/sassc/archive/3.6.1.tar.gz",
"sha256": "8cee391c49a102b4464f86fc40c4ceac3a2ada52a89c4c933d8348e3e4542a60"
},
{
"type": "script",
"dest-filename": "autogen.sh",
"commands": ["autoreconf -si"]
}
]
}
]
},
{
"name": "libadwaita",
"buildsystem": "meson",