Update to latest upstream release: v40 (rhbz#1971135)

This includes legacy X11 tray-icon support, make
  gnome-shell-extension-appindicator obsolete and provide
  gnome-shell-extension-topicons-plus
epel9
Hans de Goede 3 years ago
parent d3a6e16bbe
commit b083937d88

1
.gitignore vendored

@ -3,3 +3,4 @@
/gnome-shell-extension-appindicator-34.tar.gz /gnome-shell-extension-appindicator-34.tar.gz
/gnome-shell-extension-appindicator-35.tar.gz /gnome-shell-extension-appindicator-35.tar.gz
/gnome-shell-extension-appindicator-37.tar.gz /gnome-shell-extension-appindicator-37.tar.gz
/gnome-shell-extension-appindicator-40.tar.gz

@ -1,3 +0,0 @@
# gnome-shell-extension-appindicator
The gnome-shell-extension-appindicator package

@ -1,8 +1,8 @@
%global uuid appindicatorsupport@rgcjonas.gmail.com %global uuid appindicatorsupport@rgcjonas.gmail.com
Name: gnome-shell-extension-appindicator Name: gnome-shell-extension-appindicator
Version: 37 Version: 40
Release: 2%{?dist} Release: 1%{?dist}
Summary: AppIndicator/KStatusNotifierItem support for GNOME Shell Summary: AppIndicator/KStatusNotifierItem support for GNOME Shell
BuildArch: noarch BuildArch: noarch
@ -13,6 +13,12 @@ Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
Requires: gnome-shell >= 3.14.0 Requires: gnome-shell >= 3.14.0
Requires: libappindicator-gtk3 Requires: libappindicator-gtk3
# gnome-shell-extension-appindicator version >= 40 now also includes
# support for legacy X11 tray icons and the topicons(-plus) extensions
# are no longer maintained upstream
Provides: gnome-shell-extension-topicons-plus = %{version}-%{release}
Obsoletes: gnome-shell-extension-topicons-plus <= 27-9
%description %description
This extension integrates Ubuntu AppIndicators and KStatusNotifierItems (KDE's This extension integrates Ubuntu AppIndicators and KStatusNotifierItems (KDE's
blessed successor of the systray) into GNOME Shell. blessed successor of the systray) into GNOME Shell.
@ -26,9 +32,14 @@ You can use gnome-tweaks (additional package) or run in terminal:
%autosetup -p1 %autosetup -p1
%build
%make_build
%install %install
mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid} mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}
cp -axv *.js metadata.json interfaces-xml \ cp -axv --parents *.js metadata.json interfaces-xml locale/*/LC_MESSAGES/*.mo \
schemas/*.xml schemas/gschemas.compiled \
%{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/ %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/
@ -39,6 +50,12 @@ cp -axv *.js metadata.json interfaces-xml \
%changelog %changelog
* Mon Aug 9 2021 Hans de Goede <hdegoede@redhat.com> - 40-1
- Update to latest upstream release: v40 (rhbz#1971135)
- This includes legacy X11 tray-icon support, make
gnome-shell-extension-appindicator obsolete and provide
gnome-shell-extension-topicons-plus
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 37-2 * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 37-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

@ -1 +1 @@
SHA512 (gnome-shell-extension-appindicator-37.tar.gz) = 2aeb93ca015936577f314e0313dd963d3712edf27a5e9721813b6d72b5050de9427d7aa3a296ced40352a421251ecae7022fb58c1da02947bc0a6205e2d41d1b SHA512 (gnome-shell-extension-appindicator-40.tar.gz) = 72b3ecf0eadde40fd3567b19d7c7064953847ec86298691097f9fe14cada37206f8edd898c1d2a8fe71aeb0ace4921d1797d2dcc9eeacc0cb04a25841125b2ef

Loading…
Cancel
Save