flatpak: Build recent GTK 4.6.2 version

We are gonna move into depending on at least 4.6.0, build it for CI to pass
This commit is contained in:
Rafał Dzięgiel
2022-03-31 16:46:09 +02:00
parent 980e1d9e1a
commit 3074051b3d
3 changed files with 65 additions and 1 deletions

View File

@@ -0,0 +1,33 @@
{
"name": "gtk",
"buildsystem": "meson",
"config-opts": [
"--buildtype=release",
"--wrap-mode=nofallback",
"-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",
"tag": "4.6.2",
"commit": "aec7ca82007dbe07faee6be084d20758ebac2b91"
},
{
"type": "patch",
"path": "gtk4-popover-unrealize.patch"
}
]
}