[gnome-text-editor] build: simplify Flatpak manifest



commit c8f5d1acf32bb5fb0a4efc916df74320618d0ae5
Author: Christian Hergert <chergert redhat com>
Date:   Thu Aug 26 12:08:28 2021 -0700

    build: simplify Flatpak manifest

 org.gnome.TextEditor.Devel.json | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)
---
diff --git a/org.gnome.TextEditor.Devel.json b/org.gnome.TextEditor.Devel.json
index 8fbce77..e9e7d7e 100644
--- a/org.gnome.TextEditor.Devel.json
+++ b/org.gnome.TextEditor.Devel.json
@@ -7,10 +7,8 @@
     "finish-args" : [
         "--device=dri",
         "--share=ipc",
-        "--share=network",
         "--socket=fallback-x11",
         "--socket=wayland",
-        "--socket=cups",
         "--talk-name=org.gtk.vfs",
         "--talk-name=org.gtk.vfs.*",
         "--filesystem=xdg-run/gvfsd",
@@ -35,9 +33,6 @@
             "name" : "libsass",
             "buildsystem" : "meson",
             "builddir" : true,
-            "config-opts" : [
-                "--libdir=/app/lib"
-            ],
             "sources" : [
                 {
                     "type" : "git",
@@ -50,9 +45,6 @@
             "name" : "sassc",
             "buildsystem" : "meson",
             "builddir" : true,
-            "config-opts" : [
-                "--libdir=/app/lib"
-            ],
             "sources" : [
                 {
                     "type" : "git",
@@ -86,10 +78,7 @@
             "name" : "gnome-text-editor",
             "builddir" : true,
             "buildsystem" : "meson",
-            "config-opts" : [
-                "--libdir=/app/lib",
-                "-Ddevelopment=true"
-            ],
+            "config-opts" : [ "-Ddevelopment=true" ],
             "sources" : [
                 {
                     "type" : "git",


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