--- conky-1.7.0_rc1.ebuild 2009-04-05 10:08:24.000000000 +0200 +++ conky-1.7.1.1.ebuild 2009-06-16 22:43:38.000000000 +0200 @@ -14,7 +14,7 @@ LICENSE="GPL-3 BSD LGPL-2.1 MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="audacious bmpx debug hddtemp ibm ipv6 moc mpd nano-syntax nvidia rss truetype vim-syntax wifi X" +IUSE="audacious bmpx debug hddtemp imlib ipv6 lua moc mpd nano-syntax openmp nvidia rss thinkpad truetype vim-syntax wifi X" DEPEND_COMMON=" X? ( @@ -25,6 +25,7 @@ x11-libs/libXrender x11-libs/libXdamage x11-libs/libXft + openmp? ( >=sys-devel/gcc-4.3[openmp] ) truetype? ( >=media-libs/freetype-2 ) audacious? ( >=media-sound/audacious-1.5 ) bmpx? ( media-sound/bmpx @@ -36,7 +37,10 @@ ) wifi? ( net-wireless/wireless-tools ) nvidia? ( media-video/nvidia-settings ) - !ipv6? ( >=dev-libs/glib-2.0 )" + !ipv6? ( >=dev-libs/glib-2.0 ) + lua? ( >=dev-lang/lua-5.1 ) + imlib? ( media-libs/imlib2 ) + " RDEPEND="${DEPEND_COMMON} hddtemp? ( app-admin/hddtemp ) vim-syntax? ( || ( app-editors/vim @@ -53,24 +57,27 @@ src_configure() { local myconf - myconf="--enable-proc-uptime" if useq X; then - myconf="${myconf} --enable-x11 --enable-double-buffer --enable-xdamage --enable-own-window" - myconf="${myconf} $(use_enable truetype xft)" + myconf="--enable-x11 --enable-double-buffer --enable-xdamage" + myconf="${myconf} --enable-own-window $(use_enable truetype xft)" else - myconf="${myconf} --disable-x11 --disable-double-buffer --disable-xdamage --disable-own-window" - myconf="${myconf} --disable-xft" + myconf="--disable-x11 --disable-double-buffer --disable-xdamage" + myconf="${myconf} --disable-own-window --disable-xft" fi + econf \ ${myconf} \ $(use_enable audacious) \ $(use_enable bmpx) \ $(use_enable debug) \ - $(use_enable hddtemp ) \ - $(use_enable ibm) \ + $(use_enable hddtemp) \ + $(use_enable imlib imlib2) \ + $(use_enable lua) \ + $(use_enable thinkpad ibm) \ $(use_enable moc) \ $(use_enable mpd) \ $(use_enable nvidia) \ + $(use_enable openmp) \ $(use_enable rss) \ $(use_enable wifi wlan) \ $(use_enable !ipv6 portmon) || die "econf failed" @@ -116,8 +123,8 @@ elog elog "For more info on Conky's new features," elog "please look at the README and ChangeLog:" - elog "/usr/share/doc/${PF}/README.bz2" - elog "/usr/share/doc/${PF}/ChangeLog.bz2" + elog "/usr/share/doc/${PF}/README" + elog "/usr/share/doc/${PF}/ChangeLog" elog "There are also pretty html docs available" elog "on Conky's site or in /usr/share/doc/${PF}" elog