pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/lwm lwm: Update to 1.2.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff28585604da
branches:  trunk
changeset: 414247:ff28585604da
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Mar 24 17:54:27 2020 +0000

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

diffstat:

 wm/lwm/Makefile         |   5 ++---
 wm/lwm/distinfo         |  12 ++++++------
 wm/lwm/patches/patch-aa |  14 +++-----------
 3 files changed, 11 insertions(+), 20 deletions(-)

diffs (53 lines):

diff -r c5a8678bab14 -r ff28585604da wm/lwm/Makefile
--- a/wm/lwm/Makefile   Tue Mar 24 17:53:06 2020 +0000
+++ b/wm/lwm/Makefile   Tue Mar 24 17:54:27 2020 +0000
@@ -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 -r c5a8678bab14 -r ff28585604da wm/lwm/distinfo
--- a/wm/lwm/distinfo   Tue Mar 24 17:53:06 2020 +0000
+++ b/wm/lwm/distinfo   Tue Mar 24 17:54:27 2020 +0000
@@ -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 -r c5a8678bab14 -r ff28585604da wm/lwm/patches/patch-aa
--- a/wm/lwm/patches/patch-aa   Tue Mar 24 17:53:06 2020 +0000
+++ b/wm/lwm/patches/patch-aa   Tue Mar 24 17:54:27 2020 +0000
@@ -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}
  



Home | Main Index | Thread Index | Old Index