Skip to content

Commit

Permalink
Flatpak: bring in line with Flathub manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Hjdskes committed Sep 2, 2018
1 parent 9130ffe commit afdfdc9
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions nl.hjdskes.gcolor3.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,28 @@
{
"app-id": "nl.hjdskes.gcolor3",

"runtime": "org.gnome.Platform",
"runtime-version": "3.28",
"sdk": "org.gnome.Sdk",

"command": "gcolor3",

"finish-args": [
"--share=ipc",
"--socket=x11",
"--socket=wayland",

"--filesystem=xdg-config/gcolor3:rw"
"--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"
},

"cleanup": [
"*.la",
"*.a",
"/include",
"/lib/pkgconfig",
"/share/man"
],

"modules": [
{
"name": "gcolor3",
"buildsystem": "meson",
"builddir": true,
"config-opts": [
"--buildtype=debugoptimized"
],
"sources": [
{
"type": "git",
Expand Down

0 comments on commit afdfdc9

Please sign in to comment.