openbsd-ports/x11/gnome/session/Makefile

71 lines
2.0 KiB
Makefile
Raw Normal View History

2012-03-29 03:23:21 -04:00
# $OpenBSD: Makefile,v 1.208 2012/03/29 07:23:21 ajacoutot Exp $
COMMENT= GNOME session
GNOME_PROJECT= gnome-session
2012-03-29 03:23:21 -04:00
GNOME_VERSION= 3.4.0
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
WANTLIB += GL ICE SM X11 Xau Xcomposite Xcursor Xdamage
2011-05-23 17:31:56 -04:00
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-10-16 10:58:27 -04:00
WANTLIB += gthread-2.0 gtk-3 json-glib-1.0 m pango-1.0 pangocairo-1.0
2011-09-26 06:19:21 -04:00
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
2011-11-04 05:56:28 -04:00
WANTLIB += upower-glib xcb xcb-render xcb-shm z stdc++
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 \
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 \
sysutils/consolekit
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+= sysutils/notification-daemon
2011-09-12 03:28:52 -04:00
# 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
2011-12-03 17:17:15 -05:00
MODGNOME_DESKTOP_FILE= Yes
MODGNOME_ICON_CACHE= Yes
2011-09-30 10:32:20 -04:00
MODGNOME_CPPFLAGS=-I${X11BASE}/include
MODGNOME_LDFLAGS=-L${X11BASE}/lib
2012-03-29 03:23:21 -04:00
CONFIGURE_ARGS= --disable-systemd \
2011-09-12 03:28:52 -04:00
--enable-docbook-docs
.include <bsd.port.mk>