apostrophe/flatpak/uberwriter.json

106 lines
2.2 KiB
JSON
Raw Normal View History

2018-04-04 18:31:54 +00:00
{
"app-id": "de.wolfvollprecht.UberWriter",
"runtime": "org.gnome.Platform",
"runtime-version": "3.26",
"sdk": "org.gnome.Sdk",
"command": "uberwriter",
"rename-icon": "uberwriter",
2018-04-04 18:31:54 +00:00
"finish-args": [
"--socket=x11",
"--share=ipc",
"--filesystem=host",
2018-04-04 18:31:54 +00:00
"--env=IN_FLATPAK=1"
],
"build-options" : {
"env": {
2018-04-11 13:31:43 +00:00
"PYTHON": "python3",
"IN_FLATPAK": "1"
2018-04-04 18:31:54 +00:00
}
},
"modules": [
{
"name": "uberwriter",
"sources": [
{
"type": "git",
2018-04-11 19:31:10 +00:00
"url": "git://github.com/wolfv/uberwriter",
2018-04-04 18:31:54 +00:00
"branch": "master"
}
]
},
{
"name": "pyenchant",
"build-options" : {
"build-args": ["--share=network"]
},
"config-opts": ["--module=pyenchant"],
"sources": [
{
"type": "file",
"path": "pip-download",
"dest-filename": "configure"
}
]
},
{
"name": "regex",
"build-options" : {
"build-args": ["--share=network"]
},
"config-opts": ["--module=regex"],
"sources": [
{
"type": "file",
"path": "pip-download",
"dest-filename": "configure"
}
]
},
{
"name": "python-Levenshtein",
"build-options" : {
"build-args": ["--share=network"]
},
"config-opts": ["--module=python-Levenshtein"],
"sources": [
{
"type": "file",
"path": "pip-download",
"dest-filename": "configure"
}
]
},
{
"name": "pypandoc",
"build-options" : {
"build-args": ["--share=network"]
},
"config-opts": ["--module=pypandoc"],
"sources": [
{
"type": "file",
"path": "pandoc-download",
"dest-filename": "configure"
}
]
},
{
"name": "fonts",
"build-options" : {
"build-args": ["--share=network"]
},
"config-opts": [""],
"sources": [
{
"type": "file",
"path": "fonts-download",
"dest-filename": "configure"
}
]
}
2018-04-13 19:00:16 +00:00
],
"post-install": [
"glib-compile-schemas /app/share/glib-2.0/schemas"
]
2018-04-04 18:31:54 +00:00
}