# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-utils/gnome-utils-2.10.1.ebuild,v 1.4 2005/06/25 13:09:28 gmsoft Exp $ inherit gnome2 eutils DESCRIPTION="Utilities for the Gnome2 desktop" HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~amd64 ~sparc ~ppc64 ~ia64 ~hppa" IUSE="ipv6 hal" RDEPEND=">=x11-libs/gtk+-2.6 >=gnome-base/libgnome-2.5 >=gnome-base/libgnomeui-2.5 >=gnome-base/gnome-desktop-2.9.91 >=gnome-base/libglade-2.3 >=gnome-base/libbonoboui-2.2 >=gnome-base/gnome-vfs-2.8.4 >=gnome-base/gnome-panel-2.9.4 >=gnome-base/libgnomeprint-2.8 >=gnome-base/libgnomeprintui-2.8 >=gnome-base/gconf-1.2.1 sys-fs/e2fsprogs dev-libs/popt hal? ( >=sys-apps/hal-0.4 )" DEPEND="${RDEPEND} app-text/scrollkeeper >=dev-util/intltool-0.29 >=dev-util/pkgconfig-0.12.0" G2CONF="${G2CONF} $(use_enable ipv6) $(use_enable hal)" DOCS="AUTHORS ChangeLog NEWS README THANKS" src_unpack() { unpack ${A} cd ${S} # fix gfloppy compile problem #epatch ${FILESDIR}/${PN}-2.9-gfloppymajor.patch # may need more work } USE_DESTDIR="1"