diff options
author | sborrill <sborrill@pkgsrc.org> | 2007-06-16 13:09:37 +0000 |
---|---|---|
committer | sborrill <sborrill@pkgsrc.org> | 2007-06-16 13:09:37 +0000 |
commit | 2f1301bdfd2756c41a2dcc5e7833c4eac1049edf (patch) | |
tree | c18cee4e6c930ce4509e04b40d4aa50e6dcdaac4 | |
parent | 7efd4303f18c0e745033ba620c54abae5f693224 (diff) | |
download | pkgsrc-2f1301bdfd2756c41a2dcc5e7833c4eac1049edf.tar.gz |
Add x11/deskmenu
DeskMenu is a root menu program which is activated by clicking the root
window. It is configured from a .deskmenurc file in your home directory.
DeskMenu is useful for window managers which do not provide a menu such as
Oroborus.
-rw-r--r-- | doc/CHANGES-2007 | 3 | ||||
-rw-r--r-- | x11/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007 index 03abd160c5a..486064195d8 100644 --- a/doc/CHANGES-2007 +++ b/doc/CHANGES-2007 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2007,v 1.1403 2007/06/16 11:46:41 heinz Exp $ +$NetBSD: CHANGES-2007,v 1.1404 2007/06/16 13:09:37 sborrill Exp $ Changes to the packages collection and infrastructure in 2007: @@ -2627,3 +2627,4 @@ Changes to the packages collection and infrastructure in 2007: Updated devel/psvn to 25241 [taca 2007-06-16] Updated devel/netbsd-iscsi to 20070615 [agc 2007-06-16] Updated mail/p5-Mail-Audit to 2.219 [heinz 2007-06-16] + Added x11/deskmenu version 1.4.2 [sborrill 2007-06-16] diff --git a/x11/Makefile b/x11/Makefile index e33bbf2dc05..e06eb1d6447 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.508 2007/06/11 13:04:56 sborrill Exp $ +# $NetBSD: Makefile,v 1.509 2007/06/16 13:09:38 sborrill Exp $ # COMMENT= Packages to support the X window system @@ -26,6 +26,7 @@ SUBDIR+= blt SUBDIR+= bwidget SUBDIR+= compositeproto SUBDIR+= damageproto +SUBDIR+= deskmenu SUBDIR+= desklaunch SUBDIR+= devilspie SUBDIR+= dfm |