New Upstream Snapshot - gnome-shell-extension-top-icons-plus

Ready changes

Summary

Merged new upstream version: 27+git20210810.1.0f1c932 (was: 27).

Resulting package

Built on 2023-02-08T22:25 (took 2m54s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-snapshots gnome-shell-extension-top-icons-plus

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 711a7ac..936cb4f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gnome-shell-extension-top-icons-plus (27+git20210810.1.0f1c932-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+  * Drop patch fix-compatibility-with-gnome40.patch, present upstream.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 08 Feb 2023 22:23:36 -0000
+
 gnome-shell-extension-top-icons-plus (27-8) unstable; urgency=medium
 
   [ Jesús Soto ]
diff --git a/debian/patches/Declare-compatibility-with-GNOME-Shell-41.patch b/debian/patches/Declare-compatibility-with-GNOME-Shell-41.patch
index ec8e269..9d3d8af 100644
--- a/debian/patches/Declare-compatibility-with-GNOME-Shell-41.patch
+++ b/debian/patches/Declare-compatibility-with-GNOME-Shell-41.patch
@@ -14,10 +14,10 @@ Forwarded: https://github.com/phocean/TopIcons-plus/pull/158
  metadata.json | 5 ++++-
  1 file changed, 4 insertions(+), 1 deletion(-)
 
-diff --git a/metadata.json b/metadata.json
-index 8a07918..1a4eb4b 100644
---- a/metadata.json
-+++ b/metadata.json
+Index: gnome-shell-extension-top-icons-plus.git/metadata.json
+===================================================================
+--- gnome-shell-extension-top-icons-plus.git.orig/metadata.json
++++ gnome-shell-extension-top-icons-plus.git/metadata.json
 @@ -3,7 +3,10 @@
    "name": "TopIcons Plus",
    "gettext-domain": "TopIcons-Plus",
diff --git a/debian/patches/fix-compatibility-with-gnome40.patch b/debian/patches/fix-compatibility-with-gnome40.patch
deleted file mode 100644
index f35df57..0000000
--- a/debian/patches/fix-compatibility-with-gnome40.patch
+++ /dev/null
@@ -1,51 +0,0 @@
-From: Tiramisu Mokka <kofemann@gmail.com>
-Date: Fri, 19 Mar 2021 19:00:32 +0100
-Subject: fix compatibility with gnome40
-
-Origin: upstream, 28, commit:98cd17aa324a031e2ee3d344582dfdafd1e4642f
----
- metadata.json | 5 ++---
- prefs.js      | 6 ++----
- 2 files changed, 4 insertions(+), 7 deletions(-)
-
-diff --git a/metadata.json b/metadata.json
-index e4c9691..8a07918 100644
---- a/metadata.json
-+++ b/metadata.json
-@@ -3,11 +3,10 @@
-   "name": "TopIcons Plus",
-   "gettext-domain": "TopIcons-Plus",
-   "shell-version": [
--    "3.34",
--    "3.36"
-+    "40"
-   ],
-   "settings-schema": "org.gnome.shell.extensions.topicons",
-   "url": "https://github.com/phocean/TopIcons-plus",
-   "uuid": "TopIcons@phocean.net",
--  "version": 27
-+  "version": 28
- }
-diff --git a/prefs.js b/prefs.js
-index bd372d2..f6b1277 100644
---- a/prefs.js
-+++ b/prefs.js
-@@ -12,7 +12,7 @@ const Gettext = imports.gettext.domain(Me.metadata['gettext-domain']);
- const _ = Gettext.gettext;
- 
- function init() {
--    Convenience.initTranslations();
-+    ExtensionUtils.initTranslations();
- }
- 
- const TopIconsPlusSettings = new GObject.Class({
-@@ -180,8 +180,6 @@ const TopIconsPlusSettings = new GObject.Class({
- });
- 
- function buildPrefsWidget() {
--     let widget = new TopIconsPlusSettings();
--     widget.show_all();
-+     return new TopIconsPlusSettings();
- 
--     return widget;
- }
diff --git a/debian/patches/series b/debian/patches/series
index 8aabfac..d6b86dc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-fix-compatibility-with-gnome40.patch
 Declare-compatibility-with-GNOME-Shell-41.patch
diff --git a/metadata.json b/metadata.json
index e4c9691..8a07918 100644
--- a/metadata.json
+++ b/metadata.json
@@ -3,11 +3,10 @@
   "name": "TopIcons Plus",
   "gettext-domain": "TopIcons-Plus",
   "shell-version": [
-    "3.34",
-    "3.36"
+    "40"
   ],
   "settings-schema": "org.gnome.shell.extensions.topicons",
   "url": "https://github.com/phocean/TopIcons-plus",
   "uuid": "TopIcons@phocean.net",
-  "version": 27
+  "version": 28
 }
diff --git a/prefs.js b/prefs.js
index bd372d2..f6b1277 100644
--- a/prefs.js
+++ b/prefs.js
@@ -12,7 +12,7 @@ const Gettext = imports.gettext.domain(Me.metadata['gettext-domain']);
 const _ = Gettext.gettext;
 
 function init() {
-    Convenience.initTranslations();
+    ExtensionUtils.initTranslations();
 }
 
 const TopIconsPlusSettings = new GObject.Class({
@@ -180,8 +180,6 @@ const TopIconsPlusSettings = new GObject.Class({
 });
 
 function buildPrefsWidget() {
-     let widget = new TopIconsPlusSettings();
-     widget.show_all();
+     return new TopIconsPlusSettings();
 
-     return widget;
 }

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details