mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Support stage
This commit is contained in:
parent
627dfa5b56
commit
e251369371
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350919
@ -15,29 +15,25 @@ COMMENT= Session component for the GNOME 2 desktop
|
|||||||
CONFLICTS= gnome-session-2.31.* gnome-session-2.90.* gnome-session-3.*
|
CONFLICTS= gnome-session-2.31.* gnome-session-2.90.* gnome-session-3.*
|
||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon
|
BUILD_DEPENDS= ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon
|
||||||
LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
|
LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
|
||||||
gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring \
|
libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \
|
||||||
notify.4:${PORTSDIR}/devel/libnotify \
|
libnotify.so:${PORTSDIR}/devel/libnotify \
|
||||||
execinfo:${PORTSDIR}/devel/libexecinfo \
|
libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
|
||||||
upower-glib.1:${PORTSDIR}/sysutils/upower
|
libupower-glib.so:${PORTSDIR}/sysutils/upower
|
||||||
RUN_DEPENDS= ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon \
|
RUN_DEPENDS= ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon \
|
||||||
${LOCALBASE}/sbin/console-kit-daemon:${PORTSDIR}/sysutils/consolekit \
|
${LOCALBASE}/sbin/console-kit-daemon:${PORTSDIR}/sysutils/consolekit \
|
||||||
${LOCALBASE}/bin/xdpyinfo:${PORTSDIR}/x11/xdpyinfo
|
${LOCALBASE}/bin/xdpyinfo:${PORTSDIR}/x11/xdpyinfo
|
||||||
|
|
||||||
INSTALLS_ICONS= yes
|
INSTALLS_ICONS= yes
|
||||||
USES= gettext gmake pkgconfig
|
USES= gettext gmake pathfix pkgconfig tar:bzip2
|
||||||
USE_BZIP2= yes
|
|
||||||
USE_XORG= ice sm xau xrandr
|
USE_XORG= ice sm xau xrandr
|
||||||
USE_GNOME= gnomeprefix gnomehack intlhack gconf2
|
USE_GNOME= gnomeprefix intlhack gconf2
|
||||||
GNOME_DESKTOP_VERSION=2
|
GNOME_DESKTOP_VERSION=2
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --disable-docbook-docs
|
CONFIGURE_ARGS= --disable-docbook-docs
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
|
||||||
MAN1= gnome-session.1 gnome-wm.1 gnome-session-properties.1 \
|
|
||||||
gnome-session-save.1
|
|
||||||
GCONF_SCHEMAS= gnome-session.schemas
|
GCONF_SCHEMAS= gnome-session.schemas
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -2,6 +2,10 @@ bin/gnome-session
|
|||||||
bin/gnome-session-properties
|
bin/gnome-session-properties
|
||||||
bin/gnome-session-save
|
bin/gnome-session-save
|
||||||
bin/gnome-wm
|
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
|
share/applications/session-properties.desktop
|
||||||
%%DATADIR%%/gsm-inhibit-dialog.ui
|
%%DATADIR%%/gsm-inhibit-dialog.ui
|
||||||
%%DATADIR%%/session-properties.ui
|
%%DATADIR%%/session-properties.ui
|
||||||
|
Loading…
Reference in New Issue
Block a user