mirror of
https://github.com/TakeV-Lambda/Tooth.git
synced 2024-11-23 07:24:38 +00:00
Add a Flatpak manifest (Close #236)
This commit is contained in:
parent
af9c0dcffb
commit
7564a16a0b
1 changed files with 56 additions and 0 deletions
56
com.github.bleakgrey.tootle.json
Normal file
56
com.github.bleakgrey.tootle.json
Normal file
|
@ -0,0 +1,56 @@
|
||||||
|
{
|
||||||
|
"app-id": "com.github.bleakgrey.tootle",
|
||||||
|
"runtime": "org.gnome.Platform",
|
||||||
|
"sdk": "org.gnome.Sdk",
|
||||||
|
"runtime-version": "3.36",
|
||||||
|
"command": "com.github.bleakgrey.tootle",
|
||||||
|
"finish-args": [
|
||||||
|
"--share=network",
|
||||||
|
"--share=ipc",
|
||||||
|
"--socket=fallback-x11",
|
||||||
|
"--socket=wayland",
|
||||||
|
"--filesystem=xdg-run/dconf",
|
||||||
|
"--filesystem=~/.config/dconf:ro",
|
||||||
|
"--talk-name=ca.desrt.dconf",
|
||||||
|
"--env=DCONF_USER_CONFIG_DIR=.config/dconf"
|
||||||
|
],
|
||||||
|
"cleanup": [
|
||||||
|
"/include",
|
||||||
|
"/lib/pkgconfig",
|
||||||
|
"/man",
|
||||||
|
"/share/doc",
|
||||||
|
"/share/gtk-doc",
|
||||||
|
"/share/man",
|
||||||
|
"/share/pkgconfig",
|
||||||
|
"*.la",
|
||||||
|
"*.a"
|
||||||
|
],
|
||||||
|
"modules": [
|
||||||
|
{
|
||||||
|
"name": "libhandy",
|
||||||
|
"buildsystem": "meson",
|
||||||
|
"builddir": true,
|
||||||
|
"config-opts": [
|
||||||
|
"-Dexamples=false",
|
||||||
|
"-Dtests=false"
|
||||||
|
],
|
||||||
|
"sources": [
|
||||||
|
{
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://gitlab.gnome.org/GNOME/libhandy.git"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "tootle",
|
||||||
|
"builddir": true,
|
||||||
|
"buildsystem": "meson",
|
||||||
|
"sources": [
|
||||||
|
{
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/bleakgrey/tootle.git"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue