[gnome-clocks] Disabling some unused options from flatpak manifest.



commit 63c4fba307056545f531160f5be27a1f4cc8429e
Author: louib <code louib net>
Date:   Sun Jul 12 22:33:37 2020 -0400

    Disabling some unused options from flatpak manifest.

 .gitignore                              |  1 +
 build-aux/flatpak/org.gnome.clocks.json | 20 ++++++++++++++++----
 2 files changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ac68bf9..c5fa006 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ _build
 *~
 .vscode
 subprojects/libhandy
+.flatpak-builder/
diff --git a/build-aux/flatpak/org.gnome.clocks.json b/build-aux/flatpak/org.gnome.clocks.json
index 161a66c..d94b897 100644
--- a/build-aux/flatpak/org.gnome.clocks.json
+++ b/build-aux/flatpak/org.gnome.clocks.json
@@ -7,13 +7,16 @@
     "tags": ["nightly"],
     "desktop-file-name-prefix": "(Development) ",
     "finish-args": [
-        "--share=ipc", "--socket=fallback-x11",
+        "--share=ipc",
+        "--socket=fallback-x11",
         "--socket=wayland",
         "--socket=pulseaudio",
         "--share=network",
         "--system-talk-name=org.freedesktop.GeoClue2",
-        "--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:ro",
-        "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
+        "--filesystem=xdg-run/dconf",
+        "--filesystem=~/.config/dconf:ro",
+        "--talk-name=ca.desrt.dconf",
+        "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
     ],
     "cleanup": ["/include", "/lib/pkgconfig",
                 "/share/pkgconfig", "/share/aclocal",
@@ -35,6 +38,10 @@
         {
             "name": "libgweather",
             "buildsystem": "meson",
+            "config-opts": [
+              "-Dglade_catalog=false",
+              "-Dgtk_doc=false"
+            ],
             "sources": [
                 {
                     "type": "git",
@@ -45,7 +52,12 @@
         {
             "name": "gnome-desktop",
             "buildsystem": "meson",
-            "config-opts": [ "-Ddebug_tools=false", "-Dudev=disabled", "-Ddesktop_docs=false" ],
+            "config-opts": [
+              "-Ddebug_tools=false",
+              "-Dudev=disabled",
+              "-Dgtk_doc=false",
+              "-Ddesktop_docs=false"
+            ],
             "sources": [
                 {
                     "type": "git",


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