Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5eacfb4446 |
||
|
|
4deea0111f |
3 changed files with 22 additions and 14 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,3 +1,7 @@
|
|||
/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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wingpanel-indicator-sound-2.0.5.tar.gz) = 5661897e48be39173f1dc7c59a65e88ae7e65979550c2121f01cbd6b94ff3f72dadc1728ae0b3b1e5bc3837593b3ab889f29febe243178dc940667e430dfd903
|
||||
SHA512 (wingpanel-indicator-sound-2.1.1.tar.gz) = cebda494293281715eea2cf08fef281669c85a25916a04a8717157267c22bce3a55e5d6be14e8c6c1c19ba9bd135cfc60276541b8407ea3896ef821ba55b0d7c
|
||||
|
|
|
|||
|
|
@ -1,18 +1,19 @@
|
|||
%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.0.5
|
||||
Release: 4%{?dist}
|
||||
Version: 2.1.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3
|
||||
|
||||
URL: https://github.com/elementary/%{name}
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gettext
|
||||
BuildRequires: meson
|
||||
BuildRequires: vala >= 0.22.0
|
||||
BuildRequires: vala-tools
|
||||
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(granite)
|
||||
|
|
@ -24,6 +25,7 @@ BuildRequires: pkgconfig(libpulse)
|
|||
BuildRequires: pkgconfig(libpulse-mainloop-glib)
|
||||
BuildRequires: pkgconfig(wingpanel-2.0)
|
||||
|
||||
Requires: wingpanel%{?_isa}
|
||||
Supplements: wingpanel%{?_isa}
|
||||
|
||||
|
||||
|
|
@ -32,20 +34,16 @@ A sound indicator for wingpanel.
|
|||
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
%autosetup -p1
|
||||
|
||||
|
||||
%build
|
||||
mkdir build && pushd build
|
||||
%cmake ..
|
||||
%make_build
|
||||
popd
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
|
||||
%install
|
||||
pushd build
|
||||
%make_install
|
||||
popd
|
||||
%meson_install
|
||||
|
||||
%find_lang sound-indicator
|
||||
|
||||
|
|
@ -56,10 +54,16 @@ popd
|
|||
|
||||
%{_libdir}/wingpanel/libsound.so
|
||||
|
||||
%{_datadir}/glib-2.0/schemas/org.pantheon.desktop.wingpanel.indicators.sound.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/%{appname}.gschema.xml
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Oct 01 2018 Fabio Valentini <decathorpe@gmail.com> - 2.1.1-1
|
||||
- Update to version 2.1.1.
|
||||
|
||||
* Thu Jul 05 2018 Fabio Valentini <decathorpe@gmail.com> - 2.1.0-1
|
||||
- Update to version 2.1.0.
|
||||
|
||||
* Sat Nov 04 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.5-4
|
||||
- Rebuild for granite soname bump.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue