You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnome-shell-extension-appin.../gnome-shell-extension-appin...

43 lines
1.3 KiB

%global uuid appindicatorsupport@rgcjonas.gmail.com
Name: gnome-shell-extension-appindicator
Version: 30
Release: 8%{?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
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.
You can use gnome-tweaks (additional package) or run in terminal:
gnome-shell-extension-tool -e %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}/
%files
%doc README.md AUTHORS.md
%{_datadir}/gnome-shell/extensions/%{uuid}
%changelog
* 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