diff options
author | ben <ben> | 2005-01-27 14:39:33 +0000 |
---|---|---|
committer | ben <ben> | 2005-01-27 14:39:33 +0000 |
commit | ce738c1f78d97b039daf4e7229f42d2671c175c4 (patch) | |
tree | 53ac32b5455bd95e7c84a4e1733c2a9d3a0a015a /wm | |
parent | e4d3ba28651a806da3658cf802b13c456ade86f1 (diff) | |
download | pkgsrc-ce738c1f78d97b039daf4e7229f42d2671c175c4.tar.gz |
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.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/wmdrawer/DESCR | 12 | ||||
-rw-r--r-- | wm/wmdrawer/MESSAGE | 10 | ||||
-rw-r--r-- | wm/wmdrawer/Makefile | 28 | ||||
-rw-r--r-- | wm/wmdrawer/PLIST | 11 | ||||
-rw-r--r-- | wm/wmdrawer/distinfo | 4 |
5 files changed, 65 insertions, 0 deletions
diff --git a/wm/wmdrawer/DESCR b/wm/wmdrawer/DESCR new file mode 100644 index 00000000000..cca0754cac3 --- /dev/null +++ b/wm/wmdrawer/DESCR @@ -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. diff --git a/wm/wmdrawer/MESSAGE b/wm/wmdrawer/MESSAGE new file mode 100644 index 00000000000..a5ac96f3b43 --- /dev/null +++ b/wm/wmdrawer/MESSAGE @@ -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. + +=========================================================================== diff --git a/wm/wmdrawer/Makefile b/wm/wmdrawer/Makefile new file mode 100644 index 00000000000..49560817b0f --- /dev/null +++ b/wm/wmdrawer/Makefile @@ -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" diff --git a/wm/wmdrawer/PLIST b/wm/wmdrawer/PLIST new file mode 100644 index 00000000000..aba1b25ab9f --- /dev/null +++ b/wm/wmdrawer/PLIST @@ -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 diff --git a/wm/wmdrawer/distinfo b/wm/wmdrawer/distinfo new file mode 100644 index 00000000000..67b92a0cdfa --- /dev/null +++ b/wm/wmdrawer/distinfo @@ -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 |