openbsd-ports/x11/gnome/session/Makefile

83 lines
2.5 KiB
Makefile
Raw Normal View History

2011-10-10 05:26:37 -04:00
# $OpenBSD: Makefile,v 1.194 2011/10/10 09:26:37 ajacoutot Exp $
COMMENT= GNOME session
GNOME_PROJECT= gnome-session
2011-09-26 06:19:21 -04:00
GNOME_VERSION= 3.2.0
2011-10-10 05:26:37 -04:00
REVISION= 10
2010-11-17 15:40:31 -05:00
CATEGORIES= x11
# GPLv2/LGPLv2/GFDLv1.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2011-05-23 17:31:56 -04:00
WANTLIB += GL ICE ORBit-2 SM X11 Xau Xcomposite Xcursor Xdamage
WANTLIB += Xdmcp Xext Xfixes Xi Xinerama Xrandr Xrender Xtst Xxf86vm
2011-09-26 06:19:21 -04:00
WANTLIB += atk-1.0 c cairo cairo-gobject dbus-1 dbus-glib-1 drm
WANTLIB += execinfo expat ffi fontconfig freetype gconf-2 gdk-3
2011-09-12 03:28:52 -04:00
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
2011-09-26 06:19:21 -04:00
WANTLIB += gthread-2.0 gtk-3 json-glib-1.0 kvm m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
WANTLIB += upower-glib xcb xcb-render xcb-shm z
MODULES= devel/gettext \
x11/gnome \
2011-09-12 03:28:52 -04:00
devel/dconf
2011-05-13 08:56:19 -04:00
BUILD_DEPENDS= textproc/xmlto \
x11/gnome/settings-daemon
LIB_DEPENDS= devel/libexecinfo \
2011-09-12 03:28:52 -04:00
x11/gtk+3 \
devel/gconf2 \
x11/gnome/librsvg \
2011-09-26 06:19:21 -04:00
sysutils/upower \
devel/json-glib
2010-11-22 03:36:47 -05:00
RUN_DEPENDS= x11/gnome/settings-daemon \
2011-04-10 06:26:55 -04:00
sysutils/consolekit \
x11/xdg-user-dirs-gtk>=0.8p6
2011-09-12 03:28:52 -04:00
2011-09-26 09:21:32 -04:00
# only needed at runtime since the move from gconf to gsettings
# (see NEWS in the source tarball)
RUN_DEPENDS+= devel/gsettings-desktop-schemas
2011-09-12 03:28:52 -04:00
# gnome.session+gnome-fallback.session RequiredComponents.
RUN_DEPENDS+= notification-daemon-*|notification-daemon-xfce-*|xfce4-notifyd-*:sysutils/notification-daemon
# gnome.session RequiredComponents.
#RUN_DEPENDS+= x11/gnome/shell
# gnome-fallback.session RequiredComponents.
# polkit-gnome isn't strictly *required* but then we will loose the
# polkit authentication dialog in the gnome-fallback session.
RUN_DEPENDS+= x11/gnome/metacity \
2011-09-12 03:28:52 -04:00
x11/gnome/panel>=3 \
x11/polkit-gnome
# Defaults from gsettings-desktop-schema.
RUN_DEPENDS+= fonts/cantarell-fonts \
x11/gnome/backgrounds>=3 \
x11/gnome/themes-standard
# Install accessibility components -- daemons will start only if
# accessibility is enabled by the user.
# This should really be a dep. of a "gnome-accessibility" metapackage.
RUN_DEPENDS+= x11/gnome/at-spi2-atk
2011-09-12 03:28:52 -04:00
# gconf2 and polkit are already dependencies and we want to be able to
# handle system-wide gconf entries. This should really be a dep. of a
# "gnome" metapackage.
2010-11-22 03:36:47 -05:00
RUN_DEPENDS+= devel/gconf2,-polkit
MODGNOME_DESKTOP_FILE= Yes
2011-09-30 10:32:20 -04:00
MODGNOME_CPPFLAGS=-I${X11BASE}/include
MODGNOME_LDFLAGS=-L${X11BASE}/lib
CONFIGURE_ARGS= --disable-rebuilds \
2011-09-12 03:28:52 -04:00
--enable-docbook-docs
.include <bsd.port.mk>