summaryrefslogtreecommitdiff
path: root/meta-pkgs/gnome/Makefile
blob: 7c0fc69bc89945a05eafd72546543bb20ffd95bb (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
# $NetBSD: Makefile,v 1.148 2021/04/19 10:59:01 cirnatdan Exp $

PKGNAME=	gnome-3.38.1
CATEGORIES=	meta-pkgs

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://www.gnome.org/
COMMENT=	Meta-package for the GNOME desktop environment

META_PACKAGE=	yes

PREV_PKGPATH=	meta-pkgs/gnome3
SUPERSEDES+=	gnome3-[0-9]*

# GNOME has a concept of "Core Apps".
#
# We deliberately do not include the heavier ones (e.g. epiphany - web browser,
# evolution - email client with webkit dependency, totem - media player) where
# the user will probably have their own preferred program anyway.
#
# https://wiki.gnome.org/Design/Apps/

DEPENDS+=	accountsservice-[0-9]*:../../sysutils/accountsservice
DEPENDS+=	adwaita-icon-theme-[0-9]*:../../graphics/adwaita-icon-theme
#DEPENDS+=	cheese-[0-9]*:../../graphics/cheese
DEPENDS+=	file-roller-[0-9]*:../../archivers/file-roller
DEPENDS+=	evince-[0-9]*:../../print/evince3
DEPENDS+=	dconf-[0-9]*:../../devel/dconf-editor
#DEPENDS+=	evolution-[0-9]*:../../mail/evolution
#DEPENDS+=	epiphany-[0-9]*:../../www/epiphany
DEPENDS+=	eog-[0-9]*:../../graphics/eog
#DEPENDS+=	gdm-[0-9]*:../../wip/gdm
DEPENDS+=	gedit-[0-9]*:../../editors/gedit
DEPENDS+=	gnome-backgrounds-[0-9]*:../../graphics/gnome-backgrounds
DEPENDS+=	gnome-calendar-[0-9]*:../../time/gnome-calendar
DEPENDS+=	gnome-calculator-[0-9]*:../../math/gnome-calculator
DEPENDS+=	gnome-characters-[0-9]*:../../sysutils/gnome-characters
DEPENDS+=	gnome-control-center-[0-9]*:../../sysutils/gnome-control-center
DEPENDS+=	gnome-dictionary-[0-9]*:../../textproc/gnome-dictionary
DEPENDS+=	gnome-font-viewer-[0-9]*:../../sysutils/gnome-font-viewer
DEPENDS+=	gnome-screenshot-[0-9]*:../../graphics/gnome-screenshot
DEPENDS+=	gnome-settings-daemon-[0-9]*:../../sysutils/gnome-settings-daemon
DEPENDS+=	gnome-session-[0-9]*:../../x11/gnome-session
DEPENDS+=	gnome-shell-[0-9]*:../../x11/gnome-shell
DEPENDS+=	gnome-terminal-[0-9]*:../../x11/gnome-terminal
DEPENDS+=	gnome-themes-standard-[0-9]*:../../graphics/gnome-themes-standard
DEPENDS+=	mutter-[0-9]*:../../wm/mutter
DEPENDS+=	nautilus-[0-9]*:../../sysutils/nautilus
DEPENDS+=	orca-[0-9]*:../../misc/orca
#DEPENDS+=	totem-[0-9]*:../../multimedia/totem
DEPENDS+=	yelp-[0-9]*:../../misc/yelp3

# Some missing applications that might make sense later:

# caribou
# seahorse
# zenity
# sushi
# gnome-power-manager
# gnome-keyring
# accerciser
# vino
# vinagre
# gnome-games
# gnome-color-manager
# gnote
# gnome-contacts
# gnome-search-tool
# gnome-system-log

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