Compare commits
4 Commits
Author | SHA1 | Date |
---|---|---|
MSVSphere Packaging Team | f3c828b221 | 1 year ago |
MSVSphere Packaging Team | 502325fe9d | 1 year ago |
Arkady L. Shane | afd88ca200 | 1 year ago |
Sergey Cherevko | 4f0dfc4f34 | 2 years ago |
@ -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-49.tar.gz
|
||||
|
@ -0,0 +1 @@
|
||||
8320e7a687cd1929607d2618a37715f724ff02c2 SOURCES/gnome-shell-extension-appindicator-49.tar.gz
|
@ -0,0 +1,152 @@
|
||||
## START: Set by rpmautospec
|
||||
## (rpmautospec version 0.3.5)
|
||||
## RPMAUTOSPEC: autorelease, autochangelog
|
||||
%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: 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
|
||||
* Tue Jun 13 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 49-1
|
||||
- Rebuilt for MSVSphere 9.2
|
||||
|
||||
* Fri Mar 03 2023 Artem Polishchuk <ego.cordatus@gmail.com> - 49-1
|
||||
- chore(update): 49
|
||||
|
||||
* Sat Feb 25 2023 Artem Polishchuk <ego.cordatus@gmail.com> - 47-1
|
||||
- chore(update): 47
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 46-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* 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
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 42-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Thu Feb 24 2022 Artem Polishchuk <ego.cordatus@gmail.com> - 42-1
|
||||
- chore(update): 42
|
||||
|
||||
* Tue Feb 22 2022 Hans de Goede <hdegoede@redhat.com> - 41-3
|
||||
- Fix GNOME 42 compatibility
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 41-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Thu Sep 30 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 41-1
|
||||
- build(update): 41
|
||||
- build: Switch to Meson
|
||||
- build(add BR): jq
|
||||
|
||||
* Thu Sep 23 2021 Ivan Mironov <mironov.ivan@gmail.com> - 40-2
|
||||
- Add support for GNOME 41
|
||||
|
||||
* 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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Tue Apr 27 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 37-1
|
||||
- build(update): 37
|
||||
|
||||
* Tue Apr 27 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 35-2
|
||||
- build(add dep): libappindicator-gtk3
|
||||
|
||||
* Fri Mar 19 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 35-1
|
||||
- build(update): 35
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 34-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Sat Sep 19 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 34-1
|
||||
- Update to 34
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 33-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* 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
|
||||
|
@ -1,58 +0,0 @@
|
||||
* Thu Aug 4 2022 Hans de Goede <hdegoede@redhat.com> - 42-3
|
||||
- Add a local patch for GNOME 43 compatibility
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 42-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Thu Feb 24 2022 Artem Polishchuk <ego.cordatus@gmail.com> - 42-1
|
||||
- chore(update): 42
|
||||
|
||||
* Tue Feb 22 2022 Hans de Goede <hdegoede@redhat.com> - 41-3
|
||||
- Fix GNOME 42 compatibility
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 41-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Thu Sep 30 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 41-1
|
||||
- build(update): 41
|
||||
- build: Switch to Meson
|
||||
- build(add BR): jq
|
||||
|
||||
* Thu Sep 23 2021 Ivan Mironov <mironov.ivan@gmail.com> - 40-2
|
||||
- Add support for GNOME 41
|
||||
|
||||
* 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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Tue Apr 27 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 37-1
|
||||
- build(update): 37
|
||||
|
||||
* Tue Apr 27 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 35-2
|
||||
- build(add dep): libappindicator-gtk3
|
||||
|
||||
* Fri Mar 19 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 35-1
|
||||
- build(update): 35
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 34-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Sat Sep 19 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 34-1
|
||||
- Update to 34
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 33-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* 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
|
@ -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
|
Loading…
Reference in new issue