[gnome-control-center] project: add the renames required by flatpak



commit fcc33b74ca51f150d6616c50c2250e7337077b94
Author: Claudio André <claudioandre br gmail com>
Date:   Mon May 14 22:52:40 2018 -0300

    project: add the renames required by flatpak
    
    The names of files that are exported by a Flatpak must prefixed using
    the application ID.

 build-aux/flatpak/org.gnome.Settings.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/build-aux/flatpak/org.gnome.Settings.json b/build-aux/flatpak/org.gnome.Settings.json
index ea91887fc..ddc81c890 100644
--- a/build-aux/flatpak/org.gnome.Settings.json
+++ b/build-aux/flatpak/org.gnome.Settings.json
@@ -4,6 +4,8 @@
     "runtime-version" : "master",
     "sdk" : "org.gnome.Sdk",
     "command" : "gnome-control-center",
+    "rename-desktop-file": "gnome-control-center.desktop",
+    "rename-icon": "gnome-control-center",
     "tags" : [
         "devel"
     ],
@@ -443,4 +445,4 @@
             ]
         }
     ]
-}
\ No newline at end of file
+}


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