source: projects/specs/trunk/f/fcitx-skk/fcitx-skk-vl.spec @ 12292

Revision 12292, 2.1 KB checked in by ara_t, 4 years ago (diff)

fcitx-skk: update to 0.1.4

Line 
1%define pkg_name    fcitx-skk
2%define pkg_version 0.1.4
3%define pkg_release 1%{?_dist_release}
4
5Summary: An input method engine for Fcitx
6Summary(ja): Fcitx のための SKK インプットメソッドエンジン
7Name:    %{pkg_name}
8Version: %{pkg_version}
9Release: %{pkg_release}
10
11License: GPLv3
12Group:   System Environment/Libraries
13URL:     https://github.com/fcitx/fcitx-skk
14
15Source0: https://github.com/fcitx/fcitx-skk/archive/%{name}-%{version}.tar.gz
16Patch1: fcitx-0.1.3-skk-newChooseKeyType.patch
17
18BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
19
20BuildRequires: cmake
21BuildRequires: fcitx-devel
22BuildRequires: libskk-devel
23BuildRequires: qt5-qtbase-devel
24BuildRequires: fcitx-qt5-devel
25
26Requires: fcitx
27Requires: libskk
28Requires: skkdic
29Requires: fcitx-qt5
30
31Vendor:       Project Vine
32Distribution: Vine Linux
33
34
35%description
36fcitx-skk is an input method engine for Fcitx, which uses libskk as its backend.
37
38%description -l ja
39Fcitx のための SKK インプットメソッドエンジンです。
40
41(注意点)
42fcitx-skk を使用する場合には NumLock をオフにして下さい。
43
44NumLock がオンになっていると変換候補の確定ができません。
45(この場合にはテンキーで確定することしかできません)
46
47
48%prep
49%{__rm} -rf ${RPM_BUILD_ROOT}
50%setup -q
51%patch1 -p1
52
53%build
54%{__cmake} .
55%{__make} %{?_smp_mflags}
56
57%install
58%{make_install} PREFIX=%{_prefix}
59%{__cp} -a ${RPM_BUILD_ROOT}/usr/local/share/* ${RPM_BUILD_ROOT}%{_datadir}
60%{__rm} -rf ${RPM_BUILD_ROOT}/usr/local
61
62%clean
63%{__rm} -rf ${RPM_BUILD_ROOT}
64
65%post -p %{_syssbindir}/ldconfig
66
67%postun -p %{_syssbindir}/ldconfig
68
69
70%files
71%defattr(-, root, root)
72%doc COPYING README.md
73%{_libdir}/fcitx/qt/
74%{_libdir}/fcitx/fcitx-skk.so
75%{_datadir}/fcitx/
76%{_datadir}/icons/
77%{_datadir}/locale/
78
79
80%changelog
81* Sun Oct 27 2019 Toshiaki Ara <ara_t@384.jp> 0.1.4-1
82- update to 0.1.4
83- using qt5
84  - add BR: qt5-qtbase-devel fcitx-qt5-devel
85
86* Sat Dec 23 2017 Toshiaki Ara <ara_t@384.jp> 0.1.3-2
87- add Patch1 (fcitx-0.1.3-skk-newChooseKeyType.patch)
88  - add new choose key typing (asdfjkl)
89
90* Sat Dec 23 2017 Toshiaki Ara <ara_t@384.jp> 0.1.3-1
91- Initial release
Note: See TracBrowser for help on using the repository browser.