Permalink
Switch branches/tags
Nothing to show
Find file
905e37f Mar 14, 2016
@alexlarsson @ebassi
43 lines (42 sloc) 1.28 KB
{
"app-id": "org.gnome.Dictionary",
"runtime": "org.gnome.Platform",
"runtime-version": "master",
"sdk": "org.gnome.Sdk",
"command": "gnome-dictionary",
"tags": ["nightly"],
"desktop-file-name-prefix": "(Nightly) ",
"finish-args": [
/* X11 + XShm access */
"--share=ipc", "--socket=x11",
/* Wayland access */
"--socket=wayland",
/* Needs to talk to the network: */
"--share=network",
/* Needed for dconf to work */
"--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"
},
"cleanup": ["/include", "/lib/pkgconfig",
"/share/pkgconfig", "/share/aclocal",
"/man", "/share/man", "/share/gtk-doc",
"*.la", "*.a",
"/lib/girepository-1.0",
"/share/dbus-1", "/share/doc", "/share/gir-1.0"
],
"modules": [
{
"name": "gnome-dictionary",
"sources": [
{
"type": "git",
"url": "git://git.gnome.org/gnome-dictionary"
}
]
}
]
}