You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-libs/hippo-canvas/hippo-canvas-0.3.0.ebuild

36 lines
771 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/hippo-canvas/hippo-canvas-0.3.0.ebuild,v 1.5 2012/05/05 03:52:28 jdhore Exp $
EAPI="2"
GCONF_DEBUG="no"
G2PUNT_LA="yes"
inherit gnome2
DESCRIPTION="A canvas library based on GTK+-2, Cairo, and Pango"
HOMEPAGE="http://live.gnome.org/HippoCanvas"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 x86"
IUSE="doc python"
RDEPEND=">=dev-libs/glib-2.6:2
dev-libs/libcroco
>=x11-libs/gtk+-2.6:2
x11-libs/pango
python? ( dev-lang/python
dev-python/pycairo
dev-python/pygtk:2 )"
DEPEND="${RDEPEND}
virtual/pkgconfig
doc? ( dev-util/gtk-doc )"
DOCS="AUTHORS README TODO"
pkg_setup() {
G2CONF="$(use_enable python)"
}