Compare commits
33 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aedacb3dc4 |
||
|
|
1597c27ef7 | ||
|
|
6a05bca556 | ||
|
|
7a4ffa403d |
||
|
|
b0d6851173 |
||
|
|
32d4f25c18 | ||
|
|
c8738e5038 |
||
|
|
7f73eff184 |
||
|
|
4bd3df16c5 |
||
|
|
10282a3004 | ||
|
|
e718ccfa41 |
||
|
|
cf6f513fc9 |
||
|
|
75befee5b0 |
||
|
|
82fcc56355 | ||
|
|
3abd9cb3d2 |
||
|
|
b28b0c8fa6 | ||
|
|
73492cdf61 |
||
|
|
a36e9ca593 | ||
|
|
6a537dc21d |
||
|
|
f6947667e9 | ||
|
|
8219ae252a |
||
|
|
c0ed80b1f3 |
||
|
|
0bc61b91db | ||
|
|
f080304062 |
||
|
|
0842bebbff |
||
|
|
705f69b035 | ||
|
|
eb76cb8b82 |
||
|
|
ae7286e8b9 |
||
|
|
b8598d5367 | ||
|
|
3d303aa767 | ||
|
|
916961ec55 | ||
|
|
bdd4cefdab | ||
|
|
7f2ba11e78 |
4 changed files with 1 additions and 94 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
/wingpanel-indicator-sound-2.0.3.tar.xz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
remove package (temporarily) due to unresolved issues with GNOME 43
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
SHA512 (wingpanel-indicator-sound-2.0.3.tar.xz) = b18e285d7ca7b468bb5ecd183621902643188c451b4433bbc6c6f19c35e1540adf009ad0af31cf56366d9e2436c0d539fab17b790d288768c7f205b985c197df
|
||||
|
|
@ -1,92 +0,0 @@
|
|||
%global __provides_exclude_from ^%{_libdir}/wingpanel/.*\\.so$
|
||||
|
||||
Name: wingpanel-indicator-sound
|
||||
Summary: Sound Indicator for wingpanel
|
||||
Version: 2.0.3
|
||||
Release: 4%{?dist}
|
||||
License: GPLv3
|
||||
URL: https://launchpad.net/wingpanel-indicator-sound
|
||||
|
||||
Source0: https://launchpad.net/%{name}/loki/%{version}/+download/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gettext
|
||||
BuildRequires: vala >= 0.22.0
|
||||
BuildRequires: vala-tools
|
||||
|
||||
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)
|
||||
|
||||
Supplements: wingpanel
|
||||
|
||||
|
||||
%description
|
||||
A sound indicator for wingpanel.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
|
||||
%build
|
||||
mkdir build && pushd build
|
||||
%cmake ..
|
||||
%make_build
|
||||
popd
|
||||
|
||||
|
||||
%install
|
||||
pushd build
|
||||
%make_install
|
||||
popd
|
||||
|
||||
%find_lang sound-indicator
|
||||
|
||||
|
||||
%files -f sound-indicator.lang
|
||||
%{_libdir}/wingpanel/libsound.so
|
||||
|
||||
%{_datadir}/glib-2.0/schemas/org.pantheon.desktop.wingpanel.indicators.sound.gschema.xml
|
||||
|
||||
|
||||
%changelog
|
||||
* 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.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue