diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-09 23:34:38 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-09 23:34:38 +0000 |
commit | f7bccd088718fdd047f20d73562a391c4422d701 (patch) | |
tree | 36e686f4d3a4c1093eec0b8c79b48164a7785de0 /x11/fbpanel | |
parent | da9742a3fce0b4921ba57ccbf9641e9dbb51ec59 (diff) | |
download | ports-f7bccd088718fdd047f20d73562a391c4422d701.tar.gz ports-f7bccd088718fdd047f20d73562a391c4422d701.zip |
Notes
Diffstat (limited to 'x11/fbpanel')
-rw-r--r-- | x11/fbpanel/Makefile | 4 | ||||
-rw-r--r-- | x11/fbpanel/distinfo | 4 | ||||
-rw-r--r-- | x11/fbpanel/files/patch-plugins::Makefile | 11 | ||||
-rw-r--r-- | x11/fbpanel/pkg-plist | 2 |
4 files changed, 6 insertions, 15 deletions
diff --git a/x11/fbpanel/Makefile b/x11/fbpanel/Makefile index 31a83440d0f8..bbaede4f348f 100644 --- a/x11/fbpanel/Makefile +++ b/x11/fbpanel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fbpanel -PORTVERSION= 3.18 +PORTVERSION= 4.1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +18,7 @@ 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} --transparency +CONFIGURE_ARGS= --prefix=${PREFIX} --cpu=off USE_GMAKE= yes MAN1= fbpanel.1 diff --git a/x11/fbpanel/distinfo b/x11/fbpanel/distinfo index f7be3502e0f4..b36a5c7aa138 100644 --- a/x11/fbpanel/distinfo +++ b/x11/fbpanel/distinfo @@ -1,2 +1,2 @@ -MD5 (fbpanel-3.18.tgz) = 4dcbfb690e230ccb12a2c9cef71b0ef8 -SIZE (fbpanel-3.18.tgz) = 84037 +MD5 (fbpanel-4.1.tgz) = 70c1b3f9682a0cce0d6b5477b2bc83e4 +SIZE (fbpanel-4.1.tgz) = 96191 diff --git a/x11/fbpanel/files/patch-plugins::Makefile b/x11/fbpanel/files/patch-plugins::Makefile deleted file mode 100644 index f475b4dca68c..000000000000 --- a/x11/fbpanel/files/patch-plugins::Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 --git a/x11/fbpanel/pkg-plist b/x11/fbpanel/pkg-plist index 3fcb73da4893..a4b533dfa38a 100644 --- a/x11/fbpanel/pkg-plist +++ b/x11/fbpanel/pkg-plist @@ -8,6 +8,8 @@ bin/fbpanel %%DATADIR%%/images/Networking.png %%DATADIR%%/images/bottom-left.xpm %%DATADIR%%/images/bottom-right.xpm +%%DATADIR%%/images/default.xpm +%%DATADIR%%/images/settings.png %%DATADIR%%/images/top-left.xpm %%DATADIR%%/images/top-right.xpm %%DATADIR%%/pager |