From e251369371e9503d3610f581aacf7a8138ca13bc Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 11 Apr 2014 10:17:59 +0000 Subject: [PATCH] Support stage --- x11/gnome-session/Makefile | 18 +++++++----------- x11/gnome-session/pkg-plist | 4 ++++ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile index a6767125b9f0..83ef5670c390 100644 --- a/x11/gnome-session/Makefile +++ b/x11/gnome-session/Makefile @@ -15,29 +15,25 @@ COMMENT= Session component for the GNOME 2 desktop CONFLICTS= gnome-session-2.31.* gnome-session-2.90.* gnome-session-3.* BUILD_DEPENDS= ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring \ - notify.4:${PORTSDIR}/devel/libnotify \ - execinfo:${PORTSDIR}/devel/libexecinfo \ - upower-glib.1:${PORTSDIR}/sysutils/upower +LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \ + libnotify.so:${PORTSDIR}/devel/libnotify \ + libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ + libupower-glib.so:${PORTSDIR}/sysutils/upower RUN_DEPENDS= ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon \ ${LOCALBASE}/sbin/console-kit-daemon:${PORTSDIR}/sysutils/consolekit \ ${LOCALBASE}/bin/xdpyinfo:${PORTSDIR}/x11/xdpyinfo INSTALLS_ICONS= yes -USES= gettext gmake pkgconfig -USE_BZIP2= yes +USES= gettext gmake pathfix pkgconfig tar:bzip2 USE_XORG= ice sm xau xrandr -USE_GNOME= gnomeprefix gnomehack intlhack gconf2 +USE_GNOME= gnomeprefix intlhack gconf2 GNOME_DESKTOP_VERSION=2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-docbook-docs CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= gnome-session.1 gnome-wm.1 gnome-session-properties.1 \ - gnome-session-save.1 GCONF_SCHEMAS= gnome-session.schemas -NO_STAGE= yes .include diff --git a/x11/gnome-session/pkg-plist b/x11/gnome-session/pkg-plist index a751163aac28..f10a9a51a9e9 100644 --- a/x11/gnome-session/pkg-plist +++ b/x11/gnome-session/pkg-plist @@ -2,6 +2,10 @@ bin/gnome-session bin/gnome-session-properties bin/gnome-session-save bin/gnome-wm +man/man1/gnome-session-properties.1.gz +man/man1/gnome-session-save.1.gz +man/man1/gnome-session.1.gz +man/man1/gnome-wm.1.gz share/applications/session-properties.desktop %%DATADIR%%/gsm-inhibit-dialog.ui %%DATADIR%%/session-properties.ui