Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 340071
Collapse All | Expand All

(-)/usr/portage/app-admin/conky/conky-1.8.1.ebuild (-3 / +6 lines)
Lines 13-19 Link Here
13
LICENSE="GPL-3 BSD LGPL-2.1 MIT"
13
LICENSE="GPL-3 BSD LGPL-2.1 MIT"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~amd64 ~x86"
15
KEYWORDS="~amd64 ~x86"
16
IUSE="apcupsd audacious curl debug eve hddtemp imlib iostats lua lua-cairo lua-imlib math moc mpd nano-syntax ncurses nvidia +portmon rss thinkpad truetype vim-syntax weather-metar weather-xoap wifi X xmms2"
16
IUSE="apcupsd audacious curl debug eve hddtemp imlib iostats lua lua-cairo lua-imlib math moc mpd nano-syntax ncurses noxdamage nvidia +portmon rss thinkpad truetype vim-syntax weather-metar weather-xoap wifi X xmms2"
17
17
18
DEPEND_COMMON="
18
DEPEND_COMMON="
19
	X? (
19
	X? (
Lines 23-29 Link Here
23
		nvidia? ( media-video/nvidia-settings )
23
		nvidia? ( media-video/nvidia-settings )
24
		truetype? ( x11-libs/libXft >=media-libs/freetype-2 )
24
		truetype? ( x11-libs/libXft >=media-libs/freetype-2 )
25
		x11-libs/libX11
25
		x11-libs/libX11
26
		x11-libs/libXdamage
26
		!noxdamage? ( x11-libs/libXdamage )
27
		x11-libs/libXext
27
		x11-libs/libXext
28
		audacious? ( >=media-sound/audacious-1.5 dev-libs/glib )
28
		audacious? ( >=media-sound/audacious-1.5 dev-libs/glib )
29
		xmms2? ( media-sound/xmms2 )
29
		xmms2? ( media-sound/xmms2 )
Lines 60-66 Link Here
60
	local myconf
60
	local myconf
61
61
62
	if use X; then
62
	if use X; then
63
		myconf="--enable-x11 --enable-double-buffer --enable-xdamage"
63
		myconf="--enable-x11 --enable-double-buffer"
64
		if not use noxdamage; then
65
			myconf="${myconf} --enable-xdamage"
66
		fi
64
		myconf="${myconf} --enable-argb --enable-own-window"
67
		myconf="${myconf} --enable-argb --enable-own-window"
65
		myconf="${myconf} $(use_enable imlib imlib2) $(use_enable lua-cairo)"
68
		myconf="${myconf} $(use_enable imlib imlib2) $(use_enable lua-cairo)"
66
		myconf="${myconf} $(use_enable lua-imlib lua-imlib2)"
69
		myconf="${myconf} $(use_enable lua-imlib lua-imlib2)"

Return to bug 340071