Compare commits

...

No commits in common. 'epel9' and 'c9' have entirely different histories.
epel9 ... c9

15
.gitignore vendored

@ -1,14 +1 @@
/gnome-shell-extension-appindicator-30.tar.gz
/gnome-shell-extension-appindicator-33.tar.gz
/gnome-shell-extension-appindicator-34.tar.gz
/gnome-shell-extension-appindicator-35.tar.gz
/gnome-shell-extension-appindicator-37.tar.gz
/gnome-shell-extension-appindicator-40.tar.gz
/gnome-shell-extension-appindicator-41.tar.gz
/gnome-shell-extension-appindicator-42.tar.gz
/gnome-shell-extension-appindicator-43.tar.gz
/gnome-shell-extension-appindicator-44.tar.gz
/gnome-shell-extension-appindicator-45.tar.gz
/gnome-shell-extension-appindicator-46.tar.gz
/gnome-shell-extension-appindicator-47.tar.gz
/gnome-shell-extension-appindicator-49.tar.gz
SOURCES/gnome-shell-extension-appindicator-46.tar.gz

@ -0,0 +1 @@
c0f28e6a7f5a76fef2f40366bb273c2c365d5704 SOURCES/gnome-shell-extension-appindicator-46.tar.gz

@ -1,3 +1,83 @@
## START: Set by rpmautospec
## (rpmautospec version 0.3.0)
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 1;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
%global uuid appindicatorsupport@rgcjonas.gmail.com
Name: gnome-shell-extension-appindicator
Version: 46
Release: %autorelease
Summary: AppIndicator/KStatusNotifierItem support for GNOME Shell
BuildArch: noarch
License: GPLv2
URL: https://github.com/ubuntu/gnome-shell-extension-appindicator
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: gettext
BuildRequires: glib2
BuildRequires: jq
BuildRequires: meson
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
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
%prep
%autosetup -p1
%build
%meson \
-Dlocal_install=disabled
%meson_build
%install
%meson_install
%find_lang AppIndicatorExtension
rm %{buildroot}%{_datadir}/glib-2.0/schemas/gschemas.compiled
%files -f AppIndicatorExtension.lang
%license LICENSE
%doc README.md AUTHORS.md
%{_datadir}/gnome-shell/extensions/%{uuid}/
%{_datadir}/glib-2.0/schemas/*.gschema.xml
%changelog
* Fri Sep 30 2022 Artem Polishchuk <ego.cordatus@gmail.com> 46-1
- chore(update): 46
* Thu Sep 29 2022 Artem Polishchuk <ego.cordatus@gmail.com> 45-1
- chore(update): 45
* Tue Sep 27 2022 Artem Polishchuk <ego.cordatus@gmail.com> 44-1
- chore(update): 44
* Tue Sep 27 2022 Artem Polishchuk <ego.cordatus@gmail.com> 43-1
- chore(update): 43
* Thu Aug 4 2022 Hans de Goede <hdegoede@redhat.com> - 42-3
- Add a local patch for GNOME 43 compatibility
@ -56,3 +136,4 @@
* Sun Sep 01 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 30-7
- Initial package

@ -1,60 +0,0 @@
%global uuid appindicatorsupport@rgcjonas.gmail.com
Name: gnome-shell-extension-appindicator
Version: 49
Release: %autorelease
Summary: AppIndicator/KStatusNotifierItem support for GNOME Shell
BuildArch: noarch
License: GPLv2
URL: https://github.com/ubuntu/gnome-shell-extension-appindicator
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: gettext
BuildRequires: glib2
BuildRequires: jq
BuildRequires: meson
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
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
%prep
%autosetup -p1
%build
%meson \
-Dlocal_install=disabled
%meson_build
%install
%meson_install
%find_lang AppIndicatorExtension
rm %{buildroot}%{_datadir}/glib-2.0/schemas/gschemas.compiled
%files -f AppIndicatorExtension.lang
%license LICENSE
%doc README.md AUTHORS.md
%{_datadir}/gnome-shell/extensions/%{uuid}/
%{_datadir}/glib-2.0/schemas/*.gschema.xml
%changelog
%autochangelog

@ -1 +0,0 @@
SHA512 (gnome-shell-extension-appindicator-49.tar.gz) = 2fed5b3f7042df836cc3ceb1ce303f41de29f56c58570acb5e7150ab4f019e9441e0a91eb71afd5757b465a81a44638eafd2aa5944ff46a71f20095f488ab945
Loading…
Cancel
Save