pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xgrk Use XK_VoidSymbol instead of XK_FN30/31 as d...
details: https://anonhg.NetBSD.org/pkgsrc/rev/834ff18dd945
branches: trunk
changeset: 511157:834ff18dd945
user: is <is%pkgsrc.org@localhost>
date: Mon Apr 10 13:48:31 2006 +0000
description:
Use XK_VoidSymbol instead of XK_FN30/31 as dummy keysyms. For some X
servers, apparently dynamically creating the tables didn't work, so the
static tables are actualy used.
diffstat:
x11/xgrk/Makefile | 3 ++-
x11/xgrk/distinfo | 3 ++-
x11/xgrk/patches/patch-ab | 20 ++++++++++++++++++++
3 files changed, 24 insertions(+), 2 deletions(-)
diffs (49 lines):
diff -r 2f6d27225d4a -r 834ff18dd945 x11/xgrk/Makefile
--- a/x11/xgrk/Makefile Mon Apr 10 13:38:36 2006 +0000
+++ b/x11/xgrk/Makefile Mon Apr 10 13:48:31 2006 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/04/04 09:33:36 is Exp $
+# $NetBSD: Makefile,v 1.2 2006/04/10 13:48:31 is Exp $
#
DISTNAME= xgrk-1.6.3
+PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://www.softlab.ece.ntua.gr/~sivann/xgrk/
EXTRACT_SUFX= .tar.gz
diff -r 2f6d27225d4a -r 834ff18dd945 x11/xgrk/distinfo
--- a/x11/xgrk/distinfo Mon Apr 10 13:38:36 2006 +0000
+++ b/x11/xgrk/distinfo Mon Apr 10 13:48:31 2006 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/04/04 09:33:36 is Exp $
+$NetBSD: distinfo,v 1.2 2006/04/10 13:48:31 is Exp $
SHA1 (xgrk-1.6.3.tar.gz) = 0cfe79190225d1cf3e5489c7674b4294d793d14b
RMD160 (xgrk-1.6.3.tar.gz) = 70c6f41f29f04ccac5662544cfb45e10dbc5eb7c
Size (xgrk-1.6.3.tar.gz) = 25039 bytes
SHA1 (patch-aa) = 3907d6e476576390cae8d3bfd1b49a0b5b853419
+SHA1 (patch-ab) = 493d021068e09cdce68d9bfa99f2738950663650
diff -r 2f6d27225d4a -r 834ff18dd945 x11/xgrk/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xgrk/patches/patch-ab Mon Apr 10 13:48:31 2006 +0000
@@ -0,0 +1,20 @@
+$NetBSD: patch-ab,v 1.1 2006/04/10 13:48:31 is Exp $
+
+--- xgrk.h.orig 2001-03-19 19:27:54.000000000 +0100
++++ xgrk.h
+@@ -16,13 +16,13 @@
+ #define XK_MISCELLANY
+ #include <X11/keysymdef.h>
+
++/*
+ #define DUMMY1 XK_F30
+ #define DUMMY2 XK_F31
++*/
+
+-/*
+ #define DUMMY1 XK_VoidSymbol
+ #define DUMMY2 XK_VoidSymbol
+-*/
+
+ /*keycode,l_case,u_case (greek) */
+ KeySym greek_plain[27][3] =
Home |
Main Index |
Thread Index |
Old Index