diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-02-17 21:51:52 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-02-17 21:51:52 +0000 |
commit | 00a3088defb89bdc507c0c73dce761aea598eb74 (patch) | |
tree | 645cc7e67caa86187b31b937685d9f57841ac2b3 /x11/fbdesk | |
parent | c0120deb5c24c6c7329d7820c54ede75532b7891 (diff) | |
download | pkgsrc-00a3088defb89bdc507c0c73dce761aea598eb74.tar.gz |
Initial import of x11/fbdesk into pkgsrc. This package was submitted by
Juan RP (juan at xtraeme dot dyndns dot org) in PR pkg/20174.
DESCR:
FbDesk is a fluxbox-util application that creates and manage icons on your
Fluxbox desktop. Features:
* XPM and PNG image loading
* Antialias text
* UTF-8 and multibyte support
* Vertical text
* Grid Snapping
* GUI for editing command/label and add/remove icons
* Fluxbox menu style
Diffstat (limited to 'x11/fbdesk')
-rw-r--r-- | x11/fbdesk/DESCR | 10 | ||||
-rw-r--r-- | x11/fbdesk/Makefile | 23 | ||||
-rw-r--r-- | x11/fbdesk/PLIST | 2 | ||||
-rw-r--r-- | x11/fbdesk/distinfo | 4 |
4 files changed, 39 insertions, 0 deletions
diff --git a/x11/fbdesk/DESCR b/x11/fbdesk/DESCR new file mode 100644 index 00000000000..7593c5eb881 --- /dev/null +++ b/x11/fbdesk/DESCR @@ -0,0 +1,10 @@ +FbDesk is a fluxbox-util application that creates and manage icons on your +Fluxbox desktop. Features: + +* XPM and PNG image loading +* Antialias text +* UTF-8 and multibyte support +* Vertical text +* Grid Snapping +* GUI for editing command/label and add/remove icons +* Fluxbox menu style diff --git a/x11/fbdesk/Makefile b/x11/fbdesk/Makefile new file mode 100644 index 00000000000..025babf1164 --- /dev/null +++ b/x11/fbdesk/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/02/17 21:51:52 jschauma Exp $ +# + +DISTNAME= fbdesk-1.1.3 +CATEGORIES= x11 wm +MASTER_SITES= http://fluxbox.sourceforge.net/download/ + +MAINTAINER= jrp@hispabsd.org +HOMEPAGE= http://fluxbox.sourceforge.net/fbdesk/ +COMMENT= Application that creates and manage icons on your Fluxbox desktop + +DEPENDS+= fluxbox:../../wm/fluxbox + +USE_BUILDLINK2= YES +USE_LIBTOOL= YES +GNU_CONFIGURE= YES +USE_X11= YES + +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool + +.include "../../graphics/png/buildlink2.mk" +.include "../../fonts/Xft2/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/fbdesk/PLIST b/x11/fbdesk/PLIST new file mode 100644 index 00000000000..6113fa9242b --- /dev/null +++ b/x11/fbdesk/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/02/17 21:51:52 jschauma Exp $ +bin/fbdesk diff --git a/x11/fbdesk/distinfo b/x11/fbdesk/distinfo new file mode 100644 index 00000000000..4ba35292df9 --- /dev/null +++ b/x11/fbdesk/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/02/17 21:51:52 jschauma Exp $ + +SHA1 (fbdesk-1.1.3.tar.gz) = a9e1308edf3719f33a987f662216cc3afc3f5798 +Size (fbdesk-1.1.3.tar.gz) = 250407 bytes |