Add a local patch for GNOME 43 compatibility

epel9
Hans de Goede 2 years ago
parent aba3562d8b
commit ca1895ca34

@ -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",

@ -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 <hdegoede@redhat.com> - 42-3
- Add a local patch for GNOME 43 compatibility
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 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 <hdegoede@redhat.com> - 41-3
- Fix GNOME 32 compatibility
- Fix GNOME 42 compatibility
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 41-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

Loading…
Cancel
Save