# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/gnome-base/gnome/gnome-2.6.ebuild,v 1.2 2004/04/20 16:18:09 foser Exp $ S=${WORKDIR} DESCRIPTION="Meta package for the GNOME desktop." HOMEPAGE="http://www.gnome.org/" LICENSE="as-is" SLOT="2.0" # unstable-meta: use ~arch marked desklets IUSE="unstable-meta" # 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 complete gdesklet set # This means all available gdesklets are merged # Desklets with a non-~arch version go OUTSIDE of # the unstable-meta? use condition. Desktops with # ONLY ~arch versions go into unstable-meta. This # is to allow non-~arch users to get stable # desklets, while ~arch users can get ~arch # desklets. # FIXME: if arch = x86 ppc sparc ... RDEPEND="unstable-meta? ( x11-plugins/desklet-clock x11-plugins/desklet-cornerxmms x11-plugins/desklet-cpuinfo x11-plugins/desklet-diskinfo x11-plugins/desklet-goodweather x11-plugins/desklet-ltvariations x11-plugins/desklet-meminfo x11-plugins/desklet-multitail x11-plugins/desklet-networkinfo x11-plugins/desklet-psidisplays x11-plugins/desklet-psisensors x11-plugins/desklet-starterbar x11-plugins/desklet-sysinfo x11-plugins/desklet-temperature x11-plugins/desklet-weather )" pkg_postinst () { einfo "Note that desklets are unstable yet, and so you should use caution" einfo "when using them. They could just become black spots on your" einfo "desktop. If they die, you'll have to kill the _ python _ process" einfo "associated with gdesklets." echo einfo "Please remember to run gdesklets to start up your desklets. Add" einfo "gdesklets to your gnome start-up programs to get it to reload your" einfo "desklets on gnome startup. Remember to run gdesklets before running" einfo "any gdesklets commands, or it won't work." echo }