From 6f4718c5da38bc650e86b423f481b66dfd578a72 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Thu, 5 Sep 2019 16:50:52 +0000 Subject: [PATCH 01/30] Added the README --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ce32238 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# gnome-shell-extension-appindicator + +The gnome-shell-extension-appindicator package \ No newline at end of file From 3939933095abb25f5ff8d5a8b128f7e92e69119e Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Thu, 5 Sep 2019 20:56:36 +0300 Subject: [PATCH 02/30] Initial import (#1747811). --- .gitignore | 1 + gnome-shell-extension-appindicator.spec | 39 +++++++++++++++++++++++++ sources | 1 + 3 files changed, 41 insertions(+) create mode 100644 .gitignore create mode 100644 gnome-shell-extension-appindicator.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..478ca6d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/gnome-shell-extension-appindicator-30.tar.gz diff --git a/gnome-shell-extension-appindicator.spec b/gnome-shell-extension-appindicator.spec new file mode 100644 index 0000000..6be5c90 --- /dev/null +++ b/gnome-shell-extension-appindicator.spec @@ -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 - 30-7 +- Initial package + diff --git a/sources b/sources new file mode 100644 index 0000000..4f3b7ad --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (gnome-shell-extension-appindicator-30.tar.gz) = 9c27d178037eee83273711fde7ef653782f336b9f1798b931cd05c0cc7f0903b3500488237a88fb7c41fa0808f8b8eb1720ffe5ba10312944e79d0b5df4adf73 From bc5a09c3b16cfe51a774fbf60492027fae7fbd2a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jan 2020 22:50:49 +0000 Subject: [PATCH 03/30] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- gnome-shell-extension-appindicator.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnome-shell-extension-appindicator.spec b/gnome-shell-extension-appindicator.spec index 6be5c90..779bfcf 100644 --- a/gnome-shell-extension-appindicator.spec +++ b/gnome-shell-extension-appindicator.spec @@ -2,7 +2,7 @@ Name: gnome-shell-extension-appindicator Version: 30 -Release: 7%{?dist} +Release: 8%{?dist} Summary: AppIndicator/KStatusNotifierItem support for GNOME Shell # No license files @@ -34,6 +34,9 @@ cp -axv *.js metadata.json interfaces-xml %{buildroot}%{_datadir}/gnome-shell/ %{_datadir}/gnome-shell/extensions/%{uuid} %changelog +* Tue Jan 28 2020 Fedora Release Engineering - 30-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sun Sep 01 2019 Artem Polishchuk - 30-7 - Initial package From ea9d7129141f334a3304a944519486eb8ef1dd93 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Tue, 17 Mar 2020 16:17:36 +0200 Subject: [PATCH 04/30] Update to 33 --- .gitignore | 1 + gnome-shell-extension-appindicator.spec | 30 +++++++++++++++---------- sources | 2 +- 3 files changed, 20 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 478ca6d..6242aa7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /gnome-shell-extension-appindicator-30.tar.gz +/gnome-shell-extension-appindicator-33.tar.gz diff --git a/gnome-shell-extension-appindicator.spec b/gnome-shell-extension-appindicator.spec index 779bfcf..8d40f41 100644 --- a/gnome-shell-extension-appindicator.spec +++ b/gnome-shell-extension-appindicator.spec @@ -1,42 +1,48 @@ %global uuid appindicatorsupport@rgcjonas.gmail.com Name: gnome-shell-extension-appindicator -Version: 30 -Release: 8%{?dist} +Version: 33 +Release: 1%{?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 +BuildArch: noarch 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. +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 + gnome-extensions enable %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}/ +mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid} +cp -axv *.js metadata.json interfaces-xml \ + %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/ + %files +%license LICENSE %doc README.md AUTHORS.md -%{_datadir}/gnome-shell/extensions/%{uuid} +%{_datadir}/gnome-shell/extensions/%{uuid}/ + %changelog +* Tue Mar 17 2020 Artem Polishchuk - 33-1 +- Update to 33 + * Tue Jan 28 2020 Fedora Release Engineering - 30-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sun Sep 01 2019 Artem Polishchuk - 30-7 - Initial package - diff --git a/sources b/sources index 4f3b7ad..3d894d5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gnome-shell-extension-appindicator-30.tar.gz) = 9c27d178037eee83273711fde7ef653782f336b9f1798b931cd05c0cc7f0903b3500488237a88fb7c41fa0808f8b8eb1720ffe5ba10312944e79d0b5df4adf73 +SHA512 (gnome-shell-extension-appindicator-33.tar.gz) = ceb79a1fa22440210477e53e1ebca3db3ea81eb8a45613c46d37f44ebb3e063b626a073df519af978becf1c6a83d68c02a26f22bf0a9ed43e2299bbab7acb599 From 1c276dc1f01c09461c0f1e94b4376d4ce1611ba9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 27 Jul 2020 20:42:39 +0000 Subject: [PATCH 05/30] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- gnome-shell-extension-appindicator.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnome-shell-extension-appindicator.spec b/gnome-shell-extension-appindicator.spec index 8d40f41..3867939 100644 --- a/gnome-shell-extension-appindicator.spec +++ b/gnome-shell-extension-appindicator.spec @@ -2,7 +2,7 @@ Name: gnome-shell-extension-appindicator Version: 33 -Release: 1%{?dist} +Release: 2%{?dist} Summary: AppIndicator/KStatusNotifierItem support for GNOME Shell License: GPLv2 @@ -38,6 +38,9 @@ cp -axv *.js metadata.json interfaces-xml \ %changelog +* Mon Jul 27 2020 Fedora Release Engineering - 33-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Tue Mar 17 2020 Artem Polishchuk - 33-1 - Update to 33 From e25beff8a621844e1d68f2cdd824aeecb53ca787 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Sat, 19 Sep 2020 14:50:29 +0300 Subject: [PATCH 06/30] style: spec --- gnome-shell-extension-appindicator.spec | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/gnome-shell-extension-appindicator.spec b/gnome-shell-extension-appindicator.spec index 3867939..4b3d3db 100644 --- a/gnome-shell-extension-appindicator.spec +++ b/gnome-shell-extension-appindicator.spec @@ -1,16 +1,16 @@ -%global uuid appindicatorsupport@rgcjonas.gmail.com +%global uuid appindicatorsupport@rgcjonas.gmail.com -Name: gnome-shell-extension-appindicator -Version: 33 -Release: 2%{?dist} -Summary: AppIndicator/KStatusNotifierItem support for GNOME Shell +Name: gnome-shell-extension-appindicator +Version: 33 +Release: 2%{?dist} +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 -BuildArch: noarch +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 +Requires: gnome-shell >= 3.14.0 %description This extension integrates Ubuntu AppIndicators and KStatusNotifierItems (KDE's @@ -22,7 +22,7 @@ You can use gnome-tweaks (additional package) or run in terminal: %prep -%autosetup +%autosetup -p1 %install From d15afcb94bd8f4a3ab6d789f582983e9dc56e8ee Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Sat, 19 Sep 2020 14:54:13 +0300 Subject: [PATCH 07/30] Update to 34 --- .gitignore | 1 + gnome-shell-extension-appindicator.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6242aa7..1ba3203 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /gnome-shell-extension-appindicator-30.tar.gz /gnome-shell-extension-appindicator-33.tar.gz +/gnome-shell-extension-appindicator-34.tar.gz diff --git a/gnome-shell-extension-appindicator.spec b/gnome-shell-extension-appindicator.spec index 4b3d3db..4cdf28d 100644 --- a/gnome-shell-extension-appindicator.spec +++ b/gnome-shell-extension-appindicator.spec @@ -1,8 +1,8 @@ %global uuid appindicatorsupport@rgcjonas.gmail.com Name: gnome-shell-extension-appindicator -Version: 33 -Release: 2%{?dist} +Version: 34 +Release: 1%{?dist} Summary: AppIndicator/KStatusNotifierItem support for GNOME Shell BuildArch: noarch @@ -38,6 +38,9 @@ cp -axv *.js metadata.json interfaces-xml \ %changelog +* Sat Sep 19 2020 Artem Polishchuk - 34-1 +- Update to 34 + * Mon Jul 27 2020 Fedora Release Engineering - 33-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/sources b/sources index 3d894d5..ead845b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gnome-shell-extension-appindicator-33.tar.gz) = ceb79a1fa22440210477e53e1ebca3db3ea81eb8a45613c46d37f44ebb3e063b626a073df519af978becf1c6a83d68c02a26f22bf0a9ed43e2299bbab7acb599 +SHA512 (gnome-shell-extension-appindicator-34.tar.gz) = 1f02a7cc3cfb90af8ee1a0bb39135fb3203bcc87d13cda0cf7f110db4b838a7c082eba30246a913306ef0e4b2fdb7c9f52f24f62525013ff8f1de9d054d45425 From 0743e62c6a8adf9d4e41ca56e1e6cf19ac6a7a8c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 08:42:25 +0000 Subject: [PATCH 08/30] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- gnome-shell-extension-appindicator.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnome-shell-extension-appindicator.spec b/gnome-shell-extension-appindicator.spec index 4cdf28d..e329fa8 100644 --- a/gnome-shell-extension-appindicator.spec +++ b/gnome-shell-extension-appindicator.spec @@ -2,7 +2,7 @@ Name: gnome-shell-extension-appindicator Version: 34 -Release: 1%{?dist} +Release: 2%{?dist} Summary: AppIndicator/KStatusNotifierItem support for GNOME Shell BuildArch: noarch @@ -38,6 +38,9 @@ cp -axv *.js metadata.json interfaces-xml \ %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 34-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sat Sep 19 2020 Artem Polishchuk - 34-1 - Update to 34 From e495c0a7ba1ad5eaf47846fb16cc90bb500c9481 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Fri, 19 Mar 2021 18:19:39 +0200 Subject: [PATCH 09/30] build(update): 35 --- .gitignore | 1 + gnome-shell-extension-appindicator.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1ba3203..354c8f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /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 diff --git a/gnome-shell-extension-appindicator.spec b/gnome-shell-extension-appindicator.spec index e329fa8..757d553 100644 --- a/gnome-shell-extension-appindicator.spec +++ b/gnome-shell-extension-appindicator.spec @@ -1,8 +1,8 @@ %global uuid appindicatorsupport@rgcjonas.gmail.com Name: gnome-shell-extension-appindicator -Version: 34 -Release: 2%{?dist} +Version: 35 +Release: 1%{?dist} Summary: AppIndicator/KStatusNotifierItem support for GNOME Shell BuildArch: noarch @@ -38,6 +38,9 @@ cp -axv *.js metadata.json interfaces-xml \ %changelog +* Fri Mar 19 2021 Artem Polishchuk - 35-1 +- build(update): 35 + * Tue Jan 26 2021 Fedora Release Engineering - 34-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index ead845b..02dcec9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gnome-shell-extension-appindicator-34.tar.gz) = 1f02a7cc3cfb90af8ee1a0bb39135fb3203bcc87d13cda0cf7f110db4b838a7c082eba30246a913306ef0e4b2fdb7c9f52f24f62525013ff8f1de9d054d45425 +SHA512 (gnome-shell-extension-appindicator-35.tar.gz) = 4a69c5aa000ceee2d85af115238a1cf4f3f1709057b34cf6c400dd233434475183b3338e3c2abb8c05abf2a088ad119f60a05e049134a019cd6158d30130dc24 From 91387556ab3dd32cba5ca992bf7bb0abb7526c3f Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Tue, 27 Apr 2021 20:35:48 +0300 Subject: [PATCH 10/30] build(add dep): libappindicator-gtk3 --- gnome-shell-extension-appindicator.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnome-shell-extension-appindicator.spec b/gnome-shell-extension-appindicator.spec index 757d553..aa88d74 100644 --- a/gnome-shell-extension-appindicator.spec +++ b/gnome-shell-extension-appindicator.spec @@ -2,7 +2,7 @@ Name: gnome-shell-extension-appindicator Version: 35 -Release: 1%{?dist} +Release: 2%{?dist} Summary: AppIndicator/KStatusNotifierItem support for GNOME Shell BuildArch: noarch @@ -11,6 +11,7 @@ URL: https://github.com/ubuntu/gnome-shell-extension-appindicator Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz Requires: gnome-shell >= 3.14.0 +Requires: libappindicator-gtk3 %description This extension integrates Ubuntu AppIndicators and KStatusNotifierItems (KDE's @@ -38,6 +39,9 @@ cp -axv *.js metadata.json interfaces-xml \ %changelog +* Tue Apr 27 2021 Artem Polishchuk - 35-2 +- build(add dep): libappindicator-gtk3 + * Fri Mar 19 2021 Artem Polishchuk - 35-1 - build(update): 35 From b99541c521c98bd41ec36278afacac2c2d2931ef Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Tue, 27 Apr 2021 20:42:19 +0300 Subject: [PATCH 11/30] build(update): 37 --- .gitignore | 1 + gnome-shell-extension-appindicator.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 354c8f5..5ba5997 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /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 diff --git a/gnome-shell-extension-appindicator.spec b/gnome-shell-extension-appindicator.spec index aa88d74..737855f 100644 --- a/gnome-shell-extension-appindicator.spec +++ b/gnome-shell-extension-appindicator.spec @@ -1,8 +1,8 @@ %global uuid appindicatorsupport@rgcjonas.gmail.com Name: gnome-shell-extension-appindicator -Version: 35 -Release: 2%{?dist} +Version: 37 +Release: 1%{?dist} Summary: AppIndicator/KStatusNotifierItem support for GNOME Shell BuildArch: noarch @@ -39,6 +39,9 @@ cp -axv *.js metadata.json interfaces-xml \ %changelog +* Tue Apr 27 2021 Artem Polishchuk - 37-1 +- build(update): 37 + * Tue Apr 27 2021 Artem Polishchuk - 35-2 - build(add dep): libappindicator-gtk3 diff --git a/sources b/sources index 02dcec9..b199990 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gnome-shell-extension-appindicator-35.tar.gz) = 4a69c5aa000ceee2d85af115238a1cf4f3f1709057b34cf6c400dd233434475183b3338e3c2abb8c05abf2a088ad119f60a05e049134a019cd6158d30130dc24 +SHA512 (gnome-shell-extension-appindicator-37.tar.gz) = 2aeb93ca015936577f314e0313dd963d3712edf27a5e9721813b6d72b5050de9427d7aa3a296ced40352a421251ecae7022fb58c1da02947bc0a6205e2d41d1b From d3a6e16bbe46439514d70939c5e2f5a3523c6eb6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 02:17:24 +0000 Subject: [PATCH 12/30] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- gnome-shell-extension-appindicator.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnome-shell-extension-appindicator.spec b/gnome-shell-extension-appindicator.spec index 737855f..52e8fa1 100644 --- a/gnome-shell-extension-appindicator.spec +++ b/gnome-shell-extension-appindicator.spec @@ -2,7 +2,7 @@ Name: gnome-shell-extension-appindicator Version: 37 -Release: 1%{?dist} +Release: 2%{?dist} Summary: AppIndicator/KStatusNotifierItem support for GNOME Shell BuildArch: noarch @@ -39,6 +39,9 @@ cp -axv *.js metadata.json interfaces-xml \ %changelog +* Thu Jul 22 2021 Fedora Release Engineering - 37-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Apr 27 2021 Artem Polishchuk - 37-1 - build(update): 37 From b083937d8838649fca88263fd2a6129ca99390f9 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Mon, 9 Aug 2021 16:40:17 +0200 Subject: [PATCH 13/30] 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 --- .gitignore | 1 + README.md | 3 --- gnome-shell-extension-appindicator.spec | 23 ++++++++++++++++++++--- sources | 2 +- 4 files changed, 22 insertions(+), 7 deletions(-) delete mode 100644 README.md diff --git a/.gitignore b/.gitignore index 5ba5997..59577bb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /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 diff --git a/README.md b/README.md deleted file mode 100644 index ce32238..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# gnome-shell-extension-appindicator - -The gnome-shell-extension-appindicator package \ No newline at end of file diff --git a/gnome-shell-extension-appindicator.spec b/gnome-shell-extension-appindicator.spec index 52e8fa1..5e20252 100644 --- a/gnome-shell-extension-appindicator.spec +++ b/gnome-shell-extension-appindicator.spec @@ -1,8 +1,8 @@ %global uuid appindicatorsupport@rgcjonas.gmail.com Name: gnome-shell-extension-appindicator -Version: 37 -Release: 2%{?dist} +Version: 40 +Release: 1%{?dist} Summary: AppIndicator/KStatusNotifierItem support for GNOME Shell BuildArch: noarch @@ -13,6 +13,12 @@ Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz 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. @@ -26,9 +32,14 @@ You can use gnome-tweaks (additional package) or run in terminal: %autosetup -p1 +%build +%make_build + + %install 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}/ @@ -39,6 +50,12 @@ cp -axv *.js metadata.json interfaces-xml \ %changelog +* Mon Aug 9 2021 Hans de Goede - 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 - 37-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild diff --git a/sources b/sources index b199990..d3fb0fb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gnome-shell-extension-appindicator-37.tar.gz) = 2aeb93ca015936577f314e0313dd963d3712edf27a5e9721813b6d72b5050de9427d7aa3a296ced40352a421251ecae7022fb58c1da02947bc0a6205e2d41d1b +SHA512 (gnome-shell-extension-appindicator-40.tar.gz) = 72b3ecf0eadde40fd3567b19d7c7064953847ec86298691097f9fe14cada37206f8edd898c1d2a8fe71aeb0ace4921d1797d2dcc9eeacc0cb04a25841125b2ef From 3cad06b8a6251ac010424a0b0737502f0420a1e2 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Mon, 9 Aug 2021 16:56:52 +0200 Subject: [PATCH 14/30] Add missing BuildRequires --- gnome-shell-extension-appindicator.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnome-shell-extension-appindicator.spec b/gnome-shell-extension-appindicator.spec index 5e20252..b243f25 100644 --- a/gnome-shell-extension-appindicator.spec +++ b/gnome-shell-extension-appindicator.spec @@ -10,6 +10,8 @@ License: GPLv2 URL: https://github.com/ubuntu/gnome-shell-extension-appindicator Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz +BuildRequires: make glib2 gettext + Requires: gnome-shell >= 3.14.0 Requires: libappindicator-gtk3 From b4c94abfbb063be24cdb84d681cfb4003f8d11e2 Mon Sep 17 00:00:00 2001 From: Ivan Mironov Date: Thu, 23 Sep 2021 23:58:49 +0300 Subject: [PATCH 15/30] Add support for GNOME 41 --- 0001-Add-support-for-GNOME-41.patch | 29 +++++++++++++++++++++++++ gnome-shell-extension-appindicator.spec | 7 +++++- 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 0001-Add-support-for-GNOME-41.patch diff --git a/0001-Add-support-for-GNOME-41.patch b/0001-Add-support-for-GNOME-41.patch new file mode 100644 index 0000000..d4f0e9b --- /dev/null +++ b/0001-Add-support-for-GNOME-41.patch @@ -0,0 +1,29 @@ +From 358c3aafebfdca21010b1b1e735d1ee006c2ec85 Mon Sep 17 00:00:00 2001 +From: Ivan Mironov +Date: Thu, 23 Sep 2021 11:26:22 +0300 +Subject: [PATCH] Add support for GNOME 41 + +This is a trivial change. Tested on Fedora 35 beta. + +Fixes https://github.com/ubuntu/gnome-shell-extension-appindicator/issues/307 +--- + metadata.json | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/metadata.json b/metadata.json +index 294953133a00..31cee8937ca1 100644 +--- a/metadata.json ++++ b/metadata.json +@@ -4,7 +4,8 @@ + "3.34", + "3.36", + "3.38", +- "40" ++ "40", ++ "41" + ], + "gettext-domain": "AppIndicatorExtension", + "settings-schema": "org.gnome.shell.extensions.appindicator", +-- +2.32.0 + diff --git a/gnome-shell-extension-appindicator.spec b/gnome-shell-extension-appindicator.spec index b243f25..24d9ace 100644 --- a/gnome-shell-extension-appindicator.spec +++ b/gnome-shell-extension-appindicator.spec @@ -2,7 +2,7 @@ Name: gnome-shell-extension-appindicator Version: 40 -Release: 1%{?dist} +Release: 2%{?dist} Summary: AppIndicator/KStatusNotifierItem support for GNOME Shell BuildArch: noarch @@ -10,6 +10,8 @@ License: GPLv2 URL: https://github.com/ubuntu/gnome-shell-extension-appindicator Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz +Patch0: 0001-Add-support-for-GNOME-41.patch + BuildRequires: make glib2 gettext Requires: gnome-shell >= 3.14.0 @@ -52,6 +54,9 @@ cp -axv --parents *.js metadata.json interfaces-xml locale/*/LC_MESSAGES/*.mo \ %changelog +* Thu Sep 23 2021 Ivan Mironov - 40-2 +- Add support for GNOME 41 + * Mon Aug 9 2021 Hans de Goede - 40-1 - Update to latest upstream release: v40 (rhbz#1971135) - This includes legacy X11 tray-icon support, make From 41b0b7846fb5eb32dee6e36981bd87dab8b2ea2a Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Thu, 30 Sep 2021 23:35:29 +0300 Subject: [PATCH 16/30] build(update): 41 build: Switch to Meson build(add BR): jq --- .gitignore | 1 + 0001-Add-support-for-GNOME-41.patch | 29 ------------------------ gnome-shell-extension-appindicator.spec | 30 ++++++++++++++++--------- sources | 2 +- 4 files changed, 21 insertions(+), 41 deletions(-) delete mode 100644 0001-Add-support-for-GNOME-41.patch diff --git a/.gitignore b/.gitignore index 59577bb..04ea953 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /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 diff --git a/0001-Add-support-for-GNOME-41.patch b/0001-Add-support-for-GNOME-41.patch deleted file mode 100644 index d4f0e9b..0000000 --- a/0001-Add-support-for-GNOME-41.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 358c3aafebfdca21010b1b1e735d1ee006c2ec85 Mon Sep 17 00:00:00 2001 -From: Ivan Mironov -Date: Thu, 23 Sep 2021 11:26:22 +0300 -Subject: [PATCH] Add support for GNOME 41 - -This is a trivial change. Tested on Fedora 35 beta. - -Fixes https://github.com/ubuntu/gnome-shell-extension-appindicator/issues/307 ---- - metadata.json | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/metadata.json b/metadata.json -index 294953133a00..31cee8937ca1 100644 ---- a/metadata.json -+++ b/metadata.json -@@ -4,7 +4,8 @@ - "3.34", - "3.36", - "3.38", -- "40" -+ "40", -+ "41" - ], - "gettext-domain": "AppIndicatorExtension", - "settings-schema": "org.gnome.shell.extensions.appindicator", --- -2.32.0 - diff --git a/gnome-shell-extension-appindicator.spec b/gnome-shell-extension-appindicator.spec index 24d9ace..6e4f1f6 100644 --- a/gnome-shell-extension-appindicator.spec +++ b/gnome-shell-extension-appindicator.spec @@ -1,8 +1,8 @@ %global uuid appindicatorsupport@rgcjonas.gmail.com Name: gnome-shell-extension-appindicator -Version: 40 -Release: 2%{?dist} +Version: 41 +Release: 1%{?dist} Summary: AppIndicator/KStatusNotifierItem support for GNOME Shell BuildArch: noarch @@ -10,9 +10,10 @@ License: GPLv2 URL: https://github.com/ubuntu/gnome-shell-extension-appindicator Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz -Patch0: 0001-Add-support-for-GNOME-41.patch - -BuildRequires: make glib2 gettext +BuildRequires: gettext +BuildRequires: glib2 +BuildRequires: jq +BuildRequires: meson Requires: gnome-shell >= 3.14.0 Requires: libappindicator-gtk3 @@ -37,23 +38,30 @@ You can use gnome-tweaks (additional package) or run in terminal: %build -%make_build +%meson \ + -Dlocal_install=disabled +%meson_build %install -mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid} -cp -axv --parents *.js metadata.json interfaces-xml locale/*/LC_MESSAGES/*.mo \ - schemas/*.xml schemas/gschemas.compiled \ - %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/ +%meson_install +%find_lang AppIndicatorExtension +rm %{buildroot}%{_datadir}/glib-2.0/schemas/gschemas.compiled -%files +%files -f AppIndicatorExtension.lang %license LICENSE %doc README.md AUTHORS.md %{_datadir}/gnome-shell/extensions/%{uuid}/ +%{_datadir}/glib-2.0/schemas/*.gschema.xml %changelog +* Thu Sep 30 2021 Artem Polishchuk - 41-1 +- build(update): 41 +- build: Switch to Meson +- build(add BR): jq + * Thu Sep 23 2021 Ivan Mironov - 40-2 - Add support for GNOME 41 diff --git a/sources b/sources index d3fb0fb..ec44532 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gnome-shell-extension-appindicator-40.tar.gz) = 72b3ecf0eadde40fd3567b19d7c7064953847ec86298691097f9fe14cada37206f8edd898c1d2a8fe71aeb0ace4921d1797d2dcc9eeacc0cb04a25841125b2ef +SHA512 (gnome-shell-extension-appindicator-41.tar.gz) = 8c67011884bc4cf6e4ddfc3ac0c191830775050d07cf3f8d7462ff4e0050cea00fd3f8372b1c75211e433344c64fea9903982769bc4d0428b51161efd275f5d9 From 4368fa66406187633ac3d50c7aa8861f49e868bd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 06:40:48 +0000 Subject: [PATCH 17/30] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- gnome-shell-extension-appindicator.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnome-shell-extension-appindicator.spec b/gnome-shell-extension-appindicator.spec index 6e4f1f6..d1e3bac 100644 --- a/gnome-shell-extension-appindicator.spec +++ b/gnome-shell-extension-appindicator.spec @@ -2,7 +2,7 @@ Name: gnome-shell-extension-appindicator Version: 41 -Release: 1%{?dist} +Release: 2%{?dist} Summary: AppIndicator/KStatusNotifierItem support for GNOME Shell BuildArch: noarch @@ -57,6 +57,9 @@ rm %{buildroot}%{_datadir}/glib-2.0/schemas/gschemas.compiled %changelog +* Thu Jan 20 2022 Fedora Release Engineering - 41-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Thu Sep 30 2021 Artem Polishchuk - 41-1 - build(update): 41 - build: Switch to Meson From e0a822bd3875120d4670267662e9be0f40d5ff90 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Tue, 22 Feb 2022 13:03:07 +0100 Subject: [PATCH 18/30] Fix GNOME 32 compatibility --- gnome-shell-extension-appindicator-gnome-42.patch | 13 +++++++++++++ gnome-shell-extension-appindicator.spec | 6 +++++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 gnome-shell-extension-appindicator-gnome-42.patch diff --git a/gnome-shell-extension-appindicator-gnome-42.patch b/gnome-shell-extension-appindicator-gnome-42.patch new file mode 100644 index 0000000..230d5dc --- /dev/null +++ b/gnome-shell-extension-appindicator-gnome-42.patch @@ -0,0 +1,13 @@ +diff -up gnome-shell-extension-appindicator-41/metadata.json~ gnome-shell-extension-appindicator-41/metadata.json +--- gnome-shell-extension-appindicator-41/metadata.json~ 2021-09-30 21:58:39.000000000 +0200 ++++ gnome-shell-extension-appindicator-41/metadata.json 2022-02-22 12:36:35.696481540 +0100 +@@ -5,7 +5,8 @@ + "3.36", + "3.38", + "40", +- "41" ++ "41", ++ "42" + ], + "gettext-domain": "AppIndicatorExtension", + "settings-schema": "org.gnome.shell.extensions.appindicator", diff --git a/gnome-shell-extension-appindicator.spec b/gnome-shell-extension-appindicator.spec index d1e3bac..c532ca7 100644 --- a/gnome-shell-extension-appindicator.spec +++ b/gnome-shell-extension-appindicator.spec @@ -2,13 +2,14 @@ Name: gnome-shell-extension-appindicator Version: 41 -Release: 2%{?dist} +Release: 3%{?dist} 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 +Patch0: gnome-shell-extension-appindicator-gnome-42.patch BuildRequires: gettext BuildRequires: glib2 @@ -57,6 +58,9 @@ rm %{buildroot}%{_datadir}/glib-2.0/schemas/gschemas.compiled %changelog +* Tue Feb 22 2022 Hans de Goede - 41-3 +- Fix GNOME 32 compatibility + * Thu Jan 20 2022 Fedora Release Engineering - 41-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From e0338b4cf10a20e6d4e3dc2b3bc73754a6d49e3e Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Thu, 24 Feb 2022 10:48:17 +0300 Subject: [PATCH 19/30] chore(update): 42 --- .gitignore | 1 + gnome-shell-extension-appindicator-gnome-42.patch | 13 ------------- gnome-shell-extension-appindicator.spec | 8 +++++--- sources | 2 +- 4 files changed, 7 insertions(+), 17 deletions(-) delete mode 100644 gnome-shell-extension-appindicator-gnome-42.patch diff --git a/.gitignore b/.gitignore index 04ea953..42db162 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /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 diff --git a/gnome-shell-extension-appindicator-gnome-42.patch b/gnome-shell-extension-appindicator-gnome-42.patch deleted file mode 100644 index 230d5dc..0000000 --- a/gnome-shell-extension-appindicator-gnome-42.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -up gnome-shell-extension-appindicator-41/metadata.json~ gnome-shell-extension-appindicator-41/metadata.json ---- gnome-shell-extension-appindicator-41/metadata.json~ 2021-09-30 21:58:39.000000000 +0200 -+++ gnome-shell-extension-appindicator-41/metadata.json 2022-02-22 12:36:35.696481540 +0100 -@@ -5,7 +5,8 @@ - "3.36", - "3.38", - "40", -- "41" -+ "41", -+ "42" - ], - "gettext-domain": "AppIndicatorExtension", - "settings-schema": "org.gnome.shell.extensions.appindicator", diff --git a/gnome-shell-extension-appindicator.spec b/gnome-shell-extension-appindicator.spec index c532ca7..b8fd1cc 100644 --- a/gnome-shell-extension-appindicator.spec +++ b/gnome-shell-extension-appindicator.spec @@ -1,15 +1,14 @@ %global uuid appindicatorsupport@rgcjonas.gmail.com Name: gnome-shell-extension-appindicator -Version: 41 -Release: 3%{?dist} +Version: 42 +Release: 1%{?dist} 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 -Patch0: gnome-shell-extension-appindicator-gnome-42.patch BuildRequires: gettext BuildRequires: glib2 @@ -58,6 +57,9 @@ rm %{buildroot}%{_datadir}/glib-2.0/schemas/gschemas.compiled %changelog +* Thu Feb 24 2022 Artem Polishchuk - 42-1 +- chore(update): 42 + * Tue Feb 22 2022 Hans de Goede - 41-3 - Fix GNOME 32 compatibility diff --git a/sources b/sources index ec44532..ca6bcd1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gnome-shell-extension-appindicator-41.tar.gz) = 8c67011884bc4cf6e4ddfc3ac0c191830775050d07cf3f8d7462ff4e0050cea00fd3f8372b1c75211e433344c64fea9903982769bc4d0428b51161efd275f5d9 +SHA512 (gnome-shell-extension-appindicator-42.tar.gz) = a4c392a65afafc8e963539f87489eca604863a9e55a2e5fbcc905da144e70e3805a7ff8c1c40302a925a8cfe8dd5431fbc675ac127a04304fa5c3a5ea39beab0 From aba3562d8b1982dddcfdd6ddb24b2e1351f73355 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 21 Jul 2022 06:58:27 +0000 Subject: [PATCH 20/30] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- gnome-shell-extension-appindicator.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnome-shell-extension-appindicator.spec b/gnome-shell-extension-appindicator.spec index b8fd1cc..0f254b4 100644 --- a/gnome-shell-extension-appindicator.spec +++ b/gnome-shell-extension-appindicator.spec @@ -2,7 +2,7 @@ Name: gnome-shell-extension-appindicator Version: 42 -Release: 1%{?dist} +Release: 2%{?dist} Summary: AppIndicator/KStatusNotifierItem support for GNOME Shell BuildArch: noarch @@ -57,6 +57,9 @@ rm %{buildroot}%{_datadir}/glib-2.0/schemas/gschemas.compiled %changelog +* Thu Jul 21 2022 Fedora Release Engineering - 42-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Thu Feb 24 2022 Artem Polishchuk - 42-1 - chore(update): 42 From ca1895ca345e9625769a0f480557e324618a44c0 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Thu, 4 Aug 2022 12:05:59 +0200 Subject: [PATCH 21/30] Add a local patch for GNOME 43 compatibility --- ...extension-appindicator-42-gnome-43-support.patch | 13 +++++++++++++ gnome-shell-extension-appindicator.spec | 8 ++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 gnome-shell-extension-appindicator-42-gnome-43-support.patch diff --git a/gnome-shell-extension-appindicator-42-gnome-43-support.patch b/gnome-shell-extension-appindicator-42-gnome-43-support.patch new file mode 100644 index 0000000..19a6f2c --- /dev/null +++ b/gnome-shell-extension-appindicator-42-gnome-43-support.patch @@ -0,0 +1,13 @@ +diff -up gnome-shell-extension-appindicator-42/metadata.json~ gnome-shell-extension-appindicator-42/metadata.json +--- gnome-shell-extension-appindicator-42/metadata.json~ 2022-02-24 02:55:49.000000000 +0100 ++++ gnome-shell-extension-appindicator-42/metadata.json 2022-08-04 10:44:14.476948011 +0200 +@@ -6,7 +6,8 @@ + "3.38", + "40", + "41", +- "42" ++ "42", ++ "43" + ], + "gettext-domain": "AppIndicatorExtension", + "settings-schema": "org.gnome.shell.extensions.appindicator", diff --git a/gnome-shell-extension-appindicator.spec b/gnome-shell-extension-appindicator.spec index 0f254b4..77a9229 100644 --- a/gnome-shell-extension-appindicator.spec +++ b/gnome-shell-extension-appindicator.spec @@ -2,13 +2,14 @@ Name: gnome-shell-extension-appindicator Version: 42 -Release: 2%{?dist} +Release: 3%{?dist} 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 +Patch0: gnome-shell-extension-appindicator-42-gnome-43-support.patch BuildRequires: gettext BuildRequires: glib2 @@ -57,6 +58,9 @@ rm %{buildroot}%{_datadir}/glib-2.0/schemas/gschemas.compiled %changelog +* Thu Aug 4 2022 Hans de Goede - 42-3 +- Add a local patch for GNOME 43 compatibility + * Thu Jul 21 2022 Fedora Release Engineering - 42-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild @@ -64,7 +68,7 @@ rm %{buildroot}%{_datadir}/glib-2.0/schemas/gschemas.compiled - chore(update): 42 * Tue Feb 22 2022 Hans de Goede - 41-3 -- Fix GNOME 32 compatibility +- Fix GNOME 42 compatibility * Thu Jan 20 2022 Fedora Release Engineering - 41-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 063118be7f313302fdb3e6f09925e173d4147e75 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Tue, 27 Sep 2022 12:23:58 +0300 Subject: [PATCH 22/30] Convert to rpmautospec --- changelog | 58 +++++++++++++++++++++++ gnome-shell-extension-appindicator.spec | 61 +------------------------ 2 files changed, 60 insertions(+), 59 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..c4fbdb0 --- /dev/null +++ b/changelog @@ -0,0 +1,58 @@ +* Thu Aug 4 2022 Hans de Goede - 42-3 +- Add a local patch for GNOME 43 compatibility + +* Thu Jul 21 2022 Fedora Release Engineering - 42-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Thu Feb 24 2022 Artem Polishchuk - 42-1 +- chore(update): 42 + +* Tue Feb 22 2022 Hans de Goede - 41-3 +- Fix GNOME 42 compatibility + +* Thu Jan 20 2022 Fedora Release Engineering - 41-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Thu Sep 30 2021 Artem Polishchuk - 41-1 +- build(update): 41 +- build: Switch to Meson +- build(add BR): jq + +* Thu Sep 23 2021 Ivan Mironov - 40-2 +- Add support for GNOME 41 + +* Mon Aug 9 2021 Hans de Goede - 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 - 37-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Tue Apr 27 2021 Artem Polishchuk - 37-1 +- build(update): 37 + +* Tue Apr 27 2021 Artem Polishchuk - 35-2 +- build(add dep): libappindicator-gtk3 + +* Fri Mar 19 2021 Artem Polishchuk - 35-1 +- build(update): 35 + +* Tue Jan 26 2021 Fedora Release Engineering - 34-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sat Sep 19 2020 Artem Polishchuk - 34-1 +- Update to 34 + +* Mon Jul 27 2020 Fedora Release Engineering - 33-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Mar 17 2020 Artem Polishchuk - 33-1 +- Update to 33 + +* Tue Jan 28 2020 Fedora Release Engineering - 30-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sun Sep 01 2019 Artem Polishchuk - 30-7 +- Initial package diff --git a/gnome-shell-extension-appindicator.spec b/gnome-shell-extension-appindicator.spec index 77a9229..7c2f3fc 100644 --- a/gnome-shell-extension-appindicator.spec +++ b/gnome-shell-extension-appindicator.spec @@ -2,7 +2,7 @@ Name: gnome-shell-extension-appindicator Version: 42 -Release: 3%{?dist} +Release: %autorelease Summary: AppIndicator/KStatusNotifierItem support for GNOME Shell BuildArch: noarch @@ -58,61 +58,4 @@ rm %{buildroot}%{_datadir}/glib-2.0/schemas/gschemas.compiled %changelog -* Thu Aug 4 2022 Hans de Goede - 42-3 -- Add a local patch for GNOME 43 compatibility - -* Thu Jul 21 2022 Fedora Release Engineering - 42-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Thu Feb 24 2022 Artem Polishchuk - 42-1 -- chore(update): 42 - -* Tue Feb 22 2022 Hans de Goede - 41-3 -- Fix GNOME 42 compatibility - -* Thu Jan 20 2022 Fedora Release Engineering - 41-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Thu Sep 30 2021 Artem Polishchuk - 41-1 -- build(update): 41 -- build: Switch to Meson -- build(add BR): jq - -* Thu Sep 23 2021 Ivan Mironov - 40-2 -- Add support for GNOME 41 - -* Mon Aug 9 2021 Hans de Goede - 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 - 37-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Tue Apr 27 2021 Artem Polishchuk - 37-1 -- build(update): 37 - -* Tue Apr 27 2021 Artem Polishchuk - 35-2 -- build(add dep): libappindicator-gtk3 - -* Fri Mar 19 2021 Artem Polishchuk - 35-1 -- build(update): 35 - -* Tue Jan 26 2021 Fedora Release Engineering - 34-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Sat Sep 19 2020 Artem Polishchuk - 34-1 -- Update to 34 - -* Mon Jul 27 2020 Fedora Release Engineering - 33-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue Mar 17 2020 Artem Polishchuk - 33-1 -- Update to 33 - -* Tue Jan 28 2020 Fedora Release Engineering - 30-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sun Sep 01 2019 Artem Polishchuk - 30-7 -- Initial package +%autochangelog From 59abe2ef0f8533d3e2271740267dae9710f47bcc Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Tue, 27 Sep 2022 12:36:04 +0300 Subject: [PATCH 23/30] chore(update): 43 --- .gitignore | 1 + ...extension-appindicator-42-gnome-43-support.patch | 13 ------------- gnome-shell-extension-appindicator.spec | 5 ++--- sources | 2 +- 4 files changed, 4 insertions(+), 17 deletions(-) delete mode 100644 gnome-shell-extension-appindicator-42-gnome-43-support.patch diff --git a/.gitignore b/.gitignore index 42db162..0fa289e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /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 diff --git a/gnome-shell-extension-appindicator-42-gnome-43-support.patch b/gnome-shell-extension-appindicator-42-gnome-43-support.patch deleted file mode 100644 index 19a6f2c..0000000 --- a/gnome-shell-extension-appindicator-42-gnome-43-support.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -up gnome-shell-extension-appindicator-42/metadata.json~ gnome-shell-extension-appindicator-42/metadata.json ---- gnome-shell-extension-appindicator-42/metadata.json~ 2022-02-24 02:55:49.000000000 +0100 -+++ gnome-shell-extension-appindicator-42/metadata.json 2022-08-04 10:44:14.476948011 +0200 -@@ -6,7 +6,8 @@ - "3.38", - "40", - "41", -- "42" -+ "42", -+ "43" - ], - "gettext-domain": "AppIndicatorExtension", - "settings-schema": "org.gnome.shell.extensions.appindicator", diff --git a/gnome-shell-extension-appindicator.spec b/gnome-shell-extension-appindicator.spec index 7c2f3fc..82daf10 100644 --- a/gnome-shell-extension-appindicator.spec +++ b/gnome-shell-extension-appindicator.spec @@ -1,7 +1,7 @@ %global uuid appindicatorsupport@rgcjonas.gmail.com Name: gnome-shell-extension-appindicator -Version: 42 +Version: 43 Release: %autorelease Summary: AppIndicator/KStatusNotifierItem support for GNOME Shell BuildArch: noarch @@ -9,7 +9,6 @@ BuildArch: noarch License: GPLv2 URL: https://github.com/ubuntu/gnome-shell-extension-appindicator Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz -Patch0: gnome-shell-extension-appindicator-42-gnome-43-support.patch BuildRequires: gettext BuildRequires: glib2 @@ -31,7 +30,7 @@ blessed successor of the systray) into GNOME Shell. You can use gnome-tweaks (additional package) or run in terminal: - gnome-extensions enable %uuid + $ gnome-extensions enable %uuid %prep diff --git a/sources b/sources index ca6bcd1..6a836a8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gnome-shell-extension-appindicator-42.tar.gz) = a4c392a65afafc8e963539f87489eca604863a9e55a2e5fbcc905da144e70e3805a7ff8c1c40302a925a8cfe8dd5431fbc675ac127a04304fa5c3a5ea39beab0 +SHA512 (gnome-shell-extension-appindicator-43.tar.gz) = cde5ede991becf1736ee3bdda1f06a6bf8473b026597f3272827a42a454e31dcec50071768dab6778ca019953c54df72f2b7add97767343817dcfc8f58d90a57 From 63c0ea99d811ef383f59f440746723b86ae606f7 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Wed, 28 Sep 2022 02:54:21 +0300 Subject: [PATCH 24/30] chore(update): 44 --- .gitignore | 1 + gnome-shell-extension-appindicator.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0fa289e..f8fed4a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /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 diff --git a/gnome-shell-extension-appindicator.spec b/gnome-shell-extension-appindicator.spec index 82daf10..a1f6930 100644 --- a/gnome-shell-extension-appindicator.spec +++ b/gnome-shell-extension-appindicator.spec @@ -1,7 +1,7 @@ %global uuid appindicatorsupport@rgcjonas.gmail.com Name: gnome-shell-extension-appindicator -Version: 43 +Version: 44 Release: %autorelease Summary: AppIndicator/KStatusNotifierItem support for GNOME Shell BuildArch: noarch diff --git a/sources b/sources index 6a836a8..523aa1a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gnome-shell-extension-appindicator-43.tar.gz) = cde5ede991becf1736ee3bdda1f06a6bf8473b026597f3272827a42a454e31dcec50071768dab6778ca019953c54df72f2b7add97767343817dcfc8f58d90a57 +SHA512 (gnome-shell-extension-appindicator-44.tar.gz) = 42d7b521a17d5d112bd939d2a6165479ba979d31f4e1d940085aacc44bfa5d3cefda4b83b06c41825bebd6266865423cbb21979b0cb24eb8261617d2234c6011 From e583aa18e0a43f32e7d5a63298433054637aba5f Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Fri, 30 Sep 2022 00:36:51 +0300 Subject: [PATCH 25/30] chore(update): 45 --- .gitignore | 1 + gnome-shell-extension-appindicator.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f8fed4a..93ee01c 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /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 diff --git a/gnome-shell-extension-appindicator.spec b/gnome-shell-extension-appindicator.spec index a1f6930..5eea2c6 100644 --- a/gnome-shell-extension-appindicator.spec +++ b/gnome-shell-extension-appindicator.spec @@ -1,7 +1,7 @@ %global uuid appindicatorsupport@rgcjonas.gmail.com Name: gnome-shell-extension-appindicator -Version: 44 +Version: 45 Release: %autorelease Summary: AppIndicator/KStatusNotifierItem support for GNOME Shell BuildArch: noarch diff --git a/sources b/sources index 523aa1a..d04d84c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gnome-shell-extension-appindicator-44.tar.gz) = 42d7b521a17d5d112bd939d2a6165479ba979d31f4e1d940085aacc44bfa5d3cefda4b83b06c41825bebd6266865423cbb21979b0cb24eb8261617d2234c6011 +SHA512 (gnome-shell-extension-appindicator-45.tar.gz) = 900d4447fd77e8498c02efb5fede8880c81d15654ac9e1dbf0bfc39e8757728a0bfede8b42f0e0f8e54a39f3834a76d2a99aa07cf2fcfc7cd2c07abc3ee18343 From ba53be50e1c72127747b8ac103b48a80b07f6959 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Fri, 30 Sep 2022 10:33:54 +0300 Subject: [PATCH 26/30] chore(update): 46 --- .gitignore | 1 + gnome-shell-extension-appindicator.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 93ee01c..aafdadf 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /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 diff --git a/gnome-shell-extension-appindicator.spec b/gnome-shell-extension-appindicator.spec index 5eea2c6..65368c2 100644 --- a/gnome-shell-extension-appindicator.spec +++ b/gnome-shell-extension-appindicator.spec @@ -1,7 +1,7 @@ %global uuid appindicatorsupport@rgcjonas.gmail.com Name: gnome-shell-extension-appindicator -Version: 45 +Version: 46 Release: %autorelease Summary: AppIndicator/KStatusNotifierItem support for GNOME Shell BuildArch: noarch diff --git a/sources b/sources index d04d84c..4863d3f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gnome-shell-extension-appindicator-45.tar.gz) = 900d4447fd77e8498c02efb5fede8880c81d15654ac9e1dbf0bfc39e8757728a0bfede8b42f0e0f8e54a39f3834a76d2a99aa07cf2fcfc7cd2c07abc3ee18343 +SHA512 (gnome-shell-extension-appindicator-46.tar.gz) = 0616503a9e5a471bbe64b2f2d9fb853ba1d67e902d9b72b464647f70e8e6392ab9135955c87c99e83d96941cb29505f03cab5ad257ffc5a80e77221d4fcd9730 From b97852efa5eb7685610caec5cc7dc593f536135c Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Sat, 25 Feb 2023 10:37:26 +0200 Subject: [PATCH 28/30] chore(update): 47 --- .gitignore | 1 + gnome-shell-extension-appindicator.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index aafdadf..d6e9036 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /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 diff --git a/gnome-shell-extension-appindicator.spec b/gnome-shell-extension-appindicator.spec index 65368c2..613fd66 100644 --- a/gnome-shell-extension-appindicator.spec +++ b/gnome-shell-extension-appindicator.spec @@ -1,7 +1,7 @@ %global uuid appindicatorsupport@rgcjonas.gmail.com Name: gnome-shell-extension-appindicator -Version: 46 +Version: 47 Release: %autorelease Summary: AppIndicator/KStatusNotifierItem support for GNOME Shell BuildArch: noarch diff --git a/sources b/sources index 4863d3f..a70f735 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gnome-shell-extension-appindicator-46.tar.gz) = 0616503a9e5a471bbe64b2f2d9fb853ba1d67e902d9b72b464647f70e8e6392ab9135955c87c99e83d96941cb29505f03cab5ad257ffc5a80e77221d4fcd9730 +SHA512 (gnome-shell-extension-appindicator-47.tar.gz) = 939c0340586141f0f8d6f7722d9d084bef35d598f19c8ac2fbdba3c8174b91a823248ddd56d6361b16ed8404b53633899206d7434d4e9479544589b22e269933 From 3d1fcbc5718cb7b411d0e69e279905fb3bc36000 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Fri, 3 Mar 2023 17:36:07 +0200 Subject: [PATCH 29/30] chore(update): 49 --- .gitignore | 1 + gnome-shell-extension-appindicator.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d6e9036..17fcd88 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /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 diff --git a/gnome-shell-extension-appindicator.spec b/gnome-shell-extension-appindicator.spec index 613fd66..65646c6 100644 --- a/gnome-shell-extension-appindicator.spec +++ b/gnome-shell-extension-appindicator.spec @@ -1,7 +1,7 @@ %global uuid appindicatorsupport@rgcjonas.gmail.com Name: gnome-shell-extension-appindicator -Version: 47 +Version: 49 Release: %autorelease Summary: AppIndicator/KStatusNotifierItem support for GNOME Shell BuildArch: noarch diff --git a/sources b/sources index a70f735..1dcb231 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gnome-shell-extension-appindicator-47.tar.gz) = 939c0340586141f0f8d6f7722d9d084bef35d598f19c8ac2fbdba3c8174b91a823248ddd56d6361b16ed8404b53633899206d7434d4e9479544589b22e269933 +SHA512 (gnome-shell-extension-appindicator-49.tar.gz) = 2fed5b3f7042df836cc3ceb1ce303f41de29f56c58570acb5e7150ab4f019e9441e0a91eb71afd5757b465a81a44638eafd2aa5944ff46a71f20095f488ab945 From 502325fe9d1ee4675778b5c57f1347d2f430432d Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 30 Oct 2023 22:17:06 +0300 Subject: [PATCH 30/30] Remove unnecessary files and fix spec-file --- changelog | 58 ---------------- gnome-shell-extension-appindicator.spec | 91 ++++++++++++++++++++++++- sources | 1 - 3 files changed, 90 insertions(+), 60 deletions(-) delete mode 100644 changelog delete mode 100644 sources diff --git a/changelog b/changelog deleted file mode 100644 index c4fbdb0..0000000 --- a/changelog +++ /dev/null @@ -1,58 +0,0 @@ -* Thu Aug 4 2022 Hans de Goede - 42-3 -- Add a local patch for GNOME 43 compatibility - -* Thu Jul 21 2022 Fedora Release Engineering - 42-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Thu Feb 24 2022 Artem Polishchuk - 42-1 -- chore(update): 42 - -* Tue Feb 22 2022 Hans de Goede - 41-3 -- Fix GNOME 42 compatibility - -* Thu Jan 20 2022 Fedora Release Engineering - 41-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Thu Sep 30 2021 Artem Polishchuk - 41-1 -- build(update): 41 -- build: Switch to Meson -- build(add BR): jq - -* Thu Sep 23 2021 Ivan Mironov - 40-2 -- Add support for GNOME 41 - -* Mon Aug 9 2021 Hans de Goede - 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 - 37-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Tue Apr 27 2021 Artem Polishchuk - 37-1 -- build(update): 37 - -* Tue Apr 27 2021 Artem Polishchuk - 35-2 -- build(add dep): libappindicator-gtk3 - -* Fri Mar 19 2021 Artem Polishchuk - 35-1 -- build(update): 35 - -* Tue Jan 26 2021 Fedora Release Engineering - 34-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Sat Sep 19 2020 Artem Polishchuk - 34-1 -- Update to 34 - -* Mon Jul 27 2020 Fedora Release Engineering - 33-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue Mar 17 2020 Artem Polishchuk - 33-1 -- Update to 33 - -* Tue Jan 28 2020 Fedora Release Engineering - 30-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sun Sep 01 2019 Artem Polishchuk - 30-7 -- Initial package diff --git a/gnome-shell-extension-appindicator.spec b/gnome-shell-extension-appindicator.spec index 65646c6..222a33f 100644 --- a/gnome-shell-extension-appindicator.spec +++ b/gnome-shell-extension-appindicator.spec @@ -1,3 +1,13 @@ +## 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 @@ -57,4 +67,83 @@ rm %{buildroot}%{_datadir}/glib-2.0/schemas/gschemas.compiled %changelog -%autochangelog +* Fri Mar 03 2023 Artem Polishchuk - 49-1 +- chore(update): 49 + +* Sat Feb 25 2023 Artem Polishchuk - 47-1 +- chore(update): 47 + +* Thu Jan 19 2023 Fedora Release Engineering - 46-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Fri Sep 30 2022 Artem Polishchuk - 46-1 +- chore(update): 46 + +* Thu Sep 29 2022 Artem Polishchuk - 45-1 +- chore(update): 45 + +* Tue Sep 27 2022 Artem Polishchuk - 44-1 +- chore(update): 44 + +* Tue Sep 27 2022 Artem Polishchuk - 43-1 +- chore(update): 43 + +* Thu Aug 4 2022 Hans de Goede - 42-3 +- Add a local patch for GNOME 43 compatibility + +* Thu Jul 21 2022 Fedora Release Engineering - 42-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Thu Feb 24 2022 Artem Polishchuk - 42-1 +- chore(update): 42 + +* Tue Feb 22 2022 Hans de Goede - 41-3 +- Fix GNOME 42 compatibility + +* Thu Jan 20 2022 Fedora Release Engineering - 41-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Thu Sep 30 2021 Artem Polishchuk - 41-1 +- build(update): 41 +- build: Switch to Meson +- build(add BR): jq + +* Thu Sep 23 2021 Ivan Mironov - 40-2 +- Add support for GNOME 41 + +* Mon Aug 9 2021 Hans de Goede - 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 - 37-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Tue Apr 27 2021 Artem Polishchuk - 37-1 +- build(update): 37 + +* Tue Apr 27 2021 Artem Polishchuk - 35-2 +- build(add dep): libappindicator-gtk3 + +* Fri Mar 19 2021 Artem Polishchuk - 35-1 +- build(update): 35 + +* Tue Jan 26 2021 Fedora Release Engineering - 34-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sat Sep 19 2020 Artem Polishchuk - 34-1 +- Update to 34 + +* Mon Jul 27 2020 Fedora Release Engineering - 33-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Mar 17 2020 Artem Polishchuk - 33-1 +- Update to 33 + +* Tue Jan 28 2020 Fedora Release Engineering - 30-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sun Sep 01 2019 Artem Polishchuk - 30-7 +- Initial package + diff --git a/sources b/sources deleted file mode 100644 index 1dcb231..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (gnome-shell-extension-appindicator-49.tar.gz) = 2fed5b3f7042df836cc3ceb1ce303f41de29f56c58570acb5e7150ab4f019e9441e0a91eb71afd5757b465a81a44638eafd2aa5944ff46a71f20095f488ab945