summaryrefslogtreecommitdiff
path: root/meta-pkgs/gnome-base/Makefile
blob: 1194571ae0229ff1ae3112da0122a5c44de35df2 (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
# $NetBSD: Makefile,v 1.44 2007/10/25 22:00:50 jlam Exp $

DISTNAME=	gnome-base-2.18.1
CATEGORIES=	meta-pkgs x11 gnome
MASTER_SITES=	# empty
DISTFILES=	# empty

MAINTAINER=	jmmv@NetBSD.org
HOMEPAGE=	http://www.gnome.org/
COMMENT=	Meta-package for basic components of the GNOME desktop

# The dependencies listed here are in an order such as a package in a line
# can be installed if all the packages listed above it are installed.
#
# Keep this order as it helps in updating the whole GNOME Desktop to a
# newer version.  Note that the list includes all the packages listed as
# part of either the GNOME Desktop and the GNOME Platform; nothing else
# should be included here.
#
# Packages commented out are either because they are just build time
# dependencies or because they are not yet ready to be enabled.
#DEPENDS+=	pkg-config>=0.21:../../devel/pkg-config
#DEPENDS+=	intltool>=0.35.0:../../textproc/intltool
DEPENDS+=	startup-notification>=0.9:../../x11/startup-notification
DEPENDS+=	glib2>=2.12.3:../../devel/glib2
DEPENDS+=	atk>=1.18.0:../../devel/atk
DEPENDS+=	pango>=1.16.0:../../devel/pango
DEPENDS+=	gtk2+>=2.10.3:../../x11/gtk2
DEPENDS+=	libIDL>=0.8.8:../../net/libIDL
DEPENDS+=	ORBit2>=2.14.3:../../net/ORBit2
DEPENDS+=	libxml2>=2.6.26:../../textproc/libxml2
DEPENDS+=	libxslt>=1.1.17:../../textproc/libxslt
DEPENDS+=	GConf>=2.18.0:../../devel/GConf
DEPENDS+=	GConf-ui>=2.18.0:../../devel/GConf-ui
DEPENDS+=	libbonobo>=2.18.0:../../devel/libbonobo
DEPENDS+=	libaudiofile>=0.2.6:../../audio/libaudiofile
DEPENDS+=	esound>=0.2.36:../../audio/esound
DEPENDS+=	gnome-vfs>=2.18.1:../../sysutils/gnome-vfs
DEPENDS+=	gnome-vfs-cdda>=2.18.1:../../audio/gnome-vfs-cdda
DEPENDS+=	gnome-vfs-smb>=2.18.1:../../net/gnome-vfs-smb
DEPENDS+=	libgnome>=2.18.0:../../devel/libgnome
DEPENDS+=	libglade>=2.6.0:../../devel/libglade
DEPENDS+=	libart>=2.3.17:../../graphics/libart
DEPENDS+=	libgnomecanvas>=2.14.0:../../graphics/libgnomecanvas
DEPENDS+=	libbonoboui>=2.18.0:../../devel/libbonoboui
DEPENDS+=	gnome-keyring>=0.8.1:../../security/gnome-keyring
DEPENDS+=	libgnomeui>=2.18.1:../../devel/libgnomeui
DEPENDS+=	gnome-icon-theme>=2.18.0:../../graphics/gnome-icon-theme
DEPENDS+=	libgnomeprint>=2.18.0:../../print/libgnomeprint
DEPENDS+=	libgnomeprintui>=2.18.0:../../print/libgnomeprintui
DEPENDS+=	libgtop>=2.14.2:../../sysutils/libgtop
DEPENDS+=	librsvg>=2.16.0:../../graphics/librsvg
DEPENDS+=	libxklavier>=3.0:../../x11/libxklavier
DEPENDS+=	libsoup-devel>=2.2.96:../../net/libsoup-devel
DEPENDS+=	libwnck>=2.18.0:../../devel/libwnck
DEPENDS+=	gail>=1.18.0:../../devel/gail
DEPENDS+=	gtkhtml314>=3.14.1:../../www/gtkhtml314
DEPENDS+=	gtk2-engines>=2.10.1:../../x11/gtk2-engines
DEPENDS+=	scrollkeeper>=0.3.14:../../textproc/scrollkeeper
DEPENDS+=	gnome-desktop>=2.18.1:../../x11/gnome-desktop
DEPENDS+=	gnome-menus>=2.18.0:../../sysutils/gnome-menus
DEPENDS+=	eel>=2.18.0.1:../../devel/eel
DEPENDS+=	nautilus>=2.18.1:../../sysutils/nautilus
DEPENDS+=	metacity>=2.18.2:../../wm/metacity
DEPENDS+=	gstreamer0.10>=0.10.12:../../multimedia/gstreamer0.10
DEPENDS+=	gst-plugins0.10-base>=0.10.12:../../multimedia/gst-plugins0.10-base
DEPENDS+=	gst-plugins0.10-good>=0.10.5:../../multimedia/gst-plugins0.10-good
DEPENDS+=	gst-plugins0.10-esound>=0.10.5:../../audio/gst-plugins0.10-esound
DEPENDS+=	gst-plugins0.10-oss>=0.10.5:../../audio/gst-plugins0.10-oss
DEPENDS+=	evolution-data-server>=1.10.1:../../mail/evolution-data-server
DEPENDS+=	control-center>=2.18.1:../../x11/control-center
DEPENDS+=	gnome-panel>=2.18.1:../../x11/gnome-panel
DEPENDS+=	gucharmap>=1.10.0:../../fonts/gucharmap
DEPENDS+=	gnome-applets>=2.18.0:../../x11/gnome-applets
DEPENDS+=	gnome-themes>=2.18.1:../../x11/gnome-themes
DEPENDS+=	gnome-backgrounds>=2.15.92:../../graphics/gnome-backgrounds
DEPENDS+=	vte>=0.16.1:../../x11/vte
DEPENDS+=	gnome-terminal>=2.18.0:../../x11/gnome-terminal
DEPENDS+=	gnome-session>=2.18.0:../../x11/gnome-session

EXTRACT_ONLY=	# empty
NO_CHECKSUM=	yes
NO_CONFIGURE=	yes
NO_BUILD=	yes
PLIST_SRC=	# empty (meta-package)

do-install:	# empty

.include "../../mk/bsd.pkg.mk"