diff options
author | tnn <tnn@pkgsrc.org> | 2009-07-15 20:35:18 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-07-15 20:35:18 +0000 |
commit | ce06a4a977e17058ab75305abbc5279ddd2475db (patch) | |
tree | 63c0036a03d46f93a8789fcae5168f6ffa4b7227 /wm | |
parent | f0a2b0888a32b9f33a6342a7e01a5c5b447e33f4 (diff) | |
download | pkgsrc-ce06a4a977e17058ab75305abbc5279ddd2475db.tar.gz |
PR pkg/41731: maintainer update of wm/dwm to dwm-5.6.
Changes:
o new Xinerama support that creates a view per Xinerama screen.
Focusing different screens works using the mouse or
the new shortcuts Mod1-. and Mod1-, (or Mod1-Shift-, and Mod1-Shift-.
for sending windows to next/prev screen).
o Extended Rule structure in config.h with an additional monitor field
(-1 if a client should be assigned to the selected screen, or 0.. for a
specific screen)
o Several bugfixes in the resize handling
Diffstat (limited to 'wm')
-rw-r--r-- | wm/dwm/Makefile | 6 | ||||
-rw-r--r-- | wm/dwm/distinfo | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/wm/dwm/Makefile b/wm/dwm/Makefile index 6bdd6736706..00278f03352 100644 --- a/wm/dwm/Makefile +++ b/wm/dwm/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.7 2009/06/14 22:45:12 ahoka Exp $ +# $NetBSD: Makefile,v 1.8 2009/07/15 20:35:18 tnn Exp $ # -DISTNAME= dwm-5.5 +DISTNAME= dwm-5.6 CATEGORIES= wm MASTER_SITES= http://code.suckless.org/dl/dwm/ MAINTAINER= leot1990@users.sourceforge.net HOMEPAGE= http://dwm.suckless.org/ COMMENT= Dynamic window manager - LICENSE= mit PKG_DESTDIR_SUPPORT= user-destdir @@ -30,5 +29,4 @@ SUBST_SED.makefile+= -e 's/cc/${CC:Q}/' INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 .include "options.mk" - .include "../../mk/bsd.pkg.mk" diff --git a/wm/dwm/distinfo b/wm/dwm/distinfo index 30e2a3a483d..6b72508b2c5 100644 --- a/wm/dwm/distinfo +++ b/wm/dwm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2009/06/14 22:45:12 ahoka Exp $ +$NetBSD: distinfo,v 1.8 2009/07/15 20:35:18 tnn Exp $ -SHA1 (dwm-5.5.tar.gz) = ad756106b1bd3a7429127246f577f2842b3a4fd6 -RMD160 (dwm-5.5.tar.gz) = 045decca40dea064b89b48e86cd2cbe00f546aef -Size (dwm-5.5.tar.gz) = 17959 bytes +SHA1 (dwm-5.6.tar.gz) = 51c46de13c26d2e63fde06530a079e45f8b5116e +RMD160 (dwm-5.6.tar.gz) = 824609f80b73d8dfa1b757d93ae0325573b1de90 +Size (dwm-5.6.tar.gz) = 19294 bytes |