[recipes] Some cleanups to the flatpak manifest



commit 1b515328402c3475021531796b02f6e9f3379a4f
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Mar 29 19:34:09 2017 -0400

    Some cleanups to the flatpak manifest
    
    Use id instead of app-id, and don't set cxxflags or
    V=1 in the environment. It doesn't do any good for meson.

 flatpak/org.gnome.Recipes.json |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)
---
diff --git a/flatpak/org.gnome.Recipes.json b/flatpak/org.gnome.Recipes.json
index 136439c..25f94c5 100644
--- a/flatpak/org.gnome.Recipes.json
+++ b/flatpak/org.gnome.Recipes.json
@@ -1,13 +1,13 @@
 {
-    "app-id": "org.gnome.Recipes",
+    "id": "org.gnome.Recipes",
     "runtime": "org.gnome.Platform",
     "runtime-version": "3.24",
     "sdk": "org.gnome.Sdk",
     "command": "gnome-recipes",
     "finish-args": [
         "--share=ipc",
-        "--socket=x11",
         "--socket=wayland",
+        "--socket=x11",
         "--socket=pulseaudio",
         "--filesystem=xdg-run/dconf",
         "--filesystem=~/.config/dconf:ro",
@@ -15,11 +15,7 @@
         "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
     ],
     "build-options" : {
-        "cflags": "-O2 -g",
-        "cxxflags": "-O2 -g",
-        "env": {
-            "V": "1"
-        }
+        "cflags": "-O2 -g"
     },
     "cleanup": [
         "/include",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]