forked from pool/ibus-typing-booster
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:
parent
a1a17ad522
commit
009c21ca96
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a09637cbeaf97653beb529ab626805aa2f55f271bebc8d27a195d9115c922872
|
|
||||||
size 3715377
|
|
3
ibus-typing-booster-1.5.32.tar.gz
Normal file
3
ibus-typing-booster-1.5.32.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fc85e6913bd249c5fa94f4451f6ddc58031e2e0381563d9e26584f7b85a70e4f
|
||||||
|
size 5114796
|
@ -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
|
Tue Apr 18 10:00:19 UTC 2017 - maiku.fabian@gmail.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
%define __python3 /usr/bin/python3
|
%define __python3 /usr/bin/python3
|
||||||
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: GPL-3.0+
|
License: GPL-3.0+
|
||||||
@ -84,7 +84,9 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
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
|
||||||
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
|
#install inscript2 keymaps
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/m17n/icons
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/m17n/icons
|
||||||
|
Loading…
x
Reference in New Issue
Block a user