diff --git a/audacious.spec b/audacious.spec index 321d649..2c82d9b 100644 --- a/audacious.spec +++ b/audacious.spec @@ -7,7 +7,7 @@ Name: audacious Version: 3.6.1 -Release: 1%{?dist} +Release: 2%{?dist} %if %{with gtk2} %global tar_ver %{version} @@ -57,6 +57,9 @@ Requires: audacious-plugins%{?_isa} >= %{aud_ver} # Audacious stores its own icon(s) in the hicolor tree # and updates the icon cache. Requires: hicolor-icon-theme +# for icons such as 'go-next' +Requires: adwaita-icon-theme +#Requires: gnome-icon-theme # Skin packages can require this from xmms and all GUI compatible players Provides: xmms-gui @@ -199,6 +202,10 @@ fi %changelog +* Tue May 26 2015 Michael Schwendt - 3.6.1-2 +- Require adwaita-icon-theme for non-GNOME desktops (#1224797), so some + icons are not missing. + * Thu Apr 9 2015 Michael Schwendt - 3.6.1-1 - Update to 3.6.1 (22k diff).