[gnome-tweaks/wip/ewlsh/flatpak: 2/4] flatpak: add dbus sockets and libhandy.




commit 7c88cf13b657c968a291fdb2404b3924ab847a6a
Author: Evan Welsh <contact evanwelsh com>
Date:   Fri Oct 23 23:14:45 2020 -0500

    flatpak: add dbus sockets and libhandy.

 org.gnome.Tweaks.json | 23 ++++++++++++++++++++++-
 1 file changed, 22 insertions(+), 1 deletion(-)
---
diff --git a/org.gnome.Tweaks.json b/org.gnome.Tweaks.json
index 4611a5ba..d1513969 100644
--- a/org.gnome.Tweaks.json
+++ b/org.gnome.Tweaks.json
@@ -9,6 +9,8 @@
     ],
     "desktop-file-name-prefix" : "(Nightly) ",
     "finish-args" : [
+        "--socket=session-bus",
+        "--socket=system-bus",
         "--share=ipc",
         "--socket=x11",
         "--socket=wayland",
@@ -37,6 +39,25 @@
                 }
             ]
         },
+        {
+            "name" : "libhandy",
+            "buildsystem" : "meson",
+            "config-opts" : [
+                "-Dprofiling=false",
+                "-Dintrospection=enabled",
+                "-Dgtk_doc=false",
+                "-Dtests=false",
+                "-Dexamples=false",
+                "-Dvapi=false",
+                "-Dglade_catalog=disabled"
+            ],
+            "sources" : [
+                {
+                    "type" : "git",
+                    "url" : "https://gitlab.gnome.org/GNOME/libhandy.git";
+                }
+            ]
+        },
         {
             "name" : "gnome-tweaks",
             "buildsystem" : "meson",
@@ -52,4 +73,4 @@
             ]
         }
     ]
-}
\ No newline at end of file
+}


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