Fix GNOME 32 compatibility

epel9
Hans de Goede 3 years ago
parent 4368fa6640
commit e0a822bd38

@ -0,0 +1,13 @@
diff -up gnome-shell-extension-appindicator-41/metadata.json~ gnome-shell-extension-appindicator-41/metadata.json
--- gnome-shell-extension-appindicator-41/metadata.json~ 2021-09-30 21:58:39.000000000 +0200
+++ gnome-shell-extension-appindicator-41/metadata.json 2022-02-22 12:36:35.696481540 +0100
@@ -5,7 +5,8 @@
"3.36",
"3.38",
"40",
- "41"
+ "41",
+ "42"
],
"gettext-domain": "AppIndicatorExtension",
"settings-schema": "org.gnome.shell.extensions.appindicator",

@ -2,13 +2,14 @@
Name: gnome-shell-extension-appindicator
Version: 41
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-gnome-42.patch
BuildRequires: gettext
BuildRequires: glib2
@ -57,6 +58,9 @@ rm %{buildroot}%{_datadir}/glib-2.0/schemas/gschemas.compiled
%changelog
* Tue Feb 22 2022 Hans de Goede <hdegoede@redhat.com> - 41-3
- Fix GNOME 32 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