Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e90935421a |
||
|
|
88a0fd4f3b |
3 changed files with 19 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -7,3 +7,5 @@
|
|||
/wingpanel-indicator-sound-2.1.1.tar.gz
|
||||
/wingpanel-indicator-sound-2.1.2.tar.gz
|
||||
/wingpanel-indicator-sound-2.1.3.tar.gz
|
||||
/wingpanel-indicator-sound-2.1.4.tar.gz
|
||||
/wingpanel-indicator-sound-2.1.5.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wingpanel-indicator-sound-2.1.3.tar.gz) = e1738238db54c5fb134af7d340c986e19b799862e77c88d74a68d12c26697e4cb18fce92ce55d818ca2e28b3c1a413be787c98c1b62f787d928f331d3d73a0b5
|
||||
SHA512 (wingpanel-indicator-sound-2.1.5.tar.gz) = ebfe97e573b2e4e3f055a4666682124b39573f3b20df1b01d8238a4b9e25dbb8290c1e7706f9278406fcbcfa5f3194d457f13201d716dc13e501552304f6ac66
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
%global __provides_exclude_from ^%{_libdir}/wingpanel/.*\\.so$
|
||||
|
||||
%global appname io.elementary.desktop.wingpanel.sound
|
||||
%global appname io.elementary.wingpanel.sound
|
||||
|
||||
Name: wingpanel-indicator-sound
|
||||
Summary: Sound Indicator for wingpanel
|
||||
Version: 2.1.3
|
||||
Version: 2.1.5
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3
|
||||
|
||||
|
|
@ -12,6 +12,7 @@ URL: https://github.com/elementary/%{name}
|
|||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gettext
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: meson
|
||||
BuildRequires: vala >= 0.22.0
|
||||
|
||||
|
|
@ -48,16 +49,28 @@ A sound indicator for wingpanel.
|
|||
%find_lang sound-indicator
|
||||
|
||||
|
||||
%check
|
||||
appstream-util validate-relax --nonet \
|
||||
%{buildroot}/%{_datadir}/metainfo/%{appname}.appdata.xml
|
||||
|
||||
|
||||
%files -f sound-indicator.lang
|
||||
%doc README.md
|
||||
%license COPYING
|
||||
|
||||
%{_libdir}/wingpanel/libsound.so
|
||||
|
||||
%{_datadir}/glib-2.0/schemas/%{appname}.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/io.elementary.desktop.wingpanel.sound.gschema.xml
|
||||
%{_datadir}/metainfo/%{appname}.appdata.xml
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Apr 03 2020 Fabio Valentini <decathorpe@gmail.com> - 2.1.5-1
|
||||
- Update to version 2.1.5.
|
||||
|
||||
* Mon Nov 25 2019 Fabio Valentini <decathorpe@gmail.com> - 2.1.4-1
|
||||
- Update to version 2.1.4.
|
||||
|
||||
* Thu Mar 07 2019 Fabio Valentini <decathorpe@gmail.com> - 2.1.3-1
|
||||
- Update to version 2.1.3.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue