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...

52 lines
1.4 KiB

%global uuid appindicatorsupport@rgcjonas.gmail.com
Name: gnome-shell-extension-appindicator
5 years ago
Version: 33
Release: 2%{?dist}
Summary: AppIndicator/KStatusNotifierItem support for GNOME Shell
License: GPLv2
URL: https://github.com/ubuntu/gnome-shell-extension-appindicator
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
5 years ago
BuildArch: noarch
Requires: gnome-shell >= 3.14.0
%description
5 years ago
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:
5 years ago
gnome-extensions enable %uuid
%prep
%autosetup
5 years ago
%install
5 years ago
mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}
cp -axv *.js metadata.json interfaces-xml \
%{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/
%files
5 years ago
%license LICENSE
%doc README.md AUTHORS.md
5 years ago
%{_datadir}/gnome-shell/extensions/%{uuid}/
%changelog
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 33-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
5 years ago
* 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