From 6225ac7d93e8b4925931fcaebf46ce7fd960dde0 Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Mon, 2 Jan 2006 06:40:38 +0000 Subject: [PATCH] oops screwed up ebuild git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@459 7f574dfc-610e-0410-a909-a81674777703 --- app-admin/conky/conky-1.3.5.ebuild | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/app-admin/conky/conky-1.3.5.ebuild b/app-admin/conky/conky-1.3.5.ebuild index 5a306b8a..67d45ca3 100644 --- a/app-admin/conky/conky-1.3.5.ebuild +++ b/app-admin/conky/conky-1.3.5.ebuild @@ -32,7 +32,6 @@ DEPEND_COMMON=" )" RDEPEND="${DEPEND_COMMON}" -# seti? ( sci-astronomy/setiathome )" DEPEND=" ${DEPEND_COMMON} @@ -73,8 +72,8 @@ src_compile() { ${myconf} \ $(use_enable truetype xft) \ $(use_enable X x11) \ + $(use_enable bmpx bmpx) \ $(use_enable !ipv6 portmon) || die "econf failed" -# $(use_enable seti) emake ${mymake} || die "compile failed" } @@ -96,13 +95,7 @@ pkg_postinst() { einfo "There are also pretty html docs available" einfo "on Conky's site or in /usr/share/doc/${PF}" einfo - einfo "Comment out temperature info lines if you have no kernel" - einfo "support for it." - einfo einfo "Check out app-vim/conky-syntax for conkyrc" einfo "syntax highlighting in Vim" einfo - ewarn "Conky doesn't work with window managers that" - ewarn "take control over root window such as Gnome's nautilus." - ewarn }