Fri Oct 24 23:22:06 2008 UTC ()
Update to libxklavier 3.7.

3.7     A couple of essential bugfixes. Now all translated strings are in
        UTF-8 (even in 8-bit locales).
3.6     Added API for countries and languages


(jnemeth)
diff -r1.7 -r1.8 pkgsrc/x11/libxklavier/patches/patch-aa
diff -r1.6 -r1.7 pkgsrc/x11/libxklavier/patches/patch-ab

cvs diff -r1.7 -r1.8 pkgsrc/x11/libxklavier/patches/Attic/patch-aa (expand / switch to unified diff)

--- pkgsrc/x11/libxklavier/patches/Attic/patch-aa 2008/04/16 16:41:38 1.7
+++ pkgsrc/x11/libxklavier/patches/Attic/patch-aa 2008/10/24 23:22:06 1.8
@@ -1,42 +1,42 @@ @@ -1,42 +1,42 @@
1$NetBSD: patch-aa,v 1.7 2008/04/16 16:41:38 drochner Exp $ 1$NetBSD: patch-aa,v 1.8 2008/10/24 23:22:06 jnemeth Exp $
2 2
3--- configure.orig 2007-09-04 22:21:30.000000000 +0200 3--- configure.orig 2008-09-05 12:50:11.000000000 -0700
4+++ configure 4+++ configure
5@@ -22403,9 +22403,9 @@ fi 5@@ -14110,9 +14110,9 @@ fi
6  6
7 { echo "$as_me:$LINENO: checking whether at least one libxklavier backend is enabled" >&5 7 { echo "$as_me:$LINENO: checking whether at least one libxklavier backend is enabled" >&5
8 echo $ECHO_N "checking whether at least one libxklavier backend is enabled... $ECHO_C" >&6; } 8 echo $ECHO_N "checking whether at least one libxklavier backend is enabled... $ECHO_C" >&6; }
9-if test \( "$enable_xkb_support" == "yes" -a \ 9-if test \( "$enable_xkb_support" == "yes" -a \
10- "$libxkbfile_present" == "yes" \) -o \ 10- "$libxkbfile_present" == "yes" \) -o \
11- "$enable_xmodmap_support" == "yes" ; then 11- "$enable_xmodmap_support" == "yes" ; then
12+if test \( "$enable_xkb_support" = "yes" -a \ 12+if test \( "$enable_xkb_support" = "yes" -a \
13+ "$libxkbfile_present" = "yes" \) -o \ 13+ "$libxkbfile_present" = "yes" \) -o \
14+ "$enable_xmodmap_support" = "yes" ; then 14+ "$enable_xmodmap_support" = "yes" ; then
15 { echo "$as_me:$LINENO: result: yes" >&5 15 { echo "$as_me:$LINENO: result: yes" >&5
16 echo "${ECHO_T}yes" >&6; } 16 echo "${ECHO_T}yes" >&6; }
17 else 17 else
18@@ -24256,8 +24258,8 @@ fi 18@@ -16745,8 +16745,8 @@ fi
19  19
20 echo '**********************************************************' 20 echo '**********************************************************'
21 echo ' Libxklavier is configured with the following backends:' 21 echo ' Libxklavier is configured with the following backends:'
22-if test "$enable_xkb_support" == "yes" ; then 22-if test "$enable_xkb_support" == "yes" ; then
23- if test "$libxkbfile_present" == "yes" ; then 23- if test "$libxkbfile_present" == "yes" ; then
24+if test "$enable_xkb_support" = "yes" ; then 24+if test "$enable_xkb_support" = "yes" ; then
25+ if test "$libxkbfile_present" = "yes" ; then 25+ if test "$libxkbfile_present" = "yes" ; then
26 echo " XKB, libxkbfile is present" 26 echo " XKB, libxkbfile is present"
27 echo " default ruleset: $xkb_default_ruleset" 27 echo " default ruleset: $xkb_default_ruleset"
28 echo " base: $xkb_base" 28 echo " base: $xkb_base"
29@@ -24266,12 +24268,12 @@ if test "$enable_xkb_support" == "yes" ; 29@@ -16755,12 +16755,12 @@ if test "$enable_xkb_support" == "yes" ;
30 echo " XKB, libxkbfile is NOT present" 30 echo " XKB, libxkbfile is NOT present"
31 fi 31 fi
32 fi 32 fi
33-if test "$enable_xmodmap_support" == "yes" ; then 33-if test "$enable_xmodmap_support" == "yes" ; then
34+if test "$enable_xmodmap_support" = "yes" ; then 34+if test "$enable_xmodmap_support" = "yes" ; then
35 echo " xmodmap, default ruleset: $xmodmap_default_ruleset" 35 echo " xmodmap, default ruleset: $xmodmap_default_ruleset"
36 echo " base: $xmodmap_base" 36 echo " base: $xmodmap_base"
37 fi 37 fi
38  38
39-if test "$enable_gtk_doc" == "yes" ; then 39-if test "$enable_gtk_doc" == "yes" ; then
40+if test "$enable_gtk_doc" = "yes" ; then 40+if test "$enable_gtk_doc" = "yes" ; then
41 echo " gtk-doc enabled" 41 echo " gtk-doc enabled"
42 else 42 else

cvs diff -r1.6 -r1.7 pkgsrc/x11/libxklavier/patches/patch-ab (expand / switch to unified diff)

--- pkgsrc/x11/libxklavier/patches/patch-ab 2008/04/16 16:41:38 1.6
+++ pkgsrc/x11/libxklavier/patches/patch-ab 2008/10/24 23:22:06 1.7
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1$NetBSD: patch-ab,v 1.6 2008/04/16 16:41:38 drochner Exp $ 1$NetBSD: patch-ab,v 1.7 2008/10/24 23:22:06 jnemeth Exp $
2 2
3--- Makefile.in.orig 2008-02-28 15:49:53.000000000 +0100 3--- Makefile.in.orig 2008-02-28 15:49:53.000000000 +0100
4+++ Makefile.in 4+++ Makefile.in
5@@ -219,7 +219,7 @@ sbindir = @sbindir@ 5@@ -217,7 +217,7 @@ sbindir = @sbindir@
6 sharedstatedir = @sharedstatedir@ 6 sharedstatedir = @sharedstatedir@
7 sysconfdir = @sysconfdir@ 7 sysconfdir = @sysconfdir@
8 target_alias = @target_alias@ 8 target_alias = @target_alias@
9-SUBDIRS = libxklavier doc tests 9-SUBDIRS = libxklavier doc tests
10+SUBDIRS = libxklavier doc 10+SUBDIRS = libxklavier doc
11 EXTRA_DIST = libxklavier.spec libxklavier.spec.in \ 11 EXTRA_DIST = libxklavier.spec libxklavier.spec.in \
12 autogen.sh \ 12 autogen.sh \
13 CREDITS libxklavier.pc.in gtk-doc.make \ 13 CREDITS libxklavier.pc.in gtk-doc.make \