openbsd-ports/meta/xfce/Makefile

84 lines
2.0 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.3 2012/09/20 16:59:47 stsp Exp $
COMMENT-main = Xfce desktop meta-package (base installation)
COMMENT-extras = Xfce desktop meta-package (full installation)
V = 4.10
PKGNAME= xfce-${V}
PKGNAME-main = xfce-${V}
PKGNAME-extras = xfce-extras-${V}
REVISION-extras = 0
MAINTAINER = Landry Breuil <landry@openbsd.org>
MULTI_PACKAGES = -main -extras
# minimal dependencies for a working desktop
# will install garcon/exo/libxfce4util/libxfce4ui
RUN_DEPENDS-main += \
x11/xfce4/xfce4-panel \
x11/xfce4/xfce4-session \
x11/xfce4/xfce4-settings \
x11/xfce4/xfconf \
x11/xfce4/xfdesktop \
x11/xfce4/thunar \
x11/xfce4/xfwm4
# theme packages
RUN_DEPENDS-main += \
x11/xfce4/xfwm4-themes \
x11/xfce4/gtk-xfce-engine
# x11/xfce4/xfce4-icon-theme (outdated)
# common apps
RUN_DEPENDS-main += \
x11/xfce4/terminal \
x11/xfce4/orage \
x11/xfce4/ristretto \
x11/xfce4/mousepad \
x11/xfce4/xfce4-appfinder \
x11/xfce4/xfce4-mixer \
xfce4-notifyd-*|notification-daemon-xfce-*:x11/xfce4/xfce4-notifyd \
x11/xfce4/xfce4-taskmanager \
x11/xfce4/tumbler
# extra apps
RUN_DEPENDS-extras += \
STEM-=${V}:${BASE_PKGPATH},-main \
x11/xfce4/xfmpc \
x11/xfce4/parole
# thunar plugins
RUN_DEPENDS-extras += \
x11/xfce4/thunar-archive \
x11/xfce4/thunar-media-tags \
x11/xfce4/thunar-vcs
# panel plugins
RUN_DEPENDS-extras += \
x11/xfce4/xfce4-battery \
x11/xfce4/xfce4-clipman \
x11/xfce4/xfce4-cpugraph \
x11/xfce4/xfce4-dict \
x11/xfce4/xfce4-diskperf \
x11/xfce4/xfce4-fsguard \
x11/xfce4/xfce4-genmon \
x11/xfce4/xfce4-mailwatch \
x11/xfce4/xfce4-modemlights \
x11/xfce4/xfce4-mount \
x11/xfce4/xfce4-mpc \
x11/xfce4/xfce4-netload \
x11/xfce4/xfce4-notes \
x11/xfce4/xfce4-places \
x11/xfce4/xfce4-quicklauncher \
x11/xfce4/xfce4-screenshooter \
x11/xfce4/xfce4-smartbookmark \
x11/xfce4/xfce4-systemload \
x11/xfce4/xfce4-time-out \
x11/xfce4/xfce4-verve \
x11/xfce4/xfce4-wavelan \
x11/xfce4/xfce4-weather
.include <bsd.port.mk>