mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 10:35:10 +00:00
updated ebuild
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@32 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
be35e6bc6e
commit
022a4cdda8
@ -11,7 +11,7 @@ SRC_URI="http://conky.rty.ca/${P}.tar.bz2"
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
|
||||
IUSE="truetype seti metar"
|
||||
IUSE="truetype seti metar mldonkey mpd"
|
||||
|
||||
RDEPEND="virtual/libc
|
||||
virtual/x11
|
||||
@ -33,12 +33,13 @@ DEPEND="truetype? ( >=media-libs/freetype-2 )
|
||||
|
||||
src_compile() {
|
||||
local myconf
|
||||
myconf="--enable-double-buffer --enable-own-window --enable-proc-uptime
|
||||
--enable-mpd"
|
||||
myconf="--enable-double-buffer --enable-own-window --enable-proc-uptime"
|
||||
econf \
|
||||
${myconf} \
|
||||
$(use_enable truetype xft) \
|
||||
$(use_enable metar) \
|
||||
$(use_enable mldonkey) \
|
||||
$(use_enable mpd) \
|
||||
$(use_enable seti) || die "econf failed"
|
||||
emake || die "compile failed"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user