pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/41731: Update wm/dwm to 5.6
>Number: 41731
>Category: pkg
>Synopsis: wm/dwm is not the latest stable version (not 5.6)
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Wed Jul 15 01:25:01 +0000 2009
>Originator: Leonardo Taccari
>Release: NetBSD 5.0
>Organization:
NetBSD Italia
>Environment:
System: NetBSD bianconiglio 5.0 NetBSD 5.0 (BIANCONIGLIO) #0: Thu Jun 4
18:34:43 CEST 2009
leot@bianconiglio:/usr/src/sys/arch/i386/compile/BIANCONIGLIO i386
Architecture: i386
Machine: i386
>Description:
wm/dwm in pkgsrc (5.5) is not the latest stable version (5.6).
I also "improved" the Makefile in order to follow the common pkgsrc
style
removing two blank lines (LICENSE after COMMENT and just a .include
"block"): no functional changes intended here.
>How-To-Repeat:
$ cd ${PKGSRCDIR}/wm/dwm && make show-var VARNAME=DISTNAME
and/or
$ cd ${PKGSRCDIR}/wm/dwm && make install
$ dwm -v
>Fix:
Please apply the attached patches. In order to save precious time I will
also attach a possible commit message regarding dwm's changes.
For more information please give a look to these two mails:
http://lists.suckless.org/dev/0907/0563.html
http://lists.suckless.org/dev/0907/0566.html
Thanks in advance!
``
[...]
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
''
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/wm/dwm/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo 14 Jun 2009 22:45:12 -0000 1.7
+++ distinfo 14 Jul 2009 22:32:12 -0000
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.7 2009/06/14 22:45:12 ahoka 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
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/wm/dwm/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- Makefile 14 Jun 2009 22:45:12 -0000 1.7
+++ Makefile 14 Jul 2009 22:32:00 -0000
@@ -1,14 +1,13 @@
# $NetBSD: Makefile,v 1.7 2009/06/14 22:45:12 ahoka 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 @@ SUBST_SED.makefile+= -e 's/cc/${CC:Q}/'
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
.include "options.mk"
-
.include "../../mk/bsd.pkg.mk"
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index