Compare commits

...
Sign in to create a new pull request.

18 commits

Author SHA1 Message Date
Fabio Valentini
aedacb3dc4
remove package (temporarily) due to unresolved issues with GNOME 43 2022-08-31 12:10:31 +02:00
Fedora Release Engineering
1597c27ef7 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-23 12:28:57 +00:00
Fedora Release Engineering
6a05bca556 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-22 04:31:33 +00:00
Fabio Valentini
7a4ffa403d
Update to version 6.0.1; Fixes RHBZ#2025013 2021-11-24 23:51:11 +01:00
Fabio Valentini
b0d6851173
Include upstream patch to fix compiling with Vala 0.54 2021-10-11 14:39:36 +02:00
Fedora Release Engineering
32d4f25c18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-23 20:59:46 +00:00
Fabio Valentini
c8738e5038
Update to version 6.0.0; Fixes RHBZ#1982592 2021-07-17 14:05:49 +02:00
Fabio Valentini
7f73eff184
convert to rpmautospec 2021-07-17 13:57:08 +02:00
Fabio Valentini
4bd3df16c5
bump to commit 845e631; rebuilt for granite 6 soname bump and wingpanel 3 2021-02-19 12:28:47 +01:00
Fedora Release Engineering
10282a3004 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-27 23:32:46 +00:00
Fabio Valentini
e718ccfa41
update to version 2.1.8 2021-01-07 13:25:01 +01:00
Fabio Valentini
cf6f513fc9
update to version 2.1.7 2020-10-09 21:16:25 +02:00
Fabio Valentini
75befee5b0
update to version 2.1.6 2020-08-12 17:47:43 +02:00
Fedora Release Engineering
82fcc56355 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-29 14:11:42 +00:00
Fabio Valentini
3abd9cb3d2
update to version 2.1.5 2020-04-04 01:43:11 +02:00
Fedora Release Engineering
b28b0c8fa6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-31 03:46:50 +00:00
Fabio Valentini
73492cdf61
update to version 2.1.4 2019-11-25 23:04:02 +01:00
Fedora Release Engineering
a36e9ca593 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-27 03:33:02 +00:00
5 changed files with 1 additions and 151 deletions

9
.gitignore vendored
View file

@ -1,9 +0,0 @@
/results*
/*.src.rpm
/wingpanel-indicator-sound-2.0.3.tar.xz
/wingpanel-indicator-sound-2.0.4.tar.gz
/wingpanel-indicator-sound-2.0.5.tar.gz
/wingpanel-indicator-sound-2.1.0.tar.gz
/wingpanel-indicator-sound-2.1.1.tar.gz
/wingpanel-indicator-sound-2.1.2.tar.gz
/wingpanel-indicator-sound-2.1.3.tar.gz

1
dead.package Normal file
View file

@ -0,0 +1 @@
remove package (temporarily) due to unresolved issues with GNOME 43

View file

@ -1 +0,0 @@
SHA512 (wingpanel-indicator-sound-2.1.3.tar.gz) = e1738238db54c5fb134af7d340c986e19b799862e77c88d74a68d12c26697e4cb18fce92ce55d818ca2e28b3c1a413be787c98c1b62f787d928f331d3d73a0b5

View file

@ -1,3 +0,0 @@
# false positives
addFilter("E: invalid-lc-messages-dir /usr/share/locale/bh*")
addFilter("E: invalid-lc-messages-dir /usr/share/locale/mo*")

View file

@ -1,138 +0,0 @@
%global __provides_exclude_from ^%{_libdir}/wingpanel/.*\\.so$
%global appname io.elementary.desktop.wingpanel.sound
Name: wingpanel-indicator-sound
Summary: Sound Indicator for wingpanel
Version: 2.1.3
Release: 1%{?dist}
License: GPLv3
URL: https://github.com/elementary/%{name}
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: gettext
BuildRequires: meson
BuildRequires: vala >= 0.22.0
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(granite)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libcanberra)
BuildRequires: pkgconfig(libcanberra-gtk)
BuildRequires: pkgconfig(libnotify)
BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(libpulse-mainloop-glib)
BuildRequires: pkgconfig(wingpanel-2.0) >= 2.1.0
Requires: wingpanel%{?_isa}
Supplements: wingpanel%{?_isa}
%description
A sound indicator for wingpanel.
%prep
%autosetup -p1
%build
%meson
%meson_build
%install
%meson_install
%find_lang sound-indicator
%files -f sound-indicator.lang
%doc README.md
%license COPYING
%{_libdir}/wingpanel/libsound.so
%{_datadir}/glib-2.0/schemas/%{appname}.gschema.xml
%changelog
* Thu Mar 07 2019 Fabio Valentini <decathorpe@gmail.com> - 2.1.3-1
- Update to version 2.1.3.
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Wed Dec 19 2018 Fabio Valentini <decathorpe@gmail.com> - 2.1.2-1
- Update to version 2.1.2.
* Mon Oct 01 2018 Fabio Valentini <decathorpe@gmail.com> - 2.1.1-1
- Update to version 2.1.1.
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Thu Jul 05 2018 Fabio Valentini <decathorpe@gmail.com> - 2.1.0-1
- Update to version 2.1.0.
* Wed Jun 13 2018 Fabio Valentini <decathorpe@gmail.com> - 2.0.5-7
- Rebuild for granite5 soname bump.
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.5-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Wed Jan 24 2018 Fabio Valentini <decathorpe@gmail.com> - 2.0.5-5
- Add patch to fix undefined symbols.
* Sat Nov 04 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.5-4
- Rebuild for granite soname bump.
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Wed May 03 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.5-1
- Update to version 2.0.5.
* Sat Apr 22 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.4-1
- Update to version 2.0.4.
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.3-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Wed Jan 25 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.3-4
- Remove explicit BR: pkgconfig.
* Sat Jan 14 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.3-3
- Filter provides.
* Fri Jan 13 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.3-2
- Clean up spec file.
* Mon Oct 31 2016 Fabio Valentini <decathorpe@gmail.com> - 2.0.3-1
- Update to version 2.0.3.
* Tue Oct 04 2016 Fabio Valentini <decathorpe@gmail.com> - 2.0.2-1
- Update to version 2.0.2.
* Thu Sep 29 2016 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-3
- Mass rebuild.
* Wed Sep 28 2016 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-2
- Spec file cleanups.
* Sun Sep 11 2016 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-1
- Update to version 2.0.1.
* Sun Aug 21 2016 Fabio Valentini <decathorpe@gmail.com> - 2.0-1
- Update to latest snapshot.
* Sun Aug 21 2016 Fabio Valentini <decathorpe@gmail.com>
- Weak inverse require wingpanel.
* Sun Aug 21 2016 Fabio Valentini <decathorpe@gmail.com> - 2.0-1
- Update to version 2.0.