# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="4" inherit waf-utils SRC_URI="http://jpdeplaix.free.fr/downloads/${PF}.tar.bz2" DESCRIPTION="ValaTerm is a lightweight terminal written in Vala" HOMEPAGE="https://gitorious.org/valaterm/" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" IUSE="nls debug gtk3" RDEPEND=">=dev-libs/glib-2.14:2 !gtk3? ( >=x11-libs/gtk+-2.16:2 >=x11-libs/vte-0.20:0 ) gtk3? ( >=x11-libs/gtk+-3.0:3 >=x11-libs/vte-0.20:2.90 )" DEPEND="${RDEPEND} !gtk3? ( >=dev-lang/vala-0.10 ) gtk3? ( >=dev-lang/vala-0.13.2 ) nls? ( sys-devel/gettext dev-util/intltool ) dev-util/pkgconfig" src_configure() { conf="" use nls || conf="${conf} --disable-nls" use debug && conf="${conf} --debug" use gtk3 && conf="${conf} --with-gtk3" waf-utils_src_configure ${conf} }