Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
47a39b5ffa |
||
|
|
22cd9009dd |
||
|
|
69c2635478 |
3 changed files with 17 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -9,3 +9,6 @@
|
|||
/wingpanel-indicator-sound-2.1.3.tar.gz
|
||||
/wingpanel-indicator-sound-2.1.4.tar.gz
|
||||
/wingpanel-indicator-sound-2.1.5.tar.gz
|
||||
/wingpanel-indicator-sound-2.1.6.tar.gz
|
||||
/wingpanel-indicator-sound-2.1.7.tar.gz
|
||||
/wingpanel-indicator-sound-2.1.8.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wingpanel-indicator-sound-2.1.5.tar.gz) = ebfe97e573b2e4e3f055a4666682124b39573f3b20df1b01d8238a4b9e25dbb8290c1e7706f9278406fcbcfa5f3194d457f13201d716dc13e501552304f6ac66
|
||||
SHA512 (wingpanel-indicator-sound-2.1.8.tar.gz) = 70ae2b072402f471781493e0f4061cddd49daa08214e60b7428f1d777bf1b3f1e8d7e64ab4d05151d08bcec2f751eb439fda19a181f637c827c9308a052f596f
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Name: wingpanel-indicator-sound
|
||||
Summary: Sound Indicator for wingpanel
|
||||
Version: 2.1.5
|
||||
Version: 2.1.8
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3
|
||||
|
||||
|
|
@ -48,6 +48,9 @@ A sound indicator for wingpanel.
|
|||
|
||||
%find_lang sound-indicator
|
||||
|
||||
# remove the specified stock icon from appdata (invalid in libappstream-glib)
|
||||
sed -i '/icon type="stock"/d' %{buildroot}/%{_datadir}/metainfo/%{appname}.appdata.xml
|
||||
|
||||
|
||||
%check
|
||||
appstream-util validate-relax --nonet \
|
||||
|
|
@ -65,6 +68,15 @@ appstream-util validate-relax --nonet \
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Jan 07 2021 Fabio Valentini <decathorpe@gmail.com> - 2.1.8-1
|
||||
- Update to version 2.1.8.
|
||||
|
||||
* Fri Oct 09 2020 Fabio Valentini <decathorpe@gmail.com> - 2.1.7-1
|
||||
- Update to version 2.1.7.
|
||||
|
||||
* Wed Aug 12 2020 Fabio Valentini <decathorpe@gmail.com> - 2.1.6-1
|
||||
- Update to version 2.1.6.
|
||||
|
||||
* Fri Apr 03 2020 Fabio Valentini <decathorpe@gmail.com> - 2.1.5-1
|
||||
- Update to version 2.1.5.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue