diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ea86b75 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/wingpanel-indicator-sound-2.0.3.tar.xz +/wingpanel-indicator-sound-2.0.4.tar.gz +/wingpanel-indicator-sound-2.0.5.tar.gz diff --git a/dead.package b/dead.package deleted file mode 100644 index 43a9af6..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -remove package (temporarily) due to unresolved issues with GNOME 43 diff --git a/sources b/sources new file mode 100644 index 0000000..d584d83 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (wingpanel-indicator-sound-2.0.5.tar.gz) = 5661897e48be39173f1dc7c59a65e88ae7e65979550c2121f01cbd6b94ff3f72dadc1728ae0b3b1e5bc3837593b3ab889f29febe243178dc940667e430dfd903 diff --git a/wingpanel-indicator-sound.spec b/wingpanel-indicator-sound.spec new file mode 100644 index 0000000..b42ff3f --- /dev/null +++ b/wingpanel-indicator-sound.spec @@ -0,0 +1,101 @@ +%global __provides_exclude_from ^%{_libdir}/wingpanel/.*\\.so$ + +Name: wingpanel-indicator-sound +Summary: Sound Indicator for wingpanel +Version: 2.0.5 +Release: 1%{?dist} +License: GPLv3 + +URL: https://github.com/elementary/%{name} +Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz + +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%{?_isa} + + +%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 +%doc README.md +%license COPYING + +%{_libdir}/wingpanel/libsound.so + +%{_datadir}/glib-2.0/schemas/org.pantheon.desktop.wingpanel.indicators.sound.gschema.xml + + +%changelog +* Wed May 03 2017 Fabio Valentini - 2.0.5-1 +- Update to version 2.0.5. + +* Sat Apr 22 2017 Fabio Valentini - 2.0.4-1 +- Update to version 2.0.4. + +* Wed Jan 25 2017 Fabio Valentini - 2.0.3-4 +- Remove explicit BR: pkgconfig. + +* Sat Jan 14 2017 Fabio Valentini - 2.0.3-3 +- Filter provides. + +* Fri Jan 13 2017 Fabio Valentini - 2.0.3-2 +- Clean up spec file. + +* Mon Oct 31 2016 Fabio Valentini - 2.0.3-1 +- Update to version 2.0.3. + +* Tue Oct 04 2016 Fabio Valentini - 2.0.2-1 +- Update to version 2.0.2. + +* Thu Sep 29 2016 Fabio Valentini - 2.0.1-3 +- Mass rebuild. + +* Wed Sep 28 2016 Fabio Valentini - 2.0.1-2 +- Spec file cleanups. + +* Sun Sep 11 2016 Fabio Valentini - 2.0.1-1 +- Update to version 2.0.1. + +* Sun Aug 21 2016 Fabio Valentini - 2.0-1 +- Update to latest snapshot. + +* Sun Aug 21 2016 Fabio Valentini +- Weak inverse require wingpanel. + +* Sun Aug 21 2016 Fabio Valentini - 2.0-1 +- Update to version 2.0. +