From ca1895ca345e9625769a0f480557e324618a44c0 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Aug 04 2022 10:05:59 +0000 Subject: Add a local patch for GNOME 43 compatibility --- diff --git a/gnome-shell-extension-appindicator-42-gnome-43-support.patch b/gnome-shell-extension-appindicator-42-gnome-43-support.patch new file mode 100644 index 0000000..19a6f2c --- /dev/null +++ b/gnome-shell-extension-appindicator-42-gnome-43-support.patch @@ -0,0 +1,13 @@ +diff -up gnome-shell-extension-appindicator-42/metadata.json~ gnome-shell-extension-appindicator-42/metadata.json +--- gnome-shell-extension-appindicator-42/metadata.json~ 2022-02-24 02:55:49.000000000 +0100 ++++ gnome-shell-extension-appindicator-42/metadata.json 2022-08-04 10:44:14.476948011 +0200 +@@ -6,7 +6,8 @@ + "3.38", + "40", + "41", +- "42" ++ "42", ++ "43" + ], + "gettext-domain": "AppIndicatorExtension", + "settings-schema": "org.gnome.shell.extensions.appindicator", diff --git a/gnome-shell-extension-appindicator.spec b/gnome-shell-extension-appindicator.spec index 0f254b4..77a9229 100644 --- a/gnome-shell-extension-appindicator.spec +++ b/gnome-shell-extension-appindicator.spec @@ -2,13 +2,14 @@ Name: gnome-shell-extension-appindicator Version: 42 -Release: 2%{?dist} +Release: 3%{?dist} Summary: AppIndicator/KStatusNotifierItem support for GNOME Shell BuildArch: noarch License: GPLv2 URL: https://github.com/ubuntu/gnome-shell-extension-appindicator Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz +Patch0: gnome-shell-extension-appindicator-42-gnome-43-support.patch BuildRequires: gettext BuildRequires: glib2 @@ -57,6 +58,9 @@ rm %{buildroot}%{_datadir}/glib-2.0/schemas/gschemas.compiled %changelog +* Thu Aug 4 2022 Hans de Goede - 42-3 +- Add a local patch for GNOME 43 compatibility + * Thu Jul 21 2022 Fedora Release Engineering - 42-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild @@ -64,7 +68,7 @@ rm %{buildroot}%{_datadir}/glib-2.0/schemas/gschemas.compiled - chore(update): 42 * Tue Feb 22 2022 Hans de Goede - 41-3 -- Fix GNOME 32 compatibility +- Fix GNOME 42 compatibility * Thu Jan 20 2022 Fedora Release Engineering - 41-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild