|
|
# Copyright 1999-2007 Gentoo Foundation | # Copyright 1999-2007 Gentoo Foundation |
# Distributed under the terms of the GNU General Public License v2 | # Distributed under the terms of the GNU General Public License v2 |
# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.4.5.ebuild,v 1.7 2007/02/07 18:55:57 blubb Exp $ |
# $Header: |
| |
inherit eutils | inherit eutils |
# used for epause | # used for epause |
|
|
mymake="MPD_NO_IPV6=noipv6" | mymake="MPD_NO_IPV6=noipv6" |
fi | fi |
local myconf | local myconf |
myconf="--enable-own-window --enable-proc-uptime" |
if useq X; then |
use X && myconf="${myconf} --enable-x11 --enable-double-buffer --enable-xdamage" |
myconf="${myconf} --enable-x11 --enable-double-buffer --enable-xdamage --enable-own-window" |
|
myconf="${myconf} $(use_enable truetype xft)" |
|
else |
|
myconf="${myconf} --disable-x11 --disable-double-buffer --disable-xdamage --disable-own-window" |
|
myconf="${myconf} --disable-xft" |
|
fi |
econf \ | econf \ |
${myconf} \ | ${myconf} \ |
$(use_enable truetype xft) \ |
|
$(use_enable audacious) \ | $(use_enable audacious) \ |
$(use_enable bmpx) \ | $(use_enable bmpx) \ |
$(use_enable hddtemp ) \ | $(use_enable hddtemp ) \ |