Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Sep 2010 12:48:28 GMT
From:      Olivier DUCHATEAU <duchateau.olivier@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/150933: [NEW PORT] deskutils/xfce4-volstatus-icon : It's system tray that allows you to eject removable devices
Message-ID:  <201009251248.o8PCmSrL036074@www.freebsd.org>
Resent-Message-ID: <201009251250.o8PCo2Rx004915@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         150933
>Category:       ports
>Synopsis:       [NEW PORT] deskutils/xfce4-volstatus-icon : It's system tray that allows you to eject removable devices
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 25 12:50:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Olivier DUCHATEAU
>Release:        FreeBSD 8.1-RELEASE
>Organization:
>Environment:
FreeBSD bornem.errements.net 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:55:53 UTC 2010     root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Xfce4 Volstatus Icon is a system tray icon that allows to easily eject removable devices, without needing to open a terminal or Thunar window.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	xfce4-volstatus-icon/
#	xfce4-volstatus-icon/files
#	xfce4-volstatus-icon/files/pkg-message.in
#	xfce4-volstatus-icon/Makefile
#	xfce4-volstatus-icon/distinfo
#	xfce4-volstatus-icon/pkg-descr
#	xfce4-volstatus-icon/pkg-plist
#
echo c - xfce4-volstatus-icon/
mkdir -p xfce4-volstatus-icon/ > /dev/null 2>&1
echo c - xfce4-volstatus-icon/files
mkdir -p xfce4-volstatus-icon/files > /dev/null 2>&1
echo x - xfce4-volstatus-icon/files/pkg-message.in
sed 's/^X//' >xfce4-volstatus-icon/files/pkg-message.in << 'b0c8fcf2c8df434fc935584e1156d48f'
XAt first, run %%PREFIX%%/xfce4-volstatus-icon, it will ask you, if you want to  
Xstart it every time Xfce starts.
XYou can later disable it in the 'Autostarted Applications' settings panel.
b0c8fcf2c8df434fc935584e1156d48f
echo x - xfce4-volstatus-icon/Makefile
sed 's/^X//' >xfce4-volstatus-icon/Makefile << 'db1eb7ab1ca73322928c51dd8b85eb70'
X# New ports collection makefile for: xfce4-volstatus-icon
X# Date created:		2010-08-04
X# Whom:		Olivier Duchateau <duchateau.olivier@gmail.com>
X#
X# $FreeBSD: $
X#
X
XPORTNAME=	xfce4-volstatus-icon
XPORTVERSION=	0.1.0
XCATEGORIES=	deskutils xfce
XMASTER_SITES=	${MASTER_SITE_XFCE}
XMASTER_SITE_SUBDIR=	src/apps/${PORTNAME}/${PORTVERSION:R}
XDIST_SUBDIR=	xfce4
X
XMAINTAINER=	duchateau.olivier@gmail.com
XCOMMENTS=	Notification area icon that allows safe removal of removable devices
X
XLIB_DEPENDS=	dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
X	hal.1:${PORTSDIR}/sysutils/hal
X
XCONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
X	LDFLAGS="-L${LOCALBASE}/lib"
X
XUSE_BZIP2=	yes
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
XUSE_GNOME=	gtk20 intltool intlhack pkgconfig
XUSE_XORG=	x11
XUSE_XFCE=	libexo libgui libutil
XUSE_GETTEXT=	yes
X
X.if !defined(NO_LICENSES_INSTALL)
XLICENSE=	GPLv2
XLICENSE_FILE_GPLv2=	${WRKSRC}/COPYING
X.endif
X
XSUB_FILES=	pkg-message
XPKGMESSAGE=	${WRKDIR}/pkg-message
X
Xpost-install:
X	@${ECHO_MSG}
X	@${CAT} ${PKGMESSAGE}
X	@${ECHO_MSG}
X
X.include <bsd.port.mk>
db1eb7ab1ca73322928c51dd8b85eb70
echo x - xfce4-volstatus-icon/distinfo
sed 's/^X//' >xfce4-volstatus-icon/distinfo << 'b114004f08545e754d0a425be1fe2d6c'
XMD5 (xfce4/xfce4-volstatus-icon-0.1.0.tar.bz2) = b7848ebda5ce86810bd6dc27b915e192
XSHA256 (xfce4/xfce4-volstatus-icon-0.1.0.tar.bz2) = 8fa02bfc9430ed78c324af7f0c312f8254982bb264029637ab8fae0323115bea
XSIZE (xfce4/xfce4-volstatus-icon-0.1.0.tar.bz2) = 271376
b114004f08545e754d0a425be1fe2d6c
echo x - xfce4-volstatus-icon/pkg-descr
sed 's/^X//' >xfce4-volstatus-icon/pkg-descr << 'a982e3ff10a1e67c1181c9058e03620e'
Xxfce4-volstatus-icon is a program that sits around and does nothing until 
Xa removable device is inserted. It becomes an icon in the systray, which 
Xallows you to unmount/eject this device.
X
XWWW:	http://goodies.xfce.org/projects/applications/xfce4-volstatus-icon
a982e3ff10a1e67c1181c9058e03620e
echo x - xfce4-volstatus-icon/pkg-plist
sed 's/^X//' >xfce4-volstatus-icon/pkg-plist << 'e7e4eb9471dfd72f5ffb880f60512358'
Xbin/xfce4-volstatus-icon
Xshare/locale/en_GB/LC_MESSAGES/xfce4-volstatus-icon.mo
Xshare/locale/fr/LC_MESSAGES/xfce4-volstatus-icon.mo
Xshare/locale/hu/LC_MESSAGES/xfce4-volstatus-icon.mo
Xshare/locale/ja/LC_MESSAGES/xfce4-volstatus-icon.mo
Xshare/locale/pl/LC_MESSAGES/xfce4-volstatus-icon.mo
X@dirrmtry share/locale/pl/LC_MESSAGES
X@dirrmtry share/locale/pl
X@dirrmtry share/locale/ja/LC_MESSAGES
X@dirrmtry share/locale/ja
X@dirrmtry share/locale/hu/LC_MESSAGES
X@dirrmtry share/locale/hu
X@dirrmtry share/locale/fr/LC_MESSAGES
X@dirrmtry share/locale/fr
X@dirrmtry share/locale/en_GB/LC_MESSAGES
X@dirrmtry share/locale/en_GB
e7e4eb9471dfd72f5ffb880f60512358
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009251248.o8PCmSrL036074>