Add a flatpak manifest for widget-factory
This makes it easier to build GTK+.
This commit is contained in:
parent
08f31f8f4a
commit
2f58c7c060
45
build-aux/flatpak/org.gtk.WidgetFactory.json
Normal file
45
build-aux/flatpak/org.gtk.WidgetFactory.json
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
{
|
||||||
|
"app-id": "org.gtk.WidgetFactory",
|
||||||
|
"runtime": "org.gnome.Platform",
|
||||||
|
"runtime-version": "master",
|
||||||
|
"sdk": "org.gnome.Sdk",
|
||||||
|
"command": "gtk3-widget-factory",
|
||||||
|
"tags": ["devel", "development", "nightly"],
|
||||||
|
"rename-desktop-file": "gtk3-widget-factory.desktop",
|
||||||
|
"rename-icon": "gtk3-widget-factory",
|
||||||
|
"finish-args": [
|
||||||
|
"--device=dri",
|
||||||
|
"--share=ipc",
|
||||||
|
"--socket=x11",
|
||||||
|
"--socket=wayland",
|
||||||
|
"--talk-name=org.gtk.vfs", "--talk-name=org.gtk.vfs.*",
|
||||||
|
"--talk-name=ca.desrt.conf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
|
||||||
|
],
|
||||||
|
"cleanup": [
|
||||||
|
"/include",
|
||||||
|
"/lib/pkgconfig", "/share/pkgconfig",
|
||||||
|
"/share/aclocal",
|
||||||
|
"/man", "/share/man", "/share/gtk-doc",
|
||||||
|
"*.la", ".a",
|
||||||
|
"/lib/girepository-1.0",
|
||||||
|
"/share/gir-1.0",
|
||||||
|
"/share/doc"
|
||||||
|
],
|
||||||
|
"modules": [
|
||||||
|
{
|
||||||
|
"name": "gtk",
|
||||||
|
"buildsystem": "autotools",
|
||||||
|
"builddir": true,
|
||||||
|
"config-opts": [
|
||||||
|
"--libdir=/app/lib"
|
||||||
|
],
|
||||||
|
"sources": [
|
||||||
|
{
|
||||||
|
"type": "git",
|
||||||
|
"branch": "gtk-3-24",
|
||||||
|
"url": "https://gitlab.gnome.org/GNOME/gtk.git"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user