mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Update to 3.18
PR: ports/75072 Submitted by: MAINTAINER
This commit is contained in:
parent
5fa4147021
commit
487941771b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124070
@ -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 @@ COMMENT= A desktop panel that includes a taskbar, pager, launchbar and more
|
||||
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 <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
11
x11/fbpanel/files/patch-plugins::Makefile
Normal file
11
x11/fbpanel/files/patch-plugins::Makefile
Normal file
@ -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)
|
1
x11/fbpanel/pkg-message
Normal file
1
x11/fbpanel/pkg-message
Normal file
@ -0,0 +1 @@
|
||||
Please note that the cpu plugin has not been built due to compatibility reasons.
|
@ -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%%
|
||||
|
Loading…
Reference in New Issue
Block a user