summaryrefslogtreecommitdiff
blob: 8c932d602506ceea16f550f165aa25ad9cb0fb49 (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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-2.2.2-r1.ebuild,v 1.10 2004/03/17 22:47:52 leonardop Exp $

S=${WORKDIR}
DESCRIPTION="Meta package for the GNOME desktop."
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 !

# removed ~hppa, as a dependency (xscreensaver) isnt available
# on that arch. We mean what we say above. <obz@gentoo.org>
KEYWORDS="x86 ppc ~alpha ~sparc ~amd64"

#  Note to developers:
#  This is a wrapper for the complete Gnome2 desktop,
#  This means all components that a user expects in Gnome2 are present
#  please do not reduce this list further unless
#  dependencies pull in what you remove.
#  With "emerge gnome" a user expects the full "standard" distribution of Gnome and should be provided with that, consider only installing the parts needed for smaller installations.

#drobbins, 10 Sep 2003; xscreensaver added to deps with a bindist? conditional
#this is a hack to get GRP working right (to get xscreensaver installed) until
#we can get control-center to RDEPEND on xscreensaver with gtk2 in USE. Carpaski
#will be adding this soon; when this happens, the xscreensaver should be removed
#from here and something like this should be added to RDEPEND (not DEPEND) in
#control-center: "x11-misc/xscreensaver[gtk2]"

RDEPEND="!gnome-base/gnome-core

	>=dev-util/intltool-0.26

	>=x11-wm/metacity-2.4.55
	>=gnome-base/gnome-session-2.2.2
	>=gnome-extra/bug-buddy-2.2.106
	>=gnome-base/control-center-2.2.2
	>=gnome-base/gdm-2.4.1.6
	>=media-gfx/eog-2.2.2
	>=app-editors/gedit-2.2.2
	>=gnome-extra/yelp-2.2.3
	>=gnome-base/nautilus-2.2.4
	>=x11-terms/gnome-terminal-2.2.2
	>=gnome-base/gnome-applets-2.2.2
	>=gnome-extra/gnome-utils-2.2.3
	>=gnome-extra/gnome-system-monitor-2.0.5
	>=gnome-extra/gnome-games-2.2.1
	>=gnome-extra/gconf-editor-0.4.1
	>=gnome-extra/gnome2-user-docs-2.0.6
	>=gnome-base/gnome-mime-data-2.2.1

	>=x11-libs/gtk+-2.2.1-r1
	>=x11-libs/pango-1.2.3
	>=dev-libs/atk-1.2.4
	>=dev-libs/glib-2.2.2

	>=gnome-base/ORBit2-2.6.3
	>=gnome-base/bonobo-activation-2.2.4
	>=gnome-base/libbonobo-2.2.3
	>=gnome-base/libbonoboui-2.2.4

	>=gnome-base/gconf-2.2.1
	>=gnome-base/gnome-panel-2.2.2.2
	>=gnome-base/gnome-desktop-2.2.2
	>=gnome-base/gnome-vfs-2.2.5
	>=gnome-base/librsvg-2.2.5
	>=gnome-base/libgnome-2.2.3
	>=gnome-base/libgnomeui-2.2.2
	>=gnome-base/libgnomecanvas-2.2.1
	>=gnome-base/libglade-2.0.1
	>=gnome-base/libgtop-2.0.3

	>=net-libs/linc-1.0.3

	>=x11-libs/libwnck-2.2.2
	>=gnome-base/libgnomeprint-2.2.1.3
	>=gnome-base/libgnomeprintui-2.2.1.3
	>=gnome-extra/libgail-gnome-1.0.2

	>=x11-themes/gnome-icon-theme-1.0.6
	>=x11-themes/gnome-themes-2.2.2

	>=app-arch/file-roller-2.2.5
	>=gnome-extra/acme-2.0.6
	>=app-text/ggv-2.0.1

	bindist? ( x11-misc/xscreensaver )

	!hppa? ( !alpha? (
		>=gnome-extra/gnome-media-2.2.2
		>=gnome-extra/nautilus-media-0.2.2
		>=media-libs/gst-plugins-0.6.2-r1
		>=media-libs/gstreamer-0.6.2 ) )"

# The packages marked !alpha above don't build yet on alpha.  We
# haven't given up, but there's no reason for them to hold up Gnome
# 2.2 for alpha.

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"
}