FreeBSD Bugzilla – Attachment 44527 Details for
Bug 68917
[New Port] sysutils/fbpanel - a NETWM compliant taskbar and more
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.shar
file.shar (text/plain), 4.41 KB, created by
Tobias Roth
on 2004-07-11 15:00:40 UTC
(
hide
)
Description:
file.shar
Filename:
MIME Type:
Creator:
Tobias Roth
Created:
2004-07-11 15:00:40 UTC
Size:
4.41 KB
patch
obsolete
># 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 68917
: 44527