1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Add xfce4-session 0.1.1, a session manager

for the XFce desktop environment.

Author:	Benedikt Meurer <benedikt.meurer@unix-ag.uni-siegen.de>
WWW:	http://echobase.homeunix.net/~bmeurer/tmp/xfce4-session/

PR:		58712
Submitted by:	Matt Lancereau <matt@rimasec.net>
This commit is contained in:
Sergei Kolobov 2003-12-12 23:15:31 +00:00
parent ea55a7936f
commit 8d42eb9464
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95692
5 changed files with 63 additions and 0 deletions

View File

@ -105,6 +105,7 @@
SUBDIR += xfce4
SUBDIR += xfce4-desktop
SUBDIR += xfce4-panel
SUBDIR += xfce4-session
SUBDIR += xfce4-systray
SUBDIR += xfce4-wm
SUBDIR += xwmm

View File

@ -0,0 +1,35 @@
# New ports collection makefile for: xfce4-session
# Date created: 2003-10-30
# Whom: Matt Lancereau <matt@rimasec.net>
#
# $FreeBSD$
#
PORTNAME= xfce4-session
PORTVERSION= 0.1.1
CATEGORIES= x11-wm xfce
MASTER_SITES= ftp://ftp.unix-ag.org/user/bmeurer/xfce4/xfce4-session/ \
http://echobase.homeunix.net/~bmeurer/tmp/xfce4-session/
MAINTAINER= matt@rimasec.net
COMMENT= XFce 4 Session Manager
BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager
LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \
xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui \
USE_GNOME= gtk20
USE_X_PREFIX= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
DOCS= AUTHORS NEWS README TODO
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (xfce4-session-0.1.1.tar.gz) = 153311b24647fe69a8840df9e9c72ab6

View File

@ -0,0 +1,4 @@
Session manager for the XFce desktop environment.
Author: Benedikt Meurer <benedikt.meurer@unix-ag.uni-siegen.de>
WWW: http://echobase.homeunix.net/~bmeurer/tmp/xfce4-session/

View File

@ -0,0 +1,22 @@
@comment $FreeBSD$
bin/xfce4-session
sbin/xfce4-shutdown
etc/xfce4/default.session
etc/xfce4/shutdown.allow
etc/xfce4/xinitrc.xfce4-session
lib/xfce4/mcs-plugins/session_settings.la
lib/xfce4/mcs-plugins/session_settings.so
lib/xfce4/mcs-plugins/session_settings.a
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/TODO
%%PORTDOCS%%@dirrm %%DOCSDIR%%
share/xfce4/splash/Default/splash.theme
share/xfce4/splash/Default/logo.png
share/xfce4/splash/Default/preview.png
@unexec rmdir %D/etc/xfce4 2>/dev/null || true
@unexec rmdir %D/lib/xfce4/mcs-plugins 2>/dev/null || true
@dirrm share/xfce4/splash/Default
@dirrm share/xfce4/splash
@unexec rmdir %D/share/xfce4 2>/dev/null || true