64 lines
1.7 KiB
JSON
64 lines
1.7 KiB
JSON
{
|
|
"app-id": "org.gtk.teleportapp",
|
|
"runtime": "org.gnome.Platform",
|
|
"runtime-version": "master",
|
|
"sdk": "org.gnome.Sdk",
|
|
"command": "teleportapp",
|
|
"tags": ["devel"],
|
|
"desktop-file-name-prefix": "(Development) ",
|
|
"finish-args": [
|
|
"--share=network",
|
|
"--share=ipc",
|
|
"--socket=x11",
|
|
"--socket=wayland",
|
|
"--filesystem=xdg-run/dconf",
|
|
"--filesystem=~/.config/dconf:ro",
|
|
"--talk-name=ca.desrt.dconf",
|
|
"--env=DCONF_USER_CONFIG_DIR=.config/dconf"
|
|
],
|
|
"build-options" : {
|
|
"cflags": "-O2 -g",
|
|
"cxxflags": "-O2 -g",
|
|
"env": {
|
|
"V": "1"
|
|
}
|
|
},
|
|
"cleanup": ["/include", "/lib/pkgconfig",
|
|
"/share/pkgconfig", "/share/aclocal",
|
|
"/man", "/share/man", "/share/gtk-doc",
|
|
"/share/vala",
|
|
"*.la", "*.a"],
|
|
"modules": [
|
|
{
|
|
"name": "teleportapp",
|
|
"sources": [
|
|
{
|
|
"type": "archive",
|
|
"url": "https://github.com/frac-tion/teleport/archive/flatpak.zip",
|
|
"sha256": "028719a49cb5ce46fcef9237b1e2942ec5140aefee459c7ebf6b79289230efb8"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "libsoup",
|
|
"sources": [
|
|
{
|
|
"type": "archive",
|
|
"url": "https://download.gnome.org/sources/libsoup/2.60/libsoup-2.60.0.tar.xz",
|
|
"sha256": "b324edbecda0884143c0853b4a2bd5bd37fb3761f12f293c621ff34b9acdc84c"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "avahi-client",
|
|
"sources": [
|
|
{
|
|
"type": "archive",
|
|
"url": "http://avahi.org/download/avahi-0.7.tar.gz",
|
|
"sha256": "57a99b5dfe7fdae794e3d1ee7a62973a368e91e414bd0dfa5d84434de5b14804"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|