Date: Sun, 16 Oct 2005 20:43:45 GMT From: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/87545: [NEW PORT] x11/alltray: Dock any application with no native tray icon Message-ID: <200510162043.j9GKhjVc041634@www.freebsd.org> Resent-Message-ID: <200510162050.j9GKoGhO000772@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 87545 >Category: ports >Synopsis: [NEW PORT] x11/alltray: Dock any application with no native tray icon >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: Sun Oct 16 20:50:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jose Alonso Cardenas Marquez >Release: FreeBSD 6.0-RC1 i386 >Organization: BSDPeru (http://www.bsd.org.pe) >Environment: FreeBSD HellFire.BSD.org.pe 6.0-RC1 FreeBSD 6.0-RC1 #0: Wed Oct 12 23:23:59 PET 2005 >Description: With AllTray you can dock any application with no native tray icon (like Evolution, Thunderbird, Terminals) into the system tray. A high-light feature is that a click on the "close" button will minimize back to system tray. It works well with Gnome, KDE, XFCE 4*, Fluxbox* and WindowMaker* WWW:http://alltray.sourceforge.net/ >How-To-Repeat: >Fix: --- alltray-0.62.shar begins here --- # 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: # #alltray #alltray/pkg-descr #alltray/Makefile #alltray/pkg-plist #alltray/distinfo #alltray/files #alltray/files/patch-lib_Makefile.in # echo c - alltray mkdir -p alltray > /dev/null 2>&1 echo x - alltray/pkg-descr sed 's/^X//' >alltray/pkg-descr << 'END-of-alltray/pkg-descr' XWith AllTray you can dock any application with no native tray icon (like Evolution, XThunderbird, Terminals) into the system tray. A high-light feature is that a click on the "close" Xbutton will minimize back to system tray. It works well with Gnome, KDE, XFCE 4*, Fluxbox* Xand WindowMaker* X XWWW:http://alltray.sourceforge.net/ END-of-alltray/pkg-descr echo x - alltray/Makefile sed 's/^X//' >alltray/Makefile << 'END-of-alltray/Makefile' X# New ports collection makefile for:alltray X# Date created:2005-10-15 X# Whom:Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> X# X# $FreeBSD$ X# X XPORTNAME=alltray XPORTVERSION=0.62 XCATEGORIES=x11 XMASTER_SITES=${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR=alltray X XMAINTAINER=acardenas@bsd.org.pe XCOMMENT=Dock any application with no native tray icon X XUSE_X_PREFIX=yes XUSE_GNOME=gtk20 XUSE_GMAKE=yes XUSE_LIBTOOL_VER=15 XGNU_CONFIGURE=yes XUSE_REINPLACE=yes XINSTALLS_SHLIB=yes X XWRKSRC=${WRKDIR}/${PORTNAME}-${PORTVERSION} XCONFIGURE_ARGS=--prefix=${PREFIX} X X.if !defined(NOPORTDOCS) XMAN1=alltray.1 X.endif X Xpost-configure: X${REINPLACE_CMD} -e "s|install-data-am: install-appsDATA install-iconDATA install-man|\ Xinstall-data-am: install-appsDATA install-iconDATA|g"\ X${WRKSRC}/Makefile X Xpost-install: X${LN} -sf ${PREFIX}/lib/liballtray.so.0 ${PREFIX}/lib/liballtray.so X.if !defined(NOPORTDOCS) X.for file in ${MAN1} X${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/man/man1 X.endfor X.endif X.include <bsd.port.mk> END-of-alltray/Makefile echo x - alltray/pkg-plist sed 's/^X//' >alltray/pkg-plist << 'END-of-alltray/pkg-plist' Xbin/alltray Xlib/liballtray.so.0 Xlib/liballtray.so Xshare/applications/alltray.desktop Xshare/pixmaps/alltray.png END-of-alltray/pkg-plist echo x - alltray/distinfo sed 's/^X//' >alltray/distinfo << 'END-of-alltray/distinfo' XMD5 (alltray-0.62.tar.gz) = f063900b552831376a59cf7cd313c252 XSIZE (alltray-0.62.tar.gz) = 372087 END-of-alltray/distinfo echo c - alltray/files mkdir -p alltray/files > /dev/null 2>&1 echo x - alltray/files/patch-lib_Makefile.in sed 's/^X//' >alltray/files/patch-lib_Makefile.in << 'END-of-alltray/files/patch-lib_Makefile.in' X--- lib/Makefile.inFri Sep 23 18:31:24 2005 X+++ lib/Makefile.inSat Oct 15 19:27:20 2005 X@@ -14,6 +14,9 @@ X X @SET_MAKE@ X X+INCLUDES= -I/usr/X11R6/include \ X+ -L/usr/X11R6/lib X+ X SOURCES = $(liballtray_la_SOURCES) X X srcdir = @srcdir@ X@@ -179,7 +182,7 @@ X target_alias = @target_alias@ X lib_LTLIBRARIES = liballtray.la X liballtray_la_SOURCES = nomap.c X-liballtray_la_LDFLAGS = -version-info 0:0:0 -ldl X+#liballtray_la_LDFLAGS = -version-info 0:0:0 -ldl X liballtray_la_CFLAGS = $(X_CFLAGS) X all: all-am X END-of-alltray/files/patch-lib_Makefile.in exit --- alltray-0.62.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510162043.j9GKhjVc041634>