diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-11 18:17:59 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-11 18:17:59 +0800 |
commit | 0a39f639edf03290889764621a321a89bd1a617d (patch) | |
tree | ff92f5da1b7f1caaba5dda111bef4c0577c80b67 /x11 | |
parent | e7d64f61d42c225c9a070ee1fd75b7a6a5cf6090 (diff) | |
download | freebsd-ports-gnome-0a39f639edf03290889764621a321a89bd1a617d.tar.gz freebsd-ports-gnome-0a39f639edf03290889764621a321a89bd1a617d.tar.zst freebsd-ports-gnome-0a39f639edf03290889764621a321a89bd1a617d.zip |
Support stage
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-session/Makefile | 18 | ||||
-rw-r--r-- | 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 <bsd.port.mk> 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 |