openbsd-ports/x11/gnome/session/Makefile

70 lines
2.0 KiB
Makefile
Raw Normal View History

2012-11-21 02:01:32 -05:00
# $OpenBSD: Makefile,v 1.221 2012/11/21 07:01:32 ajacoutot Exp $
COMMENT= GNOME session
GNOME_PROJECT= gnome-session
2012-11-13 02:40:11 -05:00
GNOME_VERSION= 3.6.2
2012-11-21 02:01:32 -05:00
REVISION= 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++
2012-09-28 03:34:24 -04:00
WANTLIB += atk-bridge-2.0 atspi harfbuzz icudata icule icuuc
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 \
2012-09-28 03:34:24 -04:00
x11/gnome/settings-daemon>=3.6.0
LIB_DEPENDS= devel/libexecinfo \
2012-09-28 03:34:24 -04:00
x11/gtk+3>=3.6.0 \
2011-09-12 03:28:52 -04:00
devel/gconf2 \
2011-09-26 06:19:21 -04:00
sysutils/upower \
devel/json-glib
2012-09-28 03:34:24 -04:00
RUN_DEPENDS= x11/gnome/settings-daemon>=3.6.0 \
sysutils/consolekit
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
2011-09-12 03:28:52 -04:00
# 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 are set in gsettings-desktop-schema (runtime (see NEWS))
RUN_DEPENDS+= devel/gsettings-desktop-schemas \
fonts/cantarell-fonts \
2011-09-12 03:28:52 -04:00
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>