Update to 33

epel9
Artem Polishchuk 5 years ago
parent bc5a09c3b1
commit ea9d712914

1
.gitignore vendored

@ -1 +1,2 @@
/gnome-shell-extension-appindicator-30.tar.gz
/gnome-shell-extension-appindicator-33.tar.gz

@ -1,42 +1,48 @@
%global uuid appindicatorsupport@rgcjonas.gmail.com
Name: gnome-shell-extension-appindicator
Version: 30
Release: 8%{?dist}
Version: 33
Release: 1%{?dist}
Summary: AppIndicator/KStatusNotifierItem support for GNOME Shell
# No license files
# https://github.com/ubuntu/gnome-shell-extension-appindicator/pull/188
License: GPLv2
URL: https://github.com/ubuntu/gnome-shell-extension-appindicator
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildArch: noarch
Requires: gnome-shell >= 3.14.0
BuildArch: noarch
%description
This extension integrates Ubuntu AppIndicators and KStatusNotifierItems
(KDE's blessed successor of the systray) into GNOME Shell.
This extension integrates Ubuntu AppIndicators and KStatusNotifierItems (KDE's
blessed successor of the systray) into GNOME Shell.
You can use gnome-tweaks (additional package) or run in terminal:
gnome-shell-extension-tool -e %uuid
gnome-extensions enable %uuid
%prep
%autosetup
%install
mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}
cp -axv *.js metadata.json interfaces-xml %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/
mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}
cp -axv *.js metadata.json interfaces-xml \
%{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/
%files
%license LICENSE
%doc README.md AUTHORS.md
%{_datadir}/gnome-shell/extensions/%{uuid}
%{_datadir}/gnome-shell/extensions/%{uuid}/
%changelog
* Tue Mar 17 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 33-1
- Update to 33
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 30-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Sun Sep 01 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 30-7
- Initial package

@ -1 +1 @@
SHA512 (gnome-shell-extension-appindicator-30.tar.gz) = 9c27d178037eee83273711fde7ef653782f336b9f1798b931cd05c0cc7f0903b3500488237a88fb7c41fa0808f8b8eb1720ffe5ba10312944e79d0b5df4adf73
SHA512 (gnome-shell-extension-appindicator-33.tar.gz) = ceb79a1fa22440210477e53e1ebca3db3ea81eb8a45613c46d37f44ebb3e063b626a073df519af978becf1c6a83d68c02a26f22bf0a9ed43e2299bbab7acb599

Loading…
Cancel
Save