Initial import of wmdrawer-0.10.5, a drawer (retractable button bar) to
launch applications. wmDrawer is a dock application (dockapp) which provides a drawer (retractable button bar) to launch applications. - The drawer is retractable and animated. - Several columns of buttons can be defined in the drawer. - The configuration file is automaticaly reloaded if it changes. - Multiple instances of the program can run at the same time. - The buttons can be highlighted under the mouse cursor. - A tooltip can be defined for each button. - The drawer can be transparent (need SHAPE extension). - Ability to launch several apps at once from the drawer. By holding down the key Shift or by using mouse buttons middle or right instead of left, you can keep the drawer opened.
This commit is contained in:
parent
acdeeae5e7
commit
493e46426e
5 changed files with 65 additions and 0 deletions
12
wm/wmdrawer/DESCR
Normal file
12
wm/wmdrawer/DESCR
Normal file
|
@ -0,0 +1,12 @@
|
|||
wmDrawer is a dock application (dockapp) which provides a drawer
|
||||
(retractable button bar) to launch applications.
|
||||
- The drawer is retractable and animated.
|
||||
- Several columns of buttons can be defined in the drawer.
|
||||
- The configuration file is automaticaly reloaded if it changes.
|
||||
- Multiple instances of the program can run at the same time.
|
||||
- The buttons can be highlighted under the mouse cursor.
|
||||
- A tooltip can be defined for each button.
|
||||
- The drawer can be transparent (need SHAPE extension).
|
||||
- Ability to launch several apps at once from the drawer.
|
||||
By holding down the key Shift or by using mouse buttons middle or
|
||||
right instead of left, you can keep the drawer opened.
|
10
wm/wmdrawer/MESSAGE
Normal file
10
wm/wmdrawer/MESSAGE
Normal file
|
@ -0,0 +1,10 @@
|
|||
===========================================================================
|
||||
$NetBSD: MESSAGE,v 1.1.1.1 2005/01/27 14:39:33 ben Exp $
|
||||
|
||||
You can use the example configuration file which was installed there :
|
||||
|
||||
${PREFIX}/share/examples/wmdrawer/wmdrawerrc.example
|
||||
|
||||
Copy it as $HOME/.wmdrawerrc and edit to fit your needs.
|
||||
|
||||
===========================================================================
|
28
wm/wmdrawer/Makefile
Normal file
28
wm/wmdrawer/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2005/01/27 14:39:33 ben Exp $
|
||||
#
|
||||
|
||||
DISTNAME= wmdrawer-0.10.5
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://people.easter-eggs.org/~valos/wmdrawer/
|
||||
|
||||
MAINTAINER= Joel CARNAT <joel@carnat.net>
|
||||
HOMEPAGE= http://people.easter-eggs.org/~valos/wmdrawer/
|
||||
COMMENT= Drawer (retractable button bar) to launch applications
|
||||
|
||||
USE_BUILDLINK3= yes
|
||||
USE_GNU_TOOLS+= make
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/wmdrawer ${PREFIX}/bin
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/wmdrawer
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/wmdrawer
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/wmdrawer.1x.gz ${PREFIX}/man/man1
|
||||
${INSTALL_DATA} ${WRKSRC}/wmdrawerrc.example ${PREFIX}/share/examples/wmdrawer
|
||||
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/wmdrawer
|
||||
${INSTALL_DATA} ${WRKSRC}/AUTHORS ${PREFIX}/share/doc/wmdrawer
|
||||
${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/wmdrawer
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wmdrawer
|
||||
${INSTALL_DATA} ${WRKSRC}/TODO ${PREFIX}/share/doc/wmdrawer
|
||||
|
||||
.include "../../graphics/gdk-pixbuf/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
11
wm/wmdrawer/PLIST
Normal file
11
wm/wmdrawer/PLIST
Normal file
|
@ -0,0 +1,11 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/27 14:39:33 ben Exp $
|
||||
bin/wmdrawer
|
||||
share/doc/wmdrawer/AUTHORS
|
||||
share/doc/wmdrawer/COPYING
|
||||
share/doc/wmdrawer/ChangeLog
|
||||
share/doc/wmdrawer/README
|
||||
share/doc/wmdrawer/TODO
|
||||
man/man1/wmdrawer.1x.gz
|
||||
share/examples/wmdrawer/wmdrawerrc.example
|
||||
@dirrm share/examples/wmdrawer
|
||||
@dirrm share/doc/wmdrawer
|
4
wm/wmdrawer/distinfo
Normal file
4
wm/wmdrawer/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2005/01/27 14:39:33 ben Exp $
|
||||
|
||||
SHA1 (wmdrawer-0.10.5.tar.gz) = ee3a7dc01fc30fddce0a4618b061e1e5cc8e4570
|
||||
Size (wmdrawer-0.10.5.tar.gz) = 49413 bytes
|
Loading…
Reference in a new issue