diff options
Diffstat (limited to 'gnome-base/gnome-light/gnome-light-2.4.1_p1.ebuild')
-rw-r--r-- | gnome-base/gnome-light/gnome-light-2.4.1_p1.ebuild | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/gnome-base/gnome-light/gnome-light-2.4.1_p1.ebuild b/gnome-base/gnome-light/gnome-light-2.4.1_p1.ebuild new file mode 100644 index 000000000000..7f6e0997fbee --- /dev/null +++ b/gnome-base/gnome-light/gnome-light-2.4.1_p1.ebuild @@ -0,0 +1,70 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-light/gnome-light-2.4.1_p1.ebuild,v 1.1 2003/12/23 14:36:40 foser Exp $ + +S=${WORKDIR} +DESCRIPTION="Meta package for the GNOME desktop, merge this package to install" +HOMEPAGE="http://www.gnome.org/" +LICENSE="as-is" +SLOT="2.0" + +# when unmasking for an arch +# double check none of the deps are still masked ! +KEYWORDS="~x86" + +# Note to developers: +# This is a wrapper for the 'light' Gnome2 desktop, +# This should only consist of the bare minimum of libs/apps needed +# It is basicly the gnome-base/gnome without all extra apps + +# This is currently in it's test phase, if you feel like some dep +# should be added or removed from this pack file a bug to +# gnome@gentoo.org on bugs.gentoo.org + +# >=media-gfx/eog-2.2.1 + +RDEPEND="!gnome-base/gnome-core + !gnome-base/gnome + + >=x11-wm/metacity-2.6.3 + >=gnome-base/gnome-session-2.4.1 + >=gnome-base/gdm-2.4.1.7 + >=gnome-base/eel-2.4.1 + >=gnome-base/nautilus-2.4.1-r2 + >=x11-terms/gnome-terminal-2.4.2 + >=gnome-base/control-center-2.4 + >=gnome-base/gnome-mime-data-2.4.1 + >=gnome-extra/yelp-2.4.2 + + >=x11-libs/gtk+-2.2.4-r1 + >=x11-libs/pango-1.2.5-r1 + >=dev-libs/atk-1.4.1 + >=dev-libs/glib-2.2.3 + >=gnome-base/gconf-2.4.0.1 + >=gnome-base/gnome-panel-2.4.1 + >=gnome-base/gnome-desktop-2.4.1.1 + >=gnome-base/gnome-vfs-2.4.1 + >=gnome-base/libbonobo-2.4.2 + >=gnome-base/libbonoboui-2.4.1 + >=gnome-base/libgnome-2.4 + >=gnome-base/libgnomecanvas-2.4 + >=gnome-base/libgnomeui-2.4.0.1 + >=gnome-base/librsvg-2.4 + >=gnome-base/libglade-2.0.1 + >=x11-libs/libwnck-2.4.0.1-r1 + >=gnome-base/ORBit2-2.8.3 + >=x11-themes/gnome-icon-theme-1.0.9 + >=x11-themes/gnome-themes-2.4.1" + +pkg_postinst () { + + einfo "note that to change windowmanager to metacity do: " + einfo " export WINDOW_MANAGER=\"/usr/bin/metacity\"" + einfo "of course this works for all other window managers as well" + einfo "" + ewarn "Remember, this meta package is experimental !" + einfo "" + einfo "Use gnome-base/gnome for the full GNOME Desktop" + einfo "as released by the GNOME team." + +} |