From b4c94abfbb063be24cdb84d681cfb4003f8d11e2 Mon Sep 17 00:00:00 2001 From: Ivan Mironov Date: Sep 23 2021 20:58:49 +0000 Subject: Add support for GNOME 41 --- diff --git a/0001-Add-support-for-GNOME-41.patch b/0001-Add-support-for-GNOME-41.patch new file mode 100644 index 0000000..d4f0e9b --- /dev/null +++ b/0001-Add-support-for-GNOME-41.patch @@ -0,0 +1,29 @@ +From 358c3aafebfdca21010b1b1e735d1ee006c2ec85 Mon Sep 17 00:00:00 2001 +From: Ivan Mironov +Date: Thu, 23 Sep 2021 11:26:22 +0300 +Subject: [PATCH] Add support for GNOME 41 + +This is a trivial change. Tested on Fedora 35 beta. + +Fixes https://github.com/ubuntu/gnome-shell-extension-appindicator/issues/307 +--- + metadata.json | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/metadata.json b/metadata.json +index 294953133a00..31cee8937ca1 100644 +--- a/metadata.json ++++ b/metadata.json +@@ -4,7 +4,8 @@ + "3.34", + "3.36", + "3.38", +- "40" ++ "40", ++ "41" + ], + "gettext-domain": "AppIndicatorExtension", + "settings-schema": "org.gnome.shell.extensions.appindicator", +-- +2.32.0 + diff --git a/gnome-shell-extension-appindicator.spec b/gnome-shell-extension-appindicator.spec index b243f25..24d9ace 100644 --- a/gnome-shell-extension-appindicator.spec +++ b/gnome-shell-extension-appindicator.spec @@ -2,7 +2,7 @@ Name: gnome-shell-extension-appindicator Version: 40 -Release: 1%{?dist} +Release: 2%{?dist} Summary: AppIndicator/KStatusNotifierItem support for GNOME Shell BuildArch: noarch @@ -10,6 +10,8 @@ License: GPLv2 URL: https://github.com/ubuntu/gnome-shell-extension-appindicator Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz +Patch0: 0001-Add-support-for-GNOME-41.patch + BuildRequires: make glib2 gettext Requires: gnome-shell >= 3.14.0 @@ -52,6 +54,9 @@ cp -axv --parents *.js metadata.json interfaces-xml locale/*/LC_MESSAGES/*.mo \ %changelog +* Thu Sep 23 2021 Ivan Mironov - 40-2 +- Add support for GNOME 41 + * Mon Aug 9 2021 Hans de Goede - 40-1 - Update to latest upstream release: v40 (rhbz#1971135) - This includes legacy X11 tray-icon support, make