diff -ruN fbpanel.orig/Makefile fbpanel/Makefile --- fbpanel.orig/Makefile Tue Dec 14 18:41:35 2004 +++ fbpanel/Makefile Tue Dec 14 21:14:58 2004 @@ -6,8 +6,7 @@ # PORTNAME= fbpanel -PORTVERSION= 3.12 -PORTREVISION= 1 +PORTVERSION= 3.18 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,10 +18,15 @@ USE_X_PREFIX= yes USE_GNOME= gtk20 HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} +CONFIGURE_ARGS= --prefix=${PREFIX} --transparency USE_GMAKE= yes MAN1= fbpanel.1 MANCOMPRESSED= yes + +post-install: + @${ECHO_MSG} "" + @${CAT} ${PKGMESSAGE} + @${ECHO_MSG} "" .include diff -ruN fbpanel.orig/distinfo fbpanel/distinfo --- fbpanel.orig/distinfo Tue Dec 14 18:41:35 2004 +++ fbpanel/distinfo Tue Dec 14 19:29:01 2004 @@ -1,2 +1,2 @@ -MD5 (fbpanel-3.12.tgz) = 73e4f4d2062c6bca39958166ea7403b5 -SIZE (fbpanel-3.12.tgz) = 73021 +MD5 (fbpanel-3.18.tgz) = 4dcbfb690e230ccb12a2c9cef71b0ef8 +SIZE (fbpanel-3.18.tgz) = 84037 diff -ruN fbpanel.orig/files/patch-Makefile.common fbpanel/files/patch-Makefile.common --- fbpanel.orig/files/patch-Makefile.common Tue Dec 14 18:41:35 2004 +++ fbpanel/files/patch-Makefile.common Tue Dec 14 18:53:54 2004 @@ -1,14 +1,16 @@ ---- Makefile.common.orig Sat Jun 26 14:00:42 2004 -+++ Makefile.common Sat Jun 26 14:03:02 2004 -@@ -15,10 +15,9 @@ +--- Makefile.common.orig Tue Dec 14 18:52:32 2004 ++++ Makefile.common Tue Dec 14 18:53:15 2004 +@@ -15,12 +15,10 @@ endif endif -CC = gcc +CC ?= gcc LIBS = $(shell pkg-config --libs gtk+-2.0 gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0) -L/usr/X11R6/lib -lXmu - INCS = $(shell pkg-config --cflags gtk+-2.0 gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0) --CFLAGS = -O2 # overwriten by command line or env. variable - CFLAGS += -Wall # always nice to have + INCS2 = $(shell pkg-config --cflags gtk+-2.0 gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0) + INCS := $(INCS2:-I%=-isystem%) +-# first = may be overwriten by command line or env. variable +-CFLAGS = -O2 + # this one always applays + CFLAGS += -Wall ifneq (,$(DEVEL)) - CFLAGS := -g -Wall diff -ruN fbpanel.orig/files/patch-plugins::Makefile fbpanel/files/patch-plugins::Makefile --- fbpanel.orig/files/patch-plugins::Makefile Thu Jan 1 01:00:00 1970 +++ fbpanel/files/patch-plugins::Makefile Tue Dec 14 20:00:19 2004 @@ -0,0 +1,11 @@ +--- plugins/Makefile.orig Tue Dec 14 19:59:15 2004 ++++ plugins/Makefile Tue Dec 14 19:59:23 2004 +@@ -7,7 +7,7 @@ + INCS += -I../ + SRC = image.c menu.c separator.c taskbar.c wincmd.c \ + dclock.c launchbar.c pager.c space.c test.c \ +- icons.c cpu.c deskno.c ++ icons.c deskno.c + + SOBJ = $(SRC:%.c=%.so) + OBJ = $(SRC:%.c=%.o) diff -ruN fbpanel.orig/pkg-message fbpanel/pkg-message --- fbpanel.orig/pkg-message Thu Jan 1 01:00:00 1970 +++ fbpanel/pkg-message Tue Dec 14 21:12:05 2004 @@ -0,0 +1 @@ +Please note that the cpu plugin has not been built due to compatibility reasons. diff -ruN fbpanel.orig/pkg-plist fbpanel/pkg-plist --- fbpanel.orig/pkg-plist Tue Dec 14 18:41:35 2004 +++ fbpanel/pkg-plist Tue Dec 14 21:06:30 2004 @@ -1,15 +1,29 @@ bin/fbpanel -share/fbpanel/default -share/fbpanel/pager -share/fbpanel/images/Desktop2.png -share/fbpanel/images/Editor.png -share/fbpanel/images/Emacs.png -share/fbpanel/images/GNOME-Terminal.png -share/fbpanel/images/Menu.png -share/fbpanel/images/Networking.png -share/fbpanel/images/bottom-left.xpm -share/fbpanel/images/bottom-right.xpm -share/fbpanel/images/top-left.xpm -share/fbpanel/images/top-right.xpm -@dirrm share/fbpanel/images -@dirrm share/fbpanel +%%DATADIR%%/default +%%DATADIR%%/images/Desktop2.png +%%DATADIR%%/images/Editor.png +%%DATADIR%%/images/Emacs.png +%%DATADIR%%/images/GNOME-Terminal.png +%%DATADIR%%/images/Menu.png +%%DATADIR%%/images/Networking.png +%%DATADIR%%/images/bottom-left.xpm +%%DATADIR%%/images/bottom-right.xpm +%%DATADIR%%/images/top-left.xpm +%%DATADIR%%/images/top-right.xpm +%%DATADIR%%/pager +%%DATADIR%%/plugins/dclock.so +%%DATADIR%%/plugins/deskno.so +%%DATADIR%%/plugins/icons.so +%%DATADIR%%/plugins/image.so +%%DATADIR%%/plugins/launchbar.so +%%DATADIR%%/plugins/menu.so +%%DATADIR%%/plugins/pager.so +%%DATADIR%%/plugins/separator.so +%%DATADIR%%/plugins/space.so +%%DATADIR%%/plugins/taskbar.so +%%DATADIR%%/plugins/test.so +%%DATADIR%%/plugins/tray.so +%%DATADIR%%/plugins/wincmd.so +@dirrm %%DATADIR%%/images +@dirrm %%DATADIR%%/plugins +@dirrm %%DATADIR%%