pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/icewm Apply patch from Richard Braun to fix the Num...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d94edddfffeb
branches:  trunk
changeset: 483197:d94edddfffeb
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Nov 09 07:58:14 2004 +0000

description:
Apply patch from Richard Braun to fix the Numlock+Win95 keys problem
reported in http://mail-index.netbsd.org/tech-pkg/2004/10/21/0008.html.

diffstat:

 wm/icewm/Makefile.common  |  10 +++++-----
 wm/icewm/distinfo         |   3 ++-
 wm/icewm/patches/patch-ae |  22 ++++++++++++++++++++++
 3 files changed, 29 insertions(+), 6 deletions(-)

diffs (65 lines):

diff -r 2add01adc740 -r d94edddfffeb wm/icewm/Makefile.common
--- a/wm/icewm/Makefile.common  Tue Nov 09 06:44:32 2004 +0000
+++ b/wm/icewm/Makefile.common  Tue Nov 09 07:58:14 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.38 2004/09/01 11:08:46 recht Exp $
+# $NetBSD: Makefile.common,v 1.39 2004/11/09 07:58:14 xtraeme Exp $
 
 DISTNAME=              icewm-1.2.16
 CATEGORIES=            x11 wm
@@ -7,13 +7,13 @@
 MAINTAINER=            tech-pkg%NetBSD.org@localhost
 HOMEPAGE=              http://icewm.sourceforge.net/
 
-GNU_CONFIGURE=         # defined
+GNU_CONFIGURE=         yes
 USE_BUILDLINK3=                yes
-USE_X11=               # defined
+USE_X11=               yes
 USE_GNU_TOOLS+=                make
 USE_PKGINSTALL=                yes
-USE_PKGLOCALEDIR=      # defined
-BUILD_USES_MSGFMT=     # defined
+USE_PKGLOCALEDIR=      yes
+BUILD_USES_MSGFMT=     yes
 
 DISTINFO_FILE=         ${.CURDIR}/../../wm/icewm/distinfo
 FILESDIR=              ${.CURDIR}/../../wm/icewm/files
diff -r 2add01adc740 -r d94edddfffeb wm/icewm/distinfo
--- a/wm/icewm/distinfo Tue Nov 09 06:44:32 2004 +0000
+++ b/wm/icewm/distinfo Tue Nov 09 07:58:14 2004 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.19 2004/09/01 11:08:46 recht Exp $
+$NetBSD: distinfo,v 1.20 2004/11/09 07:58:14 xtraeme Exp $
 
 SHA1 (icewm-1.2.16.tar.gz) = 79f8e011fa601943714c034c06ae1654bb834c9e
 Size (icewm-1.2.16.tar.gz) = 947114 bytes
 SHA1 (patch-ac) = 2f04935c54e8ea8f6dccfe2c9b37c9c16df88bc6
 SHA1 (patch-ad) = 8efab7cb50ce5bdb7d218caa232ae501dd064424
+SHA1 (patch-ae) = 2b0fd5802595021440ac97c29de13f66e08e1190
diff -r 2add01adc740 -r d94edddfffeb wm/icewm/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/icewm/patches/patch-ae Tue Nov 09 07:58:14 2004 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-ae,v 1.9 2004/11/09 07:58:14 xtraeme Exp $
+
+--- src/wmmgr.cc.orig  2004-11-09 08:54:16.000000000 +0100
++++ src/wmmgr.cc       2004-11-09 08:55:05.000000000 +0100
+@@ -203,7 +203,7 @@
+     if (xapp->WinMask && win95keys) {
+         ///  !!! fix -- allow apps to use remaining key combos (except single press)
+         if (xapp->Win_L) {
+-#if 0
++#if 1
+             grabKey(xapp->Win_L, 0);
+ #else
+ 
+@@ -214,7 +214,7 @@
+ #endif
+         }
+         if (xapp->Win_R) {
+-#if 0
++#if 1
+             grabKey(xapp->Win_R, 0);
+ #else
+             KeyCode keycode = XKeysymToKeycode(xapp->display(), xapp->Win_R);



Home | Main Index | Thread Index | Old Index