update to 1.5.1
- If the query string in EmojiMatcher.candidates() is an emoji itself, match similar ones (useful when backspacing to an emoji to correct it) - Data files should not be stored gzipped in the repository - Change displayed input method name from “Hunspell” to “Typing Booster” - Use Zanata to get more translations - French translations added (100% translated) - Polish translations added (100% translated) - Add Recommends: gdouros-symbola-fonts
This commit is contained in:
parent
5e6d349e44
commit
cb9b44a3c6
1
.gitignore
vendored
1
.gitignore
vendored
@ -57,3 +57,4 @@
|
||||
/ibus-typing-booster-1.4.7.tar.gz
|
||||
/ibus-typing-booster-1.4.8.tar.gz
|
||||
/ibus-typing-booster-1.5.0.tar.gz
|
||||
/ibus-typing-booster-1.5.1.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 1.5.0
|
||||
Version: 1.5.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A typing booster engine for the IBus platform
|
||||
License: GPLv3+
|
||||
@ -11,6 +11,8 @@ Requires: m17n-lib
|
||||
Requires: python3 >= 3.3
|
||||
Requires: python3-dbus
|
||||
Requires: python3-enchant
|
||||
# Recommend a reasonably good font which has most of the emoji:
|
||||
Recommends: gdouros-symbola-fonts
|
||||
BuildRequires: ibus-devel
|
||||
BuildRequires: python3-devel
|
||||
BuildArch: noarch
|
||||
@ -30,6 +32,7 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
export PYTHON=%{__python3}
|
||||
make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkgconfigdir=%{_datadir}/pkgconfig
|
||||
gzip --force --best $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/*.{xml,txt,json}
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
@ -56,6 +59,18 @@ desktop-file-validate \
|
||||
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
||||
|
||||
%changelog
|
||||
* Fri Aug 12 2016 Mike FABIAN <mfabian@redhat.com> - 1.5.1-1
|
||||
- update to 1.5.1
|
||||
- If the query string in EmojiMatcher.candidates() is an emoji
|
||||
itself, match similar ones (useful when backspacing to an emoji
|
||||
to correct it)
|
||||
- Data files should not be stored gzipped in the repository
|
||||
- Change displayed input method name from “Hunspell” to “Typing Booster”
|
||||
- Use Zanata to get more translations
|
||||
- French translations added (100% translated)
|
||||
- Polish translations added (100% translated)
|
||||
- Add Recommends: gdouros-symbola-fonts
|
||||
|
||||
* Thu Aug 11 2016 Mike FABIAN <mfabian@redhat.com> - 1.5.0-1
|
||||
- update to 1.5.0
|
||||
- If the lookup table shows related words, “Escape” shows the
|
||||
|
Loading…
Reference in New Issue
Block a user