summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-05-26 13:52:54 +0000
committeradam <adam@pkgsrc.org>2004-05-26 13:52:54 +0000
commitb4cb6f4adbc2d9d297ae50ceac5cea07df59bc6d (patch)
tree92d71f3f79414cc599fd8c525ce1d82c5a835d3d
parentcf1b31001fa76a283c5aabcf74325d3eb5153238 (diff)
downloadpkgsrc-b4cb6f4adbc2d9d297ae50ceac5cea07df59bc6d.tar.gz
Changes 1.2.0:
* Fixed bug (reported by Eugene Wong) where resizing the top of a window would cause it to jump up several pixels. The height of the titlebar was not being considered when calculating mouse motion in reshaping_motionnotify(). * Modified manage() to avoid autoplacing windows during initialisation. * Applied patch from Elliott that gives focus to new windows in click-to-focus mode. * Changed the buttonpress code in disp.c to ignore scroll wheel "clicks". * Modified Client_Remove so that, in click-to-focus mode, it refocuses on the most sensible window (either the top window, or the window that the closing window was a transient for). * Attempted to fix the edit placement bug by adding titleHeight() to the supplied X coordinate during a ConfigureRequest event, and not attempting to fix clients that don't supply a border width during a configure request. * Fixed fullscreen-mode bug where galeon windows appeared to jump up and to the left after the first click.
-rw-r--r--wm/lwm/Makefile13
-rw-r--r--wm/lwm/distinfo8
-rw-r--r--wm/lwm/patches/patch-aa10
3 files changed, 13 insertions, 18 deletions
diff --git a/wm/lwm/Makefile b/wm/lwm/Makefile
index ca57e198750..265c72cc881 100644
--- a/wm/lwm/Makefile
+++ b/wm/lwm/Makefile
@@ -1,18 +1,13 @@
-# $NetBSD: Makefile,v 1.6 2004/01/20 12:27:35 agc Exp $
-#
+# $NetBSD: Makefile,v 1.7 2004/05/26 13:52:54 adam Exp $
-DISTNAME= lwm
-PKGNAME= lwm-1.00
+DISTNAME= lwm-1.2.0
CATEGORIES= x11 wm
-MASTER_SITES= http://users.ch.genedata.com/~enh/lwm/
+MASTER_SITES= http://www.jfc.org.uk/files/lwm/
MAINTAINER= jwise@NetBSD.org
-HOMEPAGE= http://users.ch.genedata.com/~enh/lwm/
+HOMEPAGE= http://www.jfc.org.uk/software/lwm.html
COMMENT= Lightweight Window Manager
-WRKSRC= ${WRKDIR}/lwm-1.00
-DIST_SUBDIR= ${PKGNAME}
-
USE_IMAKE= YES
.include "../../mk/bsd.pkg.mk"
diff --git a/wm/lwm/distinfo b/wm/lwm/distinfo
index dad8b14cc6a..ee3b7be3cfe 100644
--- a/wm/lwm/distinfo
+++ b/wm/lwm/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2001/04/17 16:03:46 agc Exp $
+$NetBSD: distinfo,v 1.3 2004/05/26 13:52:54 adam Exp $
-SHA1 (lwm-1.00/lwm.tar.gz) = bd0e6d06c3c999f1364312fe6b505288dec9c12a
-Size (lwm-1.00/lwm.tar.gz) = 23609 bytes
-SHA1 (patch-aa) = 6b1dae47397b33f4071583338e33f5f410c9dd24
+SHA1 (lwm-1.2.0.tar.gz) = aa5cb806fdd4a106bfdcbf1c3f29c93511bdc5ba
+Size (lwm-1.2.0.tar.gz) = 45622 bytes
+SHA1 (patch-aa) = fb167ce7a2e457b2c2e3e5ee27b8e66e9ad02327
diff --git a/wm/lwm/patches/patch-aa b/wm/lwm/patches/patch-aa
index c2dfe02fed7..80bfd65d29c 100644
--- a/wm/lwm/patches/patch-aa
+++ b/wm/lwm/patches/patch-aa
@@ -1,9 +1,9 @@
-$NetBSD: patch-aa,v 1.1.1.1 2000/12/12 02:03:48 wiz Exp $
+$NetBSD: patch-aa,v 1.2 2004/05/26 13:52:54 adam Exp $
---- Imakefile.orig Wed Oct 20 10:33:03 1999
-+++ Imakefile Mon Feb 28 01:22:33 2000
-@@ -7,6 +7,6 @@
- SRCS = lwm.c manage.c mouse.c client.c cursor.c error.c disp.c shape.c resource.c
+--- Imakefile.orig 2003-12-08 23:22:27.000000000 +0000
++++ Imakefile
+@@ -24,6 +24,6 @@ HEADERS = lwm.h ewmh.h
+ SRCS = lwm.c manage.c mouse.c client.c cursor.c error.c disp.c shape.c resource.c session.c ewmh.c
OBJS = ${SRCS:.c=.o}
-ComplexProgramTarget(lwm)