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

63 lines
1.4 KiB

%global forgeurl https://github.com/ubuntu/gnome-shell-extension-appindicator
5 years ago
%global uuid appindicatorsupport@rgcjonas.gmail.com
5 years ago
Name: gnome-shell-extension-appindicator
Version: 59
%forgemeta
Release: %autorelease
5 years ago
Summary: AppIndicator/KStatusNotifierItem support for GNOME Shell
BuildArch: noarch
License: GPL-2.0-only
URL: %{forgeurl}
Source0: %{forgesource}
BuildRequires: gettext
BuildRequires: glib2
BuildRequires: jq
BuildRequires: meson
5 years ago
Requires: gnome-shell >= 3.14.0
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
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:
$ gnome-extensions enable %uuid
5 years ago
%prep
%forgeautosetup -p1
5 years ago
%build
%meson \
-Dlocal_install=disabled
%meson_build
%install
%meson_install
%find_lang AppIndicatorExtension
rm %{buildroot}%{_datadir}/glib-2.0/schemas/gschemas.compiled
5 years ago
%files -f AppIndicatorExtension.lang
5 years ago
%license LICENSE
%doc README.md AUTHORS.md
5 years ago
%{_datadir}/gnome-shell/extensions/%{uuid}/
%{_datadir}/glib-2.0/schemas/*.gschema.xml
5 years ago
%changelog
%autochangelog