Updated ibus-541492-xkb.patch

This commit is contained in:
Takao Fujiwara 2011-05-26 15:02:59 +09:00
parent 692f6caa14
commit edef368983
2 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
From 161cbcc46feb27e52b6579fe4b0b328386f230e9 Mon Sep 17 00:00:00 2001
From 63051a74572fcd4caf496c87a3eebb058ba93bc0 Mon Sep 17 00:00:00 2001
From: fujiwarat <takao.fujiwara1@gmail.com>
Date: Wed, 25 May 2011 18:51:13 +0900
Date: Thu, 26 May 2011 14:55:31 +0900
Subject: [PATCH] Add XKB layouts
---
@ -3343,7 +3343,7 @@ index 0000000..09d506d
+#endif
diff --git a/xkb/xkbxml.c b/xkb/xkbxml.c
new file mode 100644
index 0000000..5e9885c
index 0000000..f5582ff
--- /dev/null
+++ b/xkb/xkbxml.c
@@ -0,0 +1,696 @@
@ -3986,8 +3986,8 @@ index 0000000..5e9885c
+
+ g_return_val_if_fail (lang != NULL && layout != NULL, NULL);
+
+ if (layout_desc && variant_desc) {
+ longname = g_strdup_printf ("%s - %s", layout_desc, variant_desc);
+ if (variant_desc) {
+ longname = g_strdup (variant_desc);
+ } else if (layout && variant) {
+ longname = g_strdup_printf ("%s - %s", layout, variant);
+ } else if (layout_desc) {

View File

@ -13,7 +13,7 @@
Name: ibus
Version: 1.3.99.20110408
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Intelligent Input Bus for Linux OS
License: LGPLv2+
Group: System Environment/Libraries
@ -328,7 +328,7 @@ fi
%{_datadir}/gtk-doc/html/*
%changelog
* Wed May 25 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110408-4
* Thu May 26 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110408-5
- Added ibus-HEAD.patch
Fixed Bug 697471 - ibus-gconf zombie when restart ibus from ibus panel.
- Updated ibus-541492-xkb.patch