[gnome-weather/wip/christopherdavis/unify-app-id: 2/2] flatpak: use desktop-file-name-prefix



commit f9cf87d229f618491012404df43af64fc873588b
Author: Christopher Davis <brainblasted disroot org>
Date:   Sun Jan 27 10:27:29 2019 -0500

    flatpak: use desktop-file-name-prefix
    
    Previously we manually changed the name of the desktop file due to the weird mix of `org.gnome.Weather` 
and `org.gnome.Weather.Application`. Since that's gone we can have flatpak-builder do that automatically on 
cleanup.

 org.gnome.Weather-unstable.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/org.gnome.Weather-unstable.json b/org.gnome.Weather-unstable.json
index c13d4c1..012b2ed 100644
--- a/org.gnome.Weather-unstable.json
+++ b/org.gnome.Weather-unstable.json
@@ -36,7 +36,7 @@
         "*.la",
         "*.a"
     ],
-    "cleanup-commands": [ "desktop-file-edit \"--set-name=(Development) Weather\" 
/app/share/applications/org.gnome.Weather.Application.desktop" ],
+    "desktop-file-name-prefix": [ "(Development) " ],
     "modules": [
         {
             "name" : "geocode-glib",


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