mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-02-04 13:08:31 +00:00
ebuild update
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@113 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
578800c8a6
commit
df0acafa31
@ -11,17 +11,18 @@ HOMEPAGE="http://conky.rty.ca"
|
|||||||
LICENSE="BSD"
|
LICENSE="BSD"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
|
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
|
||||||
IUSE="truetype seti metar"
|
IUSE="truetype seti metar X"
|
||||||
|
|
||||||
RDEPEND="virtual/libc
|
RDEPEND="virtual/libc
|
||||||
virtual/x11
|
X? ( virtual/x11 )
|
||||||
truetype? ( >=media-libs/freetype-2 )
|
truetype? ( >=media-libs/freetype-2 )
|
||||||
seti? ( sci-astronomy/setiathome )
|
seti? ( sci-astronomy/setiathome )
|
||||||
metar? ( dev-libs/mdsplib )"
|
metar? ( dev-libs/mdsplib )
|
||||||
|
"
|
||||||
|
|
||||||
DEPEND="truetype? ( >=media-libs/freetype-2 )
|
DEPEND="truetype? ( >=media-libs/freetype-2 )
|
||||||
metar? ( dev-libs/mdsplib )
|
metar? ( dev-libs/mdsplib )
|
||||||
virtual/x11
|
X? ( virtual/x11 )
|
||||||
>=sys-devel/automake-1.4
|
>=sys-devel/automake-1.4
|
||||||
sys-devel/autoconf
|
sys-devel/autoconf
|
||||||
sys-apps/grep
|
sys-apps/grep
|
||||||
@ -42,6 +43,7 @@ src_compile() {
|
|||||||
$(use_enable truetype xft) \
|
$(use_enable truetype xft) \
|
||||||
$(use_enable metar) \
|
$(use_enable metar) \
|
||||||
$(use_enable seti) \
|
$(use_enable seti) \
|
||||||
|
$(use_enable x x11) \
|
||||||
--enable-double-buffer \
|
--enable-double-buffer \
|
||||||
--enable-own-window \
|
--enable-own-window \
|
||||||
--enable-proc-uptime \
|
--enable-proc-uptime \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user