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