Panel plugin to control your V4L radio device... ;)
Created attachment 111217 [details] xfce4-radio-0.2.0.ebuild
Jakub, what we do with LINGUAS does not apply to /usr/share/locale .po files. --- /usr/share/locale/de/ --- /usr/share/locale/de/LC_MESSAGES/ >>> /usr/share/locale/de/LC_MESSAGES/xfce4-radio-plugin.mo --- /usr/share/locale/hu/ --- /usr/share/locale/hu/LC_MESSAGES/ >>> /usr/share/locale/hu/LC_MESSAGES/xfce4-radio-plugin.mo This package is also --as-needed broken, xfce4_radio_plugin-radio.o: In function `main': radio.c:(.text+0xaf): undefined reference to `gtk_init' radio.c:(.text+0xc8): undefined reference to `xfce_external_panel_plugin_new' radio.c:(.text+0x103): undefined reference to `g_signal_connect_data' radio.c:(.text+0x10b): undefined reference to `gtk_widget_show' radio.c:(.text+0x110): undefined reference to `gtk_main' xfce4_radio_plugin-radio.o: In function `update_signal_bar': radio.c:(.text+0x147): undefined reference to `gtk_widget_hide' radio.c:(.text+0x16c): undefined reference to `gtk_widget_show' radio.c:(.text+0x1aa): undefined reference to `gtk_progress_bar_get_type'
Eh, it works just fine here w/ LINGUAS. No idea about --as-needed, and don't care either.
[ebuild N ] xfce-extra/xfce4-radio-0.2.0 USE="-debug" LINGUAS="-de -hu" 0 kB [1] >>> Merging xfce-extra/xfce4-radio-0.2.0 to / --- /usr/ --- /usr/lib/ --- /usr/share/ --- /usr/share/doc/ >>> /usr/share/doc/xfce4-radio-0.2.0/ >>> /usr/share/doc/xfce4-radio-0.2.0/AUTHORS.bz2 >>> /usr/share/doc/xfce4-radio-0.2.0/NEWS.bz2 >>> /usr/share/doc/xfce4-radio-0.2.0/README.bz2 --- /usr/share/icons/ --- /usr/share/icons/hicolor/ --- /usr/share/icons/hicolor/48x48/ --- /usr/share/icons/hicolor/48x48/apps/ >>> /usr/share/icons/hicolor/48x48/apps/xfce-radio.png --- /usr/share/xfce4/ --- /usr/share/xfce4/panel-plugins/ >>> /usr/share/xfce4/panel-plugins/radio.desktop --- /usr/libexec/ --- /usr/libexec/xfce4/ --- /usr/libexec/xfce4/panel-plugins/ >>> /usr/libexec/xfce4/panel-plugins/xfce4-radio-plugin No idea why wouldn't LINGUAS work for you. *confused*
(In reply to comment #4) > No idea why wouldn't LINGUAS work for you. *confused* > Well, I got no LINGUAS set at all.. logically for that I expect no translations. Anyway, ebuild in tree with --as-needed patch but for now without LINGUAS. Thank ye.