summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-09-21 21:29:35 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2020-09-21 22:02:13 +0100
commit125dcf0209dd088896a1b92b9399786e2c06d041 (patch)
treef975996d18c7474e5332237945a2d968706dac89
parentd792ccf10bca5d2ab8e7e3c423daff0c39f21f19 (diff)
downloadgnome-dictionary-125dcf0209dd088896a1b92b9399786e2c06d041.tar.gz
Update the Flatpak manifest
- Drop the various dconf-sized holes in the sandbox: we have a native solution, these days. - Clean up the build options. - Drop a bunch of unused cleanup rules. - Build the development version out of the box.
-rw-r--r--build-aux/flatpak/org.gnome.Dictionary.json36
1 files changed, 16 insertions, 20 deletions
diff --git a/build-aux/flatpak/org.gnome.Dictionary.json b/build-aux/flatpak/org.gnome.Dictionary.json
index 78d6241..da32d8e 100644
--- a/build-aux/flatpak/org.gnome.Dictionary.json
+++ b/build-aux/flatpak/org.gnome.Dictionary.json
@@ -1,38 +1,34 @@
{
- "app-id": "org.gnome.Dictionary",
+ "app-id": "org.gnome.Dictionary.Devel",
"runtime": "org.gnome.Platform",
"runtime-version": "master",
"sdk": "org.gnome.Sdk",
"command": "gnome-dictionary",
- "tags": ["nightly"],
- "desktop-file-name-prefix": "(Nightly) ",
+ "tags": ["devel", "development", "nightly"],
+ "desktop-file-name-prefix": "(Development) ",
"finish-args": [
- "--share=ipc", "--socket=x11",
+ "--share=ipc",
+ "--socket=fallback-x11",
"--socket=wayland",
"--share=network",
- "--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:ro",
- "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
+ "--talk-name=org.gtk.vfs",
+ "--talk-name=org.gtk.vfs.*"
],
- "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",
- "*.la", "*.a",
- "/lib/girepository-1.0",
- "/share/doc", "/share/gir-1.0"
+ "cleanup": [
+ "/man",
+ "/share/man",
+ "/share/doc"
],
"modules": [
{
"name": "gnome-dictionary",
"buildsystem": "meson",
"builddir": true,
- "config-opts": [ "--libdir=/app/lib", "-Dbuild_man=false" ],
+ "config-opts": [
+ "--libdir=/app/lib",
+ "-Dprofile=devel",
+ "-Dbuild_man=false"
+ ],
"sources": [
{
"type": "git",