Flatpak: update GTK4 to latest git

GTK 4.2.0 has some problems that were fixed recently. Update to post release git.
This commit is contained in:
Rafał Dzięgiel
2021-04-08 20:56:50 +02:00
parent 7a7a04554f
commit a3f78432f8
2 changed files with 2 additions and 32 deletions

View File

@@ -18,16 +18,12 @@
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/gtk.git",
"tag": "4.1.1",
"commit": "1f284fcd706de5b0b8c54fee3ff61880caf1d167"
"branch": "master",
"commit": "1c2238cc2abbca0486a5fdac5523efc268affb96"
},
{
"type": "patch",
"path": "gtk4-popover-unrealize.patch"
},
{
"type": "patch",
"path": "gtk4-broadway-fix-unsafe-variable-type.patch"
}
]
}