summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-03-24 17:54:27 +0000
committernia <nia@pkgsrc.org>2020-03-24 17:54:27 +0000
commit19a0f62f547173b6128550530799c76258f4aba4 (patch)
tree233c7bd20fc80c04c18bb7833c5708258b164964
parentb9ee5dd3172f790a86871c48d32fb77f1a21a09d (diff)
downloadpkgsrc-19a0f62f547173b6128550530799c76258f4aba4.tar.gz
lwm: Update to 1.2.4
2016-02-12 jfc York Patches from Greg Kenneky and other fixes for fullscreen windows. Released lvm-1.2.4. 2013-07-09 jfc York Applied a couple of minor patches suggested by Jari Aalto, the Debian package maintainer. Released lwm-1.2.3. 2009-11-24 jfc York Released lwm-1.2.2. 2009-11-20 jfc York Improved performance by only checking for pending X events when the socket it ready for reading. Fixed applyGravity() bug that caused frameless windows to be mis-positioned. Applied a workaround in destroy() to avoid error reports when closing windows. 2005-01-28 jfc York Applied a patch from Chris Reece that ensures that the popup menu does not disappear off the bottom of the screen.
-rw-r--r--wm/lwm/Makefile5
-rw-r--r--wm/lwm/distinfo12
-rw-r--r--wm/lwm/patches/patch-aa14
3 files changed, 11 insertions, 20 deletions
diff --git a/wm/lwm/Makefile b/wm/lwm/Makefile
index e6c3a898e6a..533a637a3df 100644
--- a/wm/lwm/Makefile
+++ b/wm/lwm/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2012/10/23 10:24:14 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2020/03/24 17:54:27 nia Exp $
-DISTNAME= lwm-1.2.1
-PKGREVISION= 1
+DISTNAME= lwm-1.2.4
CATEGORIES= x11 wm
MASTER_SITES= http://www.jfc.org.uk/files/lwm/
diff --git a/wm/lwm/distinfo b/wm/lwm/distinfo
index 0b17c883810..d8446e07266 100644
--- a/wm/lwm/distinfo
+++ b/wm/lwm/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2015/11/02 23:42:53 agc Exp $
+$NetBSD: distinfo,v 1.8 2020/03/24 17:54:27 nia Exp $
-SHA1 (lwm-1.2.1.tar.gz) = 9196b04cace0089f74d012e5ebf76741a18b0c51
-RMD160 (lwm-1.2.1.tar.gz) = 170545934b5aedf2a1e471cb8322be01744d1a58
-SHA512 (lwm-1.2.1.tar.gz) = d1a05285d617018d35cdc29b740f5f792f88e709fc199e8e4eaeb11e8951a831e622386fd948ea913fb10c0e31d6440e4aacf905c8ca2bb448633b62b73347ff
-Size (lwm-1.2.1.tar.gz) = 46309 bytes
-SHA1 (patch-aa) = a34da1c9ed5d03bb4c5081be8f9e8b62a7c03df3
+SHA1 (lwm-1.2.4.tar.gz) = 819309e7383e29f38e2a4edadf197c310d3b6c46
+RMD160 (lwm-1.2.4.tar.gz) = 664b2f70bb176c2b966cd2ddeece35b61c25f33b
+SHA512 (lwm-1.2.4.tar.gz) = bb4e394c43020b48dedf8c98702b68be7a580f9851d298ba2c6f0aacbd21719d8c772712e56cbbcc400e81a45ad7f4f29cb6e5f17d6dad76aef65029daf812c5
+Size (lwm-1.2.4.tar.gz) = 47519 bytes
+SHA1 (patch-aa) = 65693638a09e6f445513e7cc4ff5ad0dc0069090
diff --git a/wm/lwm/patches/patch-aa b/wm/lwm/patches/patch-aa
index 76ff9da5678..d3335bcfd08 100644
--- a/wm/lwm/patches/patch-aa
+++ b/wm/lwm/patches/patch-aa
@@ -1,16 +1,8 @@
-$NetBSD: patch-aa,v 1.3 2012/01/29 15:55:33 marino Exp $
+$NetBSD: patch-aa,v 1.4 2020/03/24 17:54:27 nia Exp $
---- Imakefile.orig 2004-09-30 13:20:36.000000000 +0000
+--- Imakefile.orig 2016-02-12 17:45:44.000000000 +0000
+++ Imakefile
-@@ -17,13 +17,13 @@ XCOMM Foundation, Inc., 59 Temple Place
-
- INCLUDES = -I$(TOP)
- DEPLIBS = $(DEPXLIB) $(DEPSMLIB)
--LOCAL_LIBRARIES = $(XLIB) $(SMLIB)
-+LOCAL_LIBRARIES = $(XLIB) $(SMLIB) -lICE
- DEFINES = -DSHAPE
-
- HEADERS = lwm.h ewmh.h
+@@ -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}