pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/lwm



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Mar 24 17:54:27 UTC 2020

Modified Files:
        pkgsrc/wm/lwm: Makefile distinfo
        pkgsrc/wm/lwm/patches: patch-aa

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/wm/lwm/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/wm/lwm/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/wm/lwm/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/wm/lwm/Makefile
diff -u pkgsrc/wm/lwm/Makefile:1.15 pkgsrc/wm/lwm/Makefile:1.16
--- pkgsrc/wm/lwm/Makefile:1.15 Tue Oct 23 10:24:14 2012
+++ pkgsrc/wm/lwm/Makefile      Tue Mar 24 17:54:27 2020
@@ -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/
 

Index: pkgsrc/wm/lwm/distinfo
diff -u pkgsrc/wm/lwm/distinfo:1.7 pkgsrc/wm/lwm/distinfo:1.8
--- pkgsrc/wm/lwm/distinfo:1.7  Mon Nov  2 23:42:53 2015
+++ pkgsrc/wm/lwm/distinfo      Tue Mar 24 17:54:27 2020
@@ -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

Index: pkgsrc/wm/lwm/patches/patch-aa
diff -u pkgsrc/wm/lwm/patches/patch-aa:1.3 pkgsrc/wm/lwm/patches/patch-aa:1.4
--- pkgsrc/wm/lwm/patches/patch-aa:1.3  Sun Jan 29 15:55:33 2012
+++ pkgsrc/wm/lwm/patches/patch-aa      Tue Mar 24 17:54:27 2020
@@ -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