summaryrefslogtreecommitdiff
blob: 26df43748a97830d43b29678551e4ec23e7fd84c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-light/gnome-light-2.24.1.ebuild,v 1.6 2009/05/31 18:30:29 eva 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"
IUSE=""

# when unmasking for an arch
# double check none of the deps are still masked !
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"

#  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.20.4

RDEPEND="!gnome-base/gnome

	>=dev-libs/glib-2.18.2
	>=x11-libs/gtk+-2.14.4
	>=dev-libs/atk-1.24.0
	>=x11-libs/pango-1.22.1

	>=gnome-base/orbit-2.14.16

	>=x11-libs/libwnck-2.24.1
	>=x11-wm/metacity-2.24.0

	>=gnome-base/gnome-vfs-2.24.0
	>=gnome-base/gconf-2.24.0

	>=gnome-base/gnome-mime-data-2.18.0

	>=gnome-base/libbonobo-2.24.0
	>=gnome-base/libbonoboui-2.24.0
	>=gnome-base/libgnome-2.24.1
	>=gnome-base/libgnomeui-2.24.0
	>=gnome-base/libgnomecanvas-2.20.1.1
	>=gnome-base/libglade-2.6.3

	>=gnome-base/gnome-settings-daemon-2.24.0
	>=gnome-base/gnome-control-center-2.24.0.1

	>=gnome-base/gvfs-1.0.2
	>=gnome-base/eel-2.24.1
	>=gnome-base/nautilus-2.24.1

	>=gnome-base/gnome-desktop-2.24.1
	>=gnome-base/gnome-session-2.22.3-r1
	>=gnome-base/gnome-panel-2.24.1

	>=x11-themes/gnome-icon-theme-2.24.0
	>=x11-themes/gnome-themes-2.24.1

	>=x11-terms/gnome-terminal-2.24.1.1

	>=gnome-base/librsvg-2.22.3

	>=gnome-extra/yelp-2.24.0"

pkg_postinst () {
# FIXME: Rephrase to teach about using different WMs instead, as metacity is the default anyway
# FIXME: but first check WINDOW_MANAGER is still honored in 2.24. gnome-session-2.24 might have lost
# FIXME: support for it, but we don't ship with gnome-session-2.24 yet
#	elog "Note that to change windowmanager to metacity do: "
#	elog " export WINDOW_MANAGER=\"/usr/bin/metacity\""
#	elog "of course this works for all other window managers as well"
#	elog

	elog "Use gnome-base/gnome for the full GNOME Desktop"
	elog "as released by the GNOME team."
}