diff options
author | reed <reed@pkgsrc.org> | 2004-06-05 21:05:58 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-06-05 21:05:58 +0000 |
commit | 35737f41a2eab34c1d7e9001b149f8866d1d2006 (patch) | |
tree | 59128936c9cf6d6fdffde3f2cf2e96a09db3a500 /x11 | |
parent | 76be89aa7aa4a34f8442455658b578693b5d025e (diff) | |
download | pkgsrc-35737f41a2eab34c1d7e9001b149f8866d1d2006.tar.gz |
Improve description and comment.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/fspanel/DESCR | 3 | ||||
-rw-r--r-- | x11/fspanel/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/fspanel/DESCR b/x11/fspanel/DESCR index bb01ae6843e..3b493d0e72b 100644 --- a/x11/fspanel/DESCR +++ b/x11/fspanel/DESCR @@ -3,4 +3,5 @@ lets you iconify and bring windows to front. FSPanel is tiny, less than 10k on i386-linux. It does require a EWMH compliant window manager though (eg. Enlightenment, SawFish, WindowMaker, IceWM). -Basically it's a tiny, lame, featureless panel. +Basically it's a tiny, lame, featureless panel. It doesn't provide +program launchers, menus, nor applets. diff --git a/x11/fspanel/Makefile b/x11/fspanel/Makefile index c464964277a..11c0df45595 100644 --- a/x11/fspanel/Makefile +++ b/x11/fspanel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/05/31 16:47:48 minskim Exp $ +# $NetBSD: Makefile,v 1.6 2004/06/05 21:05:58 reed Exp $ # DISTNAME= fspanel-0.8beta1 @@ -8,7 +8,7 @@ MASTER_SITES= http://www.chatjunkies.org/fspanel/ MAINTAINER= ptiJo@noos.fr HOMEPAGE= http://www.chatjunkies.org/fspanel/ -COMMENT= F***ing Small Panel +COMMENT= F***ing Small Panel for listing X11 windows PKG_INSTALLATION_TYPES= overwrite pkgviews |