Browse Source

libskk: enable to input some Zenkaku characters

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11741 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 5 years ago
parent
commit
8721a9512a
1 changed files with 6 additions and 1 deletions
  1. 6 1
      lib/libs/libskk/libskk-vl.spec

+ 6 - 1
lib/libs/libskk/libskk-vl.spec

@@ -1,6 +1,6 @@
 %define pkg_name    libskk
 %define pkg_version 1.0.3
-%define pkg_release 1%{?_dist_release}
+%define pkg_release 2%{?_dist_release}
 
 Summary: A library to deal with Japanese kana-to-kanji conversion method
 Name:    %{pkg_name}
@@ -18,6 +18,7 @@ Patch1: rules_Makefile.am.patch
 Patch2: rules_Makefile.in.patch
 Patch3: libskk_key-event.c.patch
 Patch4: test-sticky-hiragana.json.patch
+Patch5: libskk-add-keymap.patch
 
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
@@ -49,6 +50,7 @@ Development tools for libskk
 %patch2
 %patch3
 %patch4
+%patch5
 %{__cp} -a tests/rules/test-sticky rules
 
 %build
@@ -88,6 +90,9 @@ Development tools for libskk
 
 
 %changelog
+* Thu Jul 19 2018 Toshiaki Ara <ara_t@384.jp> 1.0.3-2
+- add Patch5 to input some Zenkaku characters
+
 * Fri Dec 15 2017 Toshiaki Ara <ara_t@384.jp> 1.0.3-1
 - Initial release