update to 1.5.32
- Fix error when starting emoji-picker when the “recently-used” does not yet exist - Update emojione.json to version 3.0 - Add the data from CLDR common/annotationsDerived - Load also the CLDR annotations from “annotationsDerived”
This commit is contained in:
parent
bc76c792fb
commit
36ed560982
1
.gitignore
vendored
1
.gitignore
vendored
@ -88,3 +88,4 @@
|
|||||||
/ibus-typing-booster-1.5.29.tar.gz
|
/ibus-typing-booster-1.5.29.tar.gz
|
||||||
/ibus-typing-booster-1.5.30.tar.gz
|
/ibus-typing-booster-1.5.30.tar.gz
|
||||||
/ibus-typing-booster-1.5.31.tar.gz
|
/ibus-typing-booster-1.5.31.tar.gz
|
||||||
|
/ibus-typing-booster-1.5.32.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 1.5.31
|
Version: 1.5.32
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A completion input method
|
Summary: A completion input method
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -69,16 +69,20 @@ make %{?_smp_mflags}
|
|||||||
export PYTHON=%{__python3}
|
export PYTHON=%{__python3}
|
||||||
make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkgconfigdir=%{_datadir}/pkgconfig
|
make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkgconfigdir=%{_datadir}/pkgconfig
|
||||||
%if 0%{?fedora} >= 26
|
%if 0%{?fedora} >= 26
|
||||||
# These files are in the required packages “cldr-emoji-annotation”,
|
# These files are in the required package “cldr-emoji-annotation”
|
||||||
# “nodejs-emojione-json”
|
rm $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/annotations/*.xml
|
||||||
rm $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/*.{xml,json}
|
rm $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/annotationsDerived/*.xml
|
||||||
|
# These files are in the required package “nodejs-emojione-json”
|
||||||
|
rm $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/*.json
|
||||||
# This file is in the required package “unicode-ucd”:
|
# This file is in the required package “unicode-ucd”:
|
||||||
rm $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/UnicodeData.txt
|
rm $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/UnicodeData.txt
|
||||||
# At least emoji-data.txt emoji-sequences.txt emoji-zwj-sequences.txt
|
# At least emoji-data.txt emoji-sequences.txt emoji-zwj-sequences.txt
|
||||||
# are still there even on Fedora >= 26 they are not available in any packages:
|
# are still there even on Fedora >= 26 they are not available in any packages:
|
||||||
gzip --force --best $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/*.txt
|
gzip --force --best $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/*.txt
|
||||||
%else
|
%else
|
||||||
gzip --force --best $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/*.{xml,txt,json}
|
gzip --force --best $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/*.{txt,json}
|
||||||
|
gzip --force --best $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/annotations/*.xml
|
||||||
|
gzip --force --best $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/annotationsDerived/*.xml
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
@ -136,6 +140,13 @@ make check || cat ./tests/test-suite.log
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 24 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.32-1
|
||||||
|
- update to 1.5.32
|
||||||
|
- Fix error when starting emoji-picker when the “recently-used” does not yet exist
|
||||||
|
- Update emojione.json to version 3.0
|
||||||
|
- Add the data from CLDR common/annotationsDerived
|
||||||
|
- Load also the CLDR annotations from “annotationsDerived”
|
||||||
|
|
||||||
* Tue Apr 18 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.31-1
|
* Tue Apr 18 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.31-1
|
||||||
- update to 1.5.31
|
- update to 1.5.31
|
||||||
- Rename option --use_vs16 to --non_fully_qualified
|
- Rename option --use_vs16 to --non_fully_qualified
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ibus-typing-booster-1.5.31.tar.gz) = e8115bf418e5813526ceaf9973d2c7f0409103b4558f5deb01b058342c8858040cab20f635919a986c65a0e220fda3e9dcad8ba21b78824fe5f638ed965d0dc0
|
SHA512 (ibus-typing-booster-1.5.32.tar.gz) = 0027d5b569577e3508a2af98c45929f63fea95369e6d502a42b3e3f61d28fb2c575ac42f5ae69c388d13a5740d35cbcda78ef01144679dc201bcbf384639290e
|
||||||
|
Loading…
Reference in New Issue
Block a user