2012-07-12 11:58:15 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.28 2012/07/12 11:58:15 ajacoutot Exp $
|
2011-11-12 16:40:47 +00:00
|
|
|
|
|
|
|
COMMENT-main= GNOME desktop meta-package (base installation)
|
2012-02-23 09:22:06 +00:00
|
|
|
COMMENT-extra= GNOME desktop meta-package (full installation)
|
2011-11-12 16:40:47 +00:00
|
|
|
|
2012-05-14 13:53:30 +00:00
|
|
|
V= 3.4.2
|
2011-11-12 16:40:47 +00:00
|
|
|
PKGNAME= gnome-${V}
|
|
|
|
|
|
|
|
PKGNAME-main= gnome-${V}
|
2012-02-23 09:22:06 +00:00
|
|
|
PKGNAME-extra= gnome-extra-${V}
|
2011-11-12 16:40:47 +00:00
|
|
|
|
2012-07-12 11:58:15 +00:00
|
|
|
REVISION-main= 7
|
2012-07-08 08:51:05 +00:00
|
|
|
REVISION-extra= 2
|
2012-05-16 11:15:23 +00:00
|
|
|
|
2011-11-14 13:33:42 +00:00
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
|
|
|
|
Antoine Jacoutot <ajacoutot@openbsd.org>
|
2011-11-12 19:45:27 +00:00
|
|
|
|
2012-02-23 09:22:06 +00:00
|
|
|
MULTI_PACKAGES= -main -extra
|
2011-11-12 16:40:47 +00:00
|
|
|
|
2011-11-18 13:16:18 +00:00
|
|
|
# sync with gnome-desktop version
|
|
|
|
RUN_DEPENDS-main += x11/gnome/desktop=${V}
|
|
|
|
|
2011-11-12 16:40:47 +00:00
|
|
|
# minimal dependencies for a working desktop
|
|
|
|
RUN_DEPENDS-main += \
|
2011-11-18 13:16:18 +00:00
|
|
|
x11/gnome/controlcenter \
|
2011-11-12 16:40:47 +00:00
|
|
|
x11/gnome/eog \
|
|
|
|
x11/gnome/file-roller \
|
|
|
|
x11/gnome/gedit \
|
|
|
|
x11/gnome/keyring \
|
|
|
|
x11/gnome/media \
|
|
|
|
x11/gnome/nautilus \
|
2011-11-18 13:16:18 +00:00
|
|
|
x11/gnome/session \
|
2011-11-12 16:40:47 +00:00
|
|
|
x11/gnome/system-monitor \
|
2012-03-29 07:42:14 +00:00
|
|
|
x11/gnome/terminal
|
2011-11-12 16:40:47 +00:00
|
|
|
|
|
|
|
# gconf2 and polkit are already dependencies and we want to be able to
|
|
|
|
# handle system-wide gconf entries.
|
2011-11-12 19:45:27 +00:00
|
|
|
RUN_DEPENDS-main += devel/gconf2,-polkit
|
2011-11-12 16:40:47 +00:00
|
|
|
|
2012-05-28 16:04:31 +00:00
|
|
|
# colord and gtk+3 are already dependencies (obviously)
|
2012-05-28 16:38:35 +00:00
|
|
|
RUN_DEPENDS-main += graphics/colord,-gtk
|
2012-05-28 16:04:31 +00:00
|
|
|
|
2011-11-12 16:40:47 +00:00
|
|
|
# Install accessibility components -- daemons will start only if
|
|
|
|
# accessibility is enabled by the user.
|
|
|
|
RUN_DEPENDS-main += x11/gnome/at-spi2-atk
|
|
|
|
|
2011-11-13 10:30:18 +00:00
|
|
|
# GNOME spooler is CUPS (gnome-printers-panel in gnome-control-center),
|
|
|
|
# add gtk+{2,3}-cups so that gtkprint() can see native CUPS printers.
|
|
|
|
RUN_DEPENDS-main += x11/gtk+2,-cups x11/gtk+3,-cups
|
|
|
|
|
2011-11-12 16:40:47 +00:00
|
|
|
# Add some commonly used utilities.
|
|
|
|
RUN_DEPENDS-main += \
|
|
|
|
graphics/evince,-nautilus \
|
|
|
|
x11/gnome/file-roller,-nautilus \
|
2011-11-25 15:08:25 +00:00
|
|
|
x11/gnome/gcalctool \
|
|
|
|
x11/xdg-user-dirs-gtk
|
2011-11-12 16:40:47 +00:00
|
|
|
|
2012-03-29 07:42:14 +00:00
|
|
|
# Former gnome-utils.
|
|
|
|
RUN_DEPENDS-main += \
|
|
|
|
x11/gnome/baobab \
|
|
|
|
x11/gnome/dictionary \
|
|
|
|
x11/gnome/font-viewer \
|
|
|
|
x11/gnome/screenshot \
|
|
|
|
x11/gnome/search-tool \
|
|
|
|
x11/gnome/system-log
|
|
|
|
|
2012-07-08 08:51:05 +00:00
|
|
|
# "Make it fancy!"
|
|
|
|
RUN_DEPENDS-main += \
|
|
|
|
x11/gnome/documents \
|
|
|
|
x11/gnome/eog-plugins \
|
|
|
|
x11/gnome/gedit-plugins \
|
|
|
|
x11/gnome/nautilus-open-terminal \
|
|
|
|
x11/gnome/nettool \
|
|
|
|
x11/gnome/seahorse \
|
|
|
|
x11/gnome/seahorse-nautilus \
|
|
|
|
x11/gnome/seahorse-sharing \
|
|
|
|
x11/gnome/sushi \
|
|
|
|
x11/gnome/tracker,-nautilus \
|
|
|
|
x11/gnome/tweak-tool
|
|
|
|
|
2012-02-23 09:22:06 +00:00
|
|
|
RUN_DEPENDS-extra += \
|
2011-11-14 13:33:42 +00:00
|
|
|
STEM-=${V}:${BASE_PKGPATH},-main \
|
2011-11-12 16:40:47 +00:00
|
|
|
audio/rhythmbox \
|
|
|
|
graphics/simple-scan \
|
|
|
|
mail/evolution,-plugins \
|
|
|
|
mail/evolution-rss \
|
2012-02-18 23:07:18 +00:00
|
|
|
net/telepathy/folks,-tracker \
|
2011-11-12 16:40:47 +00:00
|
|
|
www/epiphany-extensions \
|
|
|
|
sysutils/deja-dup \
|
2012-03-02 09:07:42 +00:00
|
|
|
x11/gnome/ekiga \
|
2011-11-12 16:40:47 +00:00
|
|
|
x11/gnome/empathy \
|
2012-07-08 08:51:05 +00:00
|
|
|
x11/gnome/games-extra-data \
|
2011-11-12 16:40:47 +00:00
|
|
|
x11/gnome/gnote \
|
2011-12-05 10:44:12 +00:00
|
|
|
x11/gnome/gvfs,-smb \
|
2011-11-12 16:40:47 +00:00
|
|
|
x11/gnome/icon-theme-extras \
|
|
|
|
x11/gnome/nautilus-sendto \
|
|
|
|
x11/gnome/totem,-nautilus \
|
2012-02-02 07:14:45 +00:00
|
|
|
x11/gnome/tracker,-evolution \
|
2011-11-12 16:40:47 +00:00
|
|
|
x11/gnome/vinagre \
|
|
|
|
x11/gnome/vino
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|