File: metadata-use-appindicator-namespace-and-naming.patch

package info (click to toggle)
gnome-shell-extension-appindicator 61-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 596 kB
  • sloc: javascript: 4,217; xml: 159; python: 55; makefile: 10
file content (25 lines) | stat: -rw-r--r-- 1,080 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From: Debian GNOME Maintainers
 <pkg-gnome-maintainers@lists.alioth.debian.org>
Date: Tue, 13 Aug 2019 22:37:50 +0200
Subject: metadata-use-appindicator-namespace-and-naming

---
 metadata.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/metadata.json b/metadata.json
index 592e37f..90095cc 100644
--- a/metadata.json
+++ b/metadata.json
@@ -7,8 +7,8 @@
     ],
     "gettext-domain": "AppIndicatorExtension",
     "settings-schema": "org.gnome.shell.extensions.appindicator",
-    "uuid": "appindicatorsupport@rgcjonas.gmail.com",
-    "name": "AppIndicator and KStatusNotifierItem Support",
-    "description": "Adds AppIndicator, KStatusNotifierItem and legacy Tray icons support to the Shell",
+    "uuid": "ubuntu-appindicators@ubuntu.com",
+    "name": "Ubuntu AppIndicators",
+    "description": "Support app indicators and legacy tray icons in top panel, as the default Ubuntu experience. System update of AppIndicator and KStatusNotifierItem Support extension.",
     "url": "https://github.com/ubuntu/gnome-shell-extension-appindicator"
 }