Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 539160 - media-sound/audacious-3.4.1 should depend on virtual/freedesktop-icon-theme
Summary: media-sound/audacious-3.4.1 should depend on virtual/freedesktop-icon-theme
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-06 21:36 UTC by turtle
Modified: 2015-08-04 23:24 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch (aud.patch,645 bytes, patch)
2015-02-06 21:37 UTC, turtle
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description turtle 2015-02-06 21:36:38 UTC
After emerging audacious I have no GTK icons.
emerging 	


Reproducible: Always

Steps to Reproduce:
1.emerging audacious
2.run audacious -V from cmd line
3.See errors about no icons on console, and play stop etc icons are missing
Actual Results:  
No icons

Expected Results:  
I would expect icons

emerge -av x11-themes/gnome-icon-theme
fixes the issue
I would think a gtk use flag would fix the issue, I thought there was one before?
Not sure what the correct use flag would be but
Applying this patch fixes the issue:

--- /usr/portage/media-sound/audacious/audacious-3.4.1.ebuild   2014-01-28 06:09:59.000000000 -0800
+++ /root/audacious-3.4.1.ebuild        2015-02-06 13:25:25.731526610 -0800
@@ -16,15 +16,15 @@
 SLOT="0"
 KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
 
-IUSE="chardet nls"
+IUSE="chardet nls gtk"
 
 RDEPEND=">=dev-libs/dbus-glib-0.60
        >=dev-libs/glib-2.28
        dev-libs/libxml2
        >=x11-libs/cairo-1.2.6
        >=x11-libs/pango-1.8.0
-       x11-libs/gtk+:3"
-
+       x11-libs/gtk+:3
+       gtk? ( x11-themes/gnome-icon-theme )"
 DEPEND="${RDEPEND}
        virtual/pkgconfig
        chardet? ( >=app-i18n/libguess-1.1 )
Comment 1 turtle 2015-02-06 21:37:45 UTC
Created attachment 395744 [details, diff]
patch

thank you
Comment 2 Rafał Mużyło 2015-02-07 14:29:52 UTC
>...should depend on virtual/freedesktop-icon-theme
Well, not quite: for example, x11-themes/tango-icon-theme-0.8.90 doesn't have two of the playlist icons (repeat/shuffle).
Comment 3 Tony Vroon (RETIRED) gentoo-dev 2015-08-04 23:24:23 UTC
+*audacious-3.6.2 (04 Aug 2015)
+
+  04 Aug 2015; Tony Vroon <chainsaw@gentoo.org> +audacious-3.6.2.ebuild:
+  Version bump, as requested by Joe Kappus in bug #538414. Depend on a basic
+  icon theme as suggested by turtle in bug #539160.