summaryrefslogtreecommitdiff
path: root/x11/xgrk
diff options
context:
space:
mode:
authoris <is@pkgsrc.org>2006-04-10 13:48:31 +0000
committeris <is@pkgsrc.org>2006-04-10 13:48:31 +0000
commit3181108f890b5e411b402633d8ff5ea2c4456021 (patch)
tree1ecb468bac0f39ca252f56953a4871977c08a3d3 /x11/xgrk
parent6a99fbad5bb8cc5103e4f45e7245f09f9bdc7932 (diff)
downloadpkgsrc-3181108f890b5e411b402633d8ff5ea2c4456021.tar.gz
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 (limited to 'x11/xgrk')
-rw-r--r--x11/xgrk/Makefile3
-rw-r--r--x11/xgrk/distinfo3
-rw-r--r--x11/xgrk/patches/patch-ab20
3 files changed, 24 insertions, 2 deletions
diff --git a/x11/xgrk/Makefile b/x11/xgrk/Makefile
index 3758b7ac72c..aaf76108fd1 100644
--- a/x11/xgrk/Makefile
+++ b/x11/xgrk/Makefile
@@ -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 --git a/x11/xgrk/distinfo b/x11/xgrk/distinfo
index 31fa6f54645..98d7d3598cc 100644
--- a/x11/xgrk/distinfo
+++ b/x11/xgrk/distinfo
@@ -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 --git a/x11/xgrk/patches/patch-ab b/x11/xgrk/patches/patch-ab
new file mode 100644
index 00000000000..d506ab3eea0
--- /dev/null
+++ b/x11/xgrk/patches/patch-ab
@@ -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] =