Bug 53161 - New port: XFce 4 desktop background manager and root menu
Summary: New port: XFce 4 desktop background manager and root menu
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Oliver Lehmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-10 19:00 UTC by James Earl
Modified: 2003-07-28 19:39 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Earl 2003-06-10 19:00:25 UTC
	XFce 4 desktop background manager. Part of the BETA1 release of
	the XFce 4 desktop environment.

Fix: 

echo c - x11/xfdesktop
mkdir -p x11/xfdesktop > /dev/null 2>&1
echo x - x11/xfdesktop/pkg-descr
sed 's/^X//' >x11/xfdesktop/pkg-descr << 'END-of-x11/xfdesktop/pkg-descr'
XXFce 4 desktop background manager. This program sets the background image
Xand provides a root window menu. The module also provides two settings
Xmanager dialogs that allow you to change the background and change the
Xnumber of workspaces.
X
XWWW: http://www.xfce.org
END-of-x11/xfdesktop/pkg-descr
echo x - x11/xfdesktop/pkg-plist
sed 's/^X//' >x11/xfdesktop/pkg-plist << 'END-of-x11/xfdesktop/pkg-plist'
Xbin/xfdesktop
Xetc/xfce4/menu.xml
Xlib/xfce4/mcs-plugins/backdrop_settings.a
Xlib/xfce4/mcs-plugins/backdrop_settings.la
Xlib/xfce4/mcs-plugins/backdrop_settings.so
Xlib/xfce4/mcs-plugins/workspaces_settings.a
Xlib/xfce4/mcs-plugins/workspaces_settings.la
Xlib/xfce4/mcs-plugins/workspaces_settings.so
Xshare/xfce4/backdrops/flower.png
Xshare/xfce4/backdrops/xfce4gradientcurve.png
Xshare/xfce4/backdrops/xfce4logo.png
Xshare/xfce4/backdrops/xfce-in-the-moon.png
Xshare/xfce4/backdrops/xfce-turbulence.png
Xshare/xfce4/doc/C/images/root_menu.png
Xshare/xfce4/doc/C/images/root_menu2.png
Xshare/xfce4/doc/C/images/select_bg_color.png
Xshare/xfce4/doc/C/images/xfdesktop-background.png
Xshare/xfce4/doc/C/images/xfdesktop-workspace.png
Xshare/xfce4/doc/C/images/xfdesktop-list.png
Xshare/xfce4/doc/C/xfdesktop.html
X@unexec rmdir %Detc/xfce4 2>/dev/null || true
X@unexec rmdir %Dlib/xfce4/mcs-plugins 2>/dev/null || true
X@unexec rmdir %Dlib/xfce4 2>/dev/null || true
X@dirrm share/xfce4/backdrops
X@unexec rmdir %Dshare/xfce4 2>/dev/null || true
END-of-x11/xfdesktop/pkg-plist
echo x - x11/xfdesktop/Makefile
sed 's/^X//' >x11/xfdesktop/Makefile << 'END-of-x11/xfdesktop/Makefile'
X# New ports collection makefile for:	xfdesktop
X# Date created:		7 June 2003
X# Whom:			James Earl <jdearl@telus.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	xfdesktop
XPORTVERSION=	3.90.0
XCATEGORIES=	x11
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
X		http://belnet.dl.sourceforge.net/sourceforge/xfce/ \
X		http://unc.dl.sourceforge.net/sourceforge/xfce/
XMASTER_SITE_SUBDIR=	xfce
XDIST_SUBDIR=	xfce4
X
XMAINTAINER=	jdearl@telus.net
XCOMMENT=	XFce 4 desktop background manager and root menu
X
XBUILD_DEPENDS=	xfce-mcs-manager:${PORTSDIR}/sysutils/xfce-mcs-manager
XLIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2
X
XUSE_GNOME=	gtk20
XUSE_X_PREFIX=	yes
XGNU_CONFIGURE=	yes
XCONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
XINSTALLS_SHLIB=	yes
XLDCONFIG_DIRS=	%%PREFIX%%/lib/xfce4/mcs-plugins
X
X.include <bsd.port.mk>
END-of-x11/xfdesktop/Makefile
echo x - x11/xfdesktop/distinfo
sed 's/^X//' >x11/xfdesktop/distinfo << 'END-of-x11/xfdesktop/distinfo'
XMD5 (xfce4/xfdesktop-3.90.0.tar.gz) = 89b8a261b5f0d73d88bae8d504fec783
END-of-x11/xfdesktop/distinfo
exit
--- xfdesktop ends here ---
Comment 1 Oliver Lehmann freebsd_committer freebsd_triage 2003-07-05 08:56:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->oliver

I'll handle this
Comment 2 Oliver Lehmann freebsd_committer freebsd_triage 2003-07-28 19:39:16 UTC
State Changed
From-To: open->closed

Committed a slightly different and updated to rc2 version. Thanks a lot for your work!