Browse Source

fcitx-skk: update to 0.1.4

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12292 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 4 years ago
parent
commit
1794e5c88b
1 changed files with 13 additions and 4 deletions
  1. 13 4
      f/fcitx-skk/fcitx-skk-vl.spec

+ 13 - 4
f/fcitx-skk/fcitx-skk-vl.spec

@@ -1,6 +1,6 @@
 %define pkg_name    fcitx-skk
-%define pkg_version 0.1.3
-%define pkg_release 2%{?_dist_release}
+%define pkg_version 0.1.4
+%define pkg_release 1%{?_dist_release}
 
 Summary: An input method engine for Fcitx
 Summary(ja): Fcitx のための SKK インプットメソッドエンジン
@@ -16,18 +16,22 @@ Source0: https://github.com/fcitx/fcitx-skk/archive/%{name}-%{version}.tar.gz
 Patch1: fcitx-0.1.3-skk-newChooseKeyType.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
+
 BuildRequires: cmake
 BuildRequires: fcitx-devel
 BuildRequires: libskk-devel
-BuildRequires: qt4-devel
+BuildRequires: qt5-qtbase-devel
+BuildRequires: fcitx-qt5-devel
+
 Requires: fcitx
 Requires: libskk
 Requires: skkdic
-Requires: qt4
+Requires: fcitx-qt5
 
 Vendor:       Project Vine
 Distribution: Vine Linux
 
+
 %description
 fcitx-skk is an input method engine for Fcitx, which uses libskk as its backend.
 
@@ -74,6 +78,11 @@ NumLock がオンになっていると変換候補の確定ができません。
 
 
 %changelog
+* Sun Oct 27 2019 Toshiaki Ara <ara_t@384.jp> 0.1.4-1
+- update to 0.1.4
+- using qt5
+  - add BR: qt5-qtbase-devel fcitx-qt5-devel
+
 * Sat Dec 23 2017 Toshiaki Ara <ara_t@384.jp> 0.1.3-2
 - add Patch1 (fcitx-0.1.3-skk-newChooseKeyType.patch)
   - add new choose key typing (asdfjkl)