[gnome-weather/wip/christopherdavis/unify-app-id: 2/2] flatpak: use desktop-file-name-prefix
- From: Christopher Davis <christopherdavis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-weather/wip/christopherdavis/unify-app-id: 2/2] flatpak: use desktop-file-name-prefix
- Date: Sun, 27 Jan 2019 15:33:17 +0000 (UTC)
commit c5501e6856dad262e4a3bcdb03cc6ff493033c19
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]