# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop/gnome-python-desktop-2.18.0.ebuild,v 1.11 2007/08/28 19:41:16 jer Exp $ inherit gnome2 python virtualx DESCRIPTION="provides python interfacing modules for some GNOME desktop libraries" HOMEPAGE="http://pygtk.org/" LICENSE="LGPL-2.1 GPL-2" SLOT="0" KEYWORDS="amd64 x86" IUSE="doc nognome rsvg wnck" # # nognome is set to not require extra packages which require gnome. # only useful when you explicitly set wnck and/or rsvg # RDEPEND="virtual/python >=dev-python/pygtk-2.10.3 >=dev-libs/glib-2.6.0 >=x11-libs/gtk+-2.4.0 dev-python/pycairo !nognome? ( >=dev-python/gnome-python-2.10.0 >=gnome-base/gnome-panel-2.13.4 >=gnome-base/libgnomeprint-2.2.0 >=gnome-base/libgnomeprintui-2.2.0 >=x11-libs/gtksourceview-1.1.90 >=gnome-base/libgtop-2.13.0 >=gnome-extra/nautilus-cd-burner-2.15.3 >=gnome-extra/gnome-media-2.10.0 >=gnome-base/gconf-2.10.0 >=x11-wm/metacity-2.19.8 >=media-video/totem-1.4.0 >=gnome-base/gnome-keyring-0.5.0 >=gnome-base/gnome-desktop-2.10.0 >=x11-libs/libwnck-2.19.3 >=gnome-base/librsvg-2.13.93 ) wnck? ( >=x11-libs/libwnck-2.19.3 ) rsvg? ( >=gnome-base/librsvg-2.13.93 ) !