Date: Sun, 11 Jul 2004 15:56:15 +0200 (CEST) From: Tobias Roth <ports@fsck.ch> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/68917: [New Port] sysutils/fbpanel - a NETWM compliant taskbar and more Message-ID: <200407111356.i6BDuFMJ022358@secure.socket.ch> Resent-Message-ID: <200407111400.i6BE0fJd077590@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 68917 >Category: ports >Synopsis: [New Port] sysutils/fbpanel - a NETWM compliant taskbar and more >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 Jul 11 14:00:40 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Tobias Roth >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD localhost 5.2-CURRENT FreeBSD 5.2-CURRENT #10: Wed May 26 19:30:57 CEST 2004 toor@localhost:/usr/obj/usr/src/sys/FOOBAR i386 >Description: New port: sysutils/fbpanel A desktop panel that includes a taskbar, pager, launchbar and more >How-To-Repeat: >Fix: # 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: # # fbpanel # fbpanel/pkg-plist # fbpanel/pkg-descr # fbpanel/distinfo # fbpanel/Makefile # fbpanel/files # fbpanel/files/patch-Makefile # fbpanel/files/patch-default.cfg # fbpanel/files/patch-Makefile.common # echo c - fbpanel mkdir -p fbpanel > /dev/null 2>&1 echo x - fbpanel/pkg-plist sed 's/^X//' >fbpanel/pkg-plist << 'END-of-fbpanel/pkg-plist' Xbin/fbpanel Xshare/fbpanel/default Xshare/fbpanel/pager Xshare/fbpanel/images/Desktop2.png Xshare/fbpanel/images/Editor.png Xshare/fbpanel/images/Emacs.png Xshare/fbpanel/images/GNOME-Terminal.png Xshare/fbpanel/images/Menu.png Xshare/fbpanel/images/Networking.png Xshare/fbpanel/images/bottom-left.xpm Xshare/fbpanel/images/bottom-right.xpm Xshare/fbpanel/images/top-left.xpm Xshare/fbpanel/images/top-right.xpm X@dirrm share/fbpanel/images X@dirrm share/fbpanel END-of-fbpanel/pkg-plist echo x - fbpanel/pkg-descr sed 's/^X//' >fbpanel/pkg-descr << 'END-of-fbpanel/pkg-descr' XFbpanel is a lightweight desktop panel that works with any XNETWM (http://www.freedesktop.org/) compliant window manager. XIt features: X o taskbar - show list of open windows X o pager - thumbnailed view of the desktop(s) X o launchbar - buttons to launch applications X o show desktop - button to iconify or shade all windows X o image - display an image X o clock - show the current time and/or date X o sytem tray - tray for XEMBED icons (aka docklets) X XWWW: http://fbpanel.sourceforge.net/ END-of-fbpanel/pkg-descr echo x - fbpanel/distinfo sed 's/^X//' >fbpanel/distinfo << 'END-of-fbpanel/distinfo' XMD5 (fbpanel-3.8.tgz) = 95e43a2c201feb5e272bbd9a4f78ad6e XSIZE (fbpanel-3.8.tgz) = 72121 END-of-fbpanel/distinfo echo x - fbpanel/Makefile sed 's/^X//' >fbpanel/Makefile << 'END-of-fbpanel/Makefile' X# New ports collection makefile for: fbpanel X# Date created: Sat Jun 26 13:43:50 CEST 2004 X# Whom: Tobias Roth <ports@fsck.ch> X# X# $FreeBSD$ X# X XPORTNAME= fbpanel XPORTVERSION= 3.8 XCATEGORIES= sysutils XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XEXTRACT_SUFX= .tgz X XMAINTAINER= ports@fsck.ch XCOMMENT= A desktop panel that includes a taskbar, pager, launchbar and more X XUSE_X_PREFIX= yes XUSE_GNOME= gtk20 XUSE_GMAKE= yes X XMAN1= fbpanel.1 XMANCOMPRESSED= yes X Xdo-configure: X @cd ${WRKSRC} && ./configure --prefix=${X11BASE} X X.include <bsd.port.mk> END-of-fbpanel/Makefile echo c - fbpanel/files mkdir -p fbpanel/files > /dev/null 2>&1 echo x - fbpanel/files/patch-Makefile sed 's/^X//' >fbpanel/files/patch-Makefile << 'END-of-fbpanel/files/patch-Makefile' X--- man/Makefile.orig Sat Jun 26 12:37:59 2004 X+++ man/Makefile Sat Jun 26 12:38:14 2004 X@@ -20,8 +20,8 @@ X X X install: all X- install -d $(PREFIX)/share/man/man1 X- install -m 644 $(TARGET) $(PREFIX)/share/man/man1 X+ install -d $(PREFIX)/man/man1 X+ install -m 644 $(TARGET) $(PREFIX)/man/man1 X X uninstall: X rm -f $(PREFIX)/share/man/man1/$(TARGET) END-of-fbpanel/files/patch-Makefile echo x - fbpanel/files/patch-default.cfg sed 's/^X//' >fbpanel/files/patch-default.cfg << 'END-of-fbpanel/files/patch-default.cfg' X--- config/default.cfg.orig Sat Jun 26 13:37:20 2004 X+++ config/default.cfg Sat Jun 26 13:37:27 2004 X@@ -190,9 +190,9 @@ X Plugin { X type = taskbar X expand = true X- ShowIconified = true X- ShowMapped = true X- ShowAllDesks = false X+ #ShowIconified = true X+ #ShowMapped = true X+ #ShowAllDesks = false X config { X tooltips = true X iconsonly = false END-of-fbpanel/files/patch-default.cfg echo x - fbpanel/files/patch-Makefile.common sed 's/^X//' >fbpanel/files/patch-Makefile.common << 'END-of-fbpanel/files/patch-Makefile.common' X--- Makefile.common.orig Sat Jun 26 14:00:42 2004 X+++ Makefile.common Sat Jun 26 14:03:02 2004 X@@ -15,10 +15,9 @@ X endif X endif X X-CC = gcc X+CC ?= gcc X LIBS = $(shell pkg-config --libs gtk+-2.0 gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0) -L/usr/X11R6/lib -lXmu X INCS = $(shell pkg-config --cflags gtk+-2.0 gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0) X-CFLAGS = -O2 # overwriten by command line or env. variable X CFLAGS += -Wall # always nice to have X ifneq (,$(DEVEL)) X CFLAGS := -g -Wall END-of-fbpanel/files/patch-Makefile.common exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407111356.i6BDuFMJ022358>