flatpak: GTK4 and libadwaita downgrade test

This commit is contained in:
Rafał Dzięgiel
2023-01-08 11:05:12 +01:00
committed by Rafostar
parent 44db8c0d3b
commit 08216528cf
6 changed files with 222 additions and 1 deletions

View File

@@ -0,0 +1,41 @@
{
"name": "gtk",
"buildsystem": "meson",
"config-opts": [
"--buildtype=release",
"--wrap-mode=nodownload",
"-Dbroadway-backend=true",
"-Dwin32-backend=false",
"-Dmacos-backend=false",
"-Dmedia-ffmpeg=disabled",
"-Dprint-cups=disabled",
"-Dintrospection=enabled",
"-Ddemos=false",
"-Dbuild-examples=false",
"-Dbuild-tests=false"
],
"cleanup": [
"/bin/gtk4-builder-tool",
"/bin/gtk4-encode-symbolic-svg"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/gtk.git",
"branch": "gtk-4-4"
},
{
"type": "patch",
"path": "gtk4-popover-unrealize.patch"
},
{
"type": "patch",
"path": "gtk4-disable-meson-gnome-post-install.patch"
},
{
"type": "patch",
"path": "gtk4-latest-gcc-fix.patch"
}
]
}