Initial import (#1747811).

epel9
Artem Polishchuk 5 years ago
parent 6f4718c5da
commit 3939933095

1
.gitignore vendored

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

@ -0,0 +1,39 @@
%global uuid appindicatorsupport@rgcjonas.gmail.com
Name: gnome-shell-extension-appindicator
Version: 30
Release: 7%{?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
* Sun Sep 01 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 30-7
- Initial package

@ -0,0 +1 @@
SHA512 (gnome-shell-extension-appindicator-30.tar.gz) = 9c27d178037eee83273711fde7ef653782f336b9f1798b931cd05c0cc7f0903b3500488237a88fb7c41fa0808f8b8eb1720ffe5ba10312944e79d0b5df4adf73
Loading…
Cancel
Save