diff options
author | asau <asau@pkgsrc.org> | 2012-02-02 21:50:18 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-02-02 21:50:18 +0000 |
commit | 9f2cda556380ae11b7f19afdd559a7be94a8e2ad (patch) | |
tree | 0a29f23dda716e2cc07dd6c6ba1a1ab47f9d9f5a | |
parent | b33e07fb1c1eb6121a5dc7a74012e443dff7af8f (diff) | |
download | pkgsrc-9f2cda556380ae11b7f19afdd559a7be94a8e2ad.tar.gz |
Update to dwm 6.0
From Bug Hunting in PR pkg/45737
Changes in the 6.0:
- several Xinerama fixes;
- a new approach to hide clients into negative space rather than positive;
- the return of the nmaster functionality (Mod1-i, Mod1-d);
- better EWHM support for floating windows;
- fixed sloppy focussing of empty screens;
- a new default color scheme (actually a new old one, now bluedark rather than
bluegray).
-rw-r--r-- | wm/dwm/Makefile | 4 | ||||
-rw-r--r-- | wm/dwm/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/wm/dwm/Makefile b/wm/dwm/Makefile index 8286af58d7e..3885430bea5 100644 --- a/wm/dwm/Makefile +++ b/wm/dwm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2011/08/07 20:58:40 gls Exp $ +# $NetBSD: Makefile,v 1.13 2012/02/02 21:50:18 asau Exp $ # -DISTNAME= dwm-5.9 +DISTNAME= dwm-6.0 CATEGORIES= wm MASTER_SITES= http://dl.suckless.org/dwm/ diff --git a/wm/dwm/distinfo b/wm/dwm/distinfo index 37626f313c7..779aa5c6351 100644 --- a/wm/dwm/distinfo +++ b/wm/dwm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2011/08/07 20:58:40 gls Exp $ +$NetBSD: distinfo,v 1.13 2012/02/02 21:50:18 asau Exp $ -SHA1 (dwm-5.9.tar.gz) = 45d011b70cee0208c43b756650c6f736e0c8661b -RMD160 (dwm-5.9.tar.gz) = 92af278597db706fb2a4b63aa9169a3ef612cd2c -Size (dwm-5.9.tar.gz) = 20517 bytes +SHA1 (dwm-6.0.tar.gz) = 35346f873a27f219ae266594b3690407f95d06ef +RMD160 (dwm-6.0.tar.gz) = 6ecd03a2fc8a6f9fd436e8f58dedc305c4a5bbf7 +Size (dwm-6.0.tar.gz) = 20810 bytes |