pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/dwm PR pkg/41731: maintainer update of wm/dwm to dw...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c374c991ed7c
branches:  trunk
changeset: 395879:c374c991ed7c
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Jul 15 20:35:18 2009 +0000

description:
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:

 wm/dwm/Makefile |  6 ++----
 wm/dwm/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 8 deletions(-)

diffs (39 lines):

diff -r 34d3d465438c -r c374c991ed7c wm/dwm/Makefile
--- a/wm/dwm/Makefile   Wed Jul 15 18:56:44 2009 +0000
+++ b/wm/dwm/Makefile   Wed Jul 15 20:35:18 2009 +0000
@@ -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@localhost
 HOMEPAGE=      http://dwm.suckless.org/
 COMMENT=       Dynamic window manager
-
 LICENSE=       mit
 
 PKG_DESTDIR_SUPPORT=   user-destdir
@@ -30,5 +29,4 @@
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
 
 .include "options.mk"
-
 .include "../../mk/bsd.pkg.mk"
diff -r 34d3d465438c -r c374c991ed7c wm/dwm/distinfo
--- a/wm/dwm/distinfo   Wed Jul 15 18:56:44 2009 +0000
+++ b/wm/dwm/distinfo   Wed Jul 15 20:35:18 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index