Fixes symbol icons
This commit is contained in:
parent
19600bfcf2
commit
720580cefc
@ -0,0 +1,69 @@
|
||||
From 409a626442945e4a4a10b9c31e2fc62fb5d248a0 Mon Sep 17 00:00:00 2001
|
||||
From: Peng Wu <alexepico@gmail.com>
|
||||
Date: Mon, 26 Nov 2012 16:58:37 +0800
|
||||
Subject: [PATCH 1/2] fixes symbol icons
|
||||
|
||||
---
|
||||
src/libpinyin.xml.in.in | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/src/libpinyin.xml.in.in b/src/libpinyin.xml.in.in
|
||||
index 189d59b..f33e95f 100644
|
||||
--- a/src/libpinyin.xml.in.in
|
||||
+++ b/src/libpinyin.xml.in.in
|
||||
@@ -25,7 +25,7 @@
|
||||
<longname>Intelligent Pinyin</longname>
|
||||
<description>Intelligent Pinyin input method</description>
|
||||
<rank>99</rank>
|
||||
- <symbol>中</symbol>
|
||||
+ <symbol>拼</symbol>
|
||||
</engine>
|
||||
<engine>
|
||||
<name>libbopomofo</name>
|
||||
@@ -41,7 +41,7 @@
|
||||
<longname>Intelligent Bopomofo</longname>
|
||||
<description>Intelligent Bopomofo input method</description>
|
||||
<rank>98</rank>
|
||||
- <symbol>中</symbol>
|
||||
+ <symbol>ㄉ</symbol>
|
||||
</engine>
|
||||
</engines>
|
||||
</component>
|
||||
--
|
||||
1.7.11.7
|
||||
|
||||
|
||||
From 9adfcbc7784845e324b84fb51bbfcc2c502e5b20 Mon Sep 17 00:00:00 2001
|
||||
From: Peng Wu <alexepico@gmail.com>
|
||||
Date: Mon, 26 Nov 2012 17:35:51 +0800
|
||||
Subject: [PATCH 2/2] fixes symbol icon again
|
||||
|
||||
---
|
||||
src/libpinyin.xml.in.in | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/src/libpinyin.xml.in.in b/src/libpinyin.xml.in.in
|
||||
index f33e95f..dccf298 100644
|
||||
--- a/src/libpinyin.xml.in.in
|
||||
+++ b/src/libpinyin.xml.in.in
|
||||
@@ -25,7 +25,7 @@
|
||||
<longname>Intelligent Pinyin</longname>
|
||||
<description>Intelligent Pinyin input method</description>
|
||||
<rank>99</rank>
|
||||
- <symbol>拼</symbol>
|
||||
+ <symbol>拼</symbol>
|
||||
</engine>
|
||||
<engine>
|
||||
<name>libbopomofo</name>
|
||||
@@ -41,7 +41,7 @@
|
||||
<longname>Intelligent Bopomofo</longname>
|
||||
<description>Intelligent Bopomofo input method</description>
|
||||
<rank>98</rank>
|
||||
- <symbol>ㄉ</symbol>
|
||||
+ <symbol>ㄉ</symbol>
|
||||
</engine>
|
||||
</engines>
|
||||
</component>
|
||||
--
|
||||
1.7.11.7
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: ibus-libpinyin
|
||||
Version: 1.4.93
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Intelligent Pinyin engine based on libpinyin for IBus
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
@ -72,6 +72,9 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
%{_datadir}/ibus/component/*
|
||||
|
||||
%changelog
|
||||
* Tue Nov 27 2012 Peng Wu <pwu@redhat.com> - 1.4.93-4
|
||||
- Fixes symbol icons
|
||||
|
||||
* Tue Nov 20 2012 Peng Wu <pwu@redhat.com> - 1.4.93-3
|
||||
- Fixes spec file
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user