# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-core/gnome-core-1.4.0.8.ebuild,v 1.19 2004/07/14 15:08:25 agriffis Exp $ IUSE="kde nls cups" DESCRIPTION="Core components of the GNOME desktop environment" SRC_URI="ftp://ftp.yggdrasil.com/mirrors/site/ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz" HOMEPAGE="http://www.gnome.org/" SLOT="0" KEYWORDS="x86 sparc" LICENSE="GPL-2" RDEPEND="=gnome-base/control-center-1.4* >=gnome-base/libglade-0.17-r1 >=gnome-base/gnome-libs-1.4.1.2-r1 >=media-libs/gdk-pixbuf-0.16.0-r1 cups? ( >=gnome-base/gnome-print-0.35 ) !gnome-base/gnome-session !x11-terms/gnome-terminal !gnome-base/gnome-desktop" # This should not be installed if the user is using Gnome2, as it # overwrite files from those packages. If some app needs gnome-core # for the panel-applet, please fix it to use: # # DEPEND="\):\1\n#include :' \ > gnome-panel-screenshot.c cd ${S} emake || die } src_install() { make prefix=${D}/usr \ mandir=${D}/usr/share/man \ sysconfdir=${D}/etc \ localstatedir=${D}/var/lib \ install || die # Support for new X session management scheme exeinto /etc/X11/Sessions doexe ${FILESDIR}/Gnome dodoc AUTHORS COPYING* ChangeLog README NEWS }