Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 671018 | Differences between
and this patch

Collapse All | Expand All

(-)a/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.1.ebuild (-2 / +6 lines)
Lines 3-9 Link Here
3
3
4
EAPI=6
4
EAPI=6
5
5
6
inherit gnome2-utils
6
inherit gnome2-utils flag-o-matic toolchain-funcs
7
7
8
DESCRIPTION="A panel plug-in for PulseAudio volume control"
8
DESCRIPTION="A panel plug-in for PulseAudio volume control"
9
HOMEPAGE="https://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/"
9
HOMEPAGE="https://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/"
Lines 15-21 Link Here
15
IUSE="debug keybinder libnotify wnck"
15
IUSE="debug keybinder libnotify wnck"
16
16
17
RDEPEND=">=dev-libs/glib-2.42.0:=
17
RDEPEND=">=dev-libs/glib-2.42.0:=
18
	media-sound/pulseaudio:=
18
	media-sound/pulseaudio:=[dbus]
19
	dev-libs/dbus-glib:=
19
	>=x11-libs/gtk+-3.20.0:3=
20
	>=x11-libs/gtk+-3.20.0:3=
20
	>=xfce-base/libxfce4ui-4.11.0:=[gtk3(+)]
21
	>=xfce-base/libxfce4ui-4.11.0:=[gtk3(+)]
21
	>=xfce-base/libxfce4util-4.9.0:=
22
	>=xfce-base/libxfce4util-4.9.0:=
Lines 29-34 Link Here
29
	virtual/pkgconfig"
30
	virtual/pkgconfig"
30
31
31
src_configure() {
32
src_configure() {
33
	append-cppflags "$($(tc-getPKG_CONFIG) --cflags dbus-glib-1)"
34
	append-libs "$($(tc-getPKG_CONFIG) --libs dbus-glib-1)"
35
32
	local myconf=(
36
	local myconf=(
33
		$(use_enable keybinder)
37
		$(use_enable keybinder)
34
		$(use_enable libnotify)
38
		$(use_enable libnotify)

Return to bug 671018