From 88b5c6ec7ae49c46631575972156967519af2cf9 Mon Sep 17 00:00:00 2001 From: tnn Date: Wed, 15 Jul 2009 20:35:18 +0000 Subject: 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 --- wm/dwm/Makefile | 6 ++---- wm/dwm/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 8 deletions(-) (limited to 'wm/dwm') 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 -- cgit v1.2.3