1
0

Accepting request 490889 from home:mike-fabian

- 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”

OBS-URL: https://build.opensuse.org/request/show/490889
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-typing-booster?expand=0&rev=15
This commit is contained in:
Mike FABIAN 2017-04-25 05:50:56 +00:00 committed by Git OBS Bridge
parent a1a17ad522
commit 009c21ca96
4 changed files with 16 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a09637cbeaf97653beb529ab626805aa2f55f271bebc8d27a195d9115c922872
size 3715377

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fc85e6913bd249c5fa94f4451f6ddc58031e2e0381563d9e26584f7b85a70e4f
size 5114796

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Apr 24 17:11:23 UTC 2017 - maiku.fabian@gmail.com
- 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 10:00:19 UTC 2017 - maiku.fabian@gmail.com

View File

@ -17,7 +17,7 @@
%define __python3 /usr/bin/python3
Name: ibus-typing-booster
Version: 1.5.31
Version: 1.5.32
Release: 1%{?dist}
Summary: A completion input method
License: GPL-3.0+
@ -84,7 +84,9 @@ 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}
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
#install inscript2 keymaps
mkdir -p $RPM_BUILD_ROOT%{_datadir}/m17n/icons