Accepting request 1101510 from M17N
OBS-URL: https://build.opensuse.org/request/show/1101510 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ibus-typing-booster?expand=0&rev=110
This commit is contained in:
commit
85b523ecff
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6728c604b50aba4b580a4ae13b12549f377a05e2a9235f065b4551847fd35d5e
|
||||
size 11325715
|
3
ibus-typing-booster-2.23.2.tar.gz
Normal file
3
ibus-typing-booster-2.23.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:79378ddd083437b753d1698b2d0ab2d80adb95d56a0f58b7d16a3d027eb43a88
|
||||
size 11342214
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 31 12:49:52 UTC 2023 - maiku.fabian@gmail.com
|
||||
|
||||
- Include inscript2 input methods only for suse_version < 1550
|
||||
i.e. do not include it on Tumbleed anymore. Because Tumbleweed
|
||||
has m17n-db-1.8.2 which has the inscript2 input methods already.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 30 11:23:12 UTC 2023 - maiku.fabian@gmail.com
|
||||
|
||||
- Update to 2.23.2
|
||||
- Move self._gsettings.connect('changed', self.on_gsettings_value_changed)
|
||||
in __init__() *after* defining self._set_get_functions
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/454)
|
||||
(Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2171140)
|
||||
- Translation update from Weblate (ar 100%)
|
||||
- Update emoji annotations from CLDR
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 03 20:05:11 UTC 2023 - maiku.fabian@gmail.com
|
||||
|
||||
- Update to 2.23.1
|
||||
- Translation update from Weblate (pl 100%)
|
||||
- Adapt some test cases to changes in enchant
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 29 14:31:58 UTC 2023 - maiku.fabian@gmail.com
|
||||
|
||||
- Update to 2.23.0
|
||||
- Translation update from Weblate (de 100%, ka 100%, nl 100%, sv 100%, uk 100%)
|
||||
- configure.ac: add a warning about not using /usr/local as the prefix
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/444)
|
||||
- Add an option to convert language specific digits to ASCII
|
||||
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/445)
|
||||
- Strip entered autosettings value for boolean values
|
||||
- Update emoji annotations from CLDR
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 09 11:02:33 UTC 2023 - maiku.fabian@gmail.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.22.5
|
||||
Version: 2.23.2
|
||||
Release: 0
|
||||
Summary: An input completion utility
|
||||
License: GPL-3.0-or-later
|
||||
@ -94,12 +94,14 @@ input method to speedup typing.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%if 0%{?suse_version} < 1550
|
||||
##extract inscript2 maps
|
||||
tar xzf %{SOURCE1}
|
||||
%endif
|
||||
|
||||
%build
|
||||
export PYTHON=%{_bindir}/python3
|
||||
%configure --disable-static --disable-additional --libexecdir=%{_libdir}/ibus
|
||||
%configure --disable-static --libexecdir=%{_libdir}/ibus
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -109,10 +111,12 @@ gzip -n --force --best %{buildroot}/%{_datadir}/%{name}/data/*.{txt,json} \
|
||||
%{buildroot}/%{_datadir}/%{name}/data/annotations/*.xml \
|
||||
%{buildroot}/%{_datadir}/%{name}/data/annotationsDerived/*.xml
|
||||
|
||||
%if 0%{?suse_version} < 1550
|
||||
#install inscript2 keymaps
|
||||
test -d %{buildroot}%{_datadir}/m17n/icons || mkdir -p %{buildroot}%{_datadir}/m17n/icons
|
||||
cp -p inscript2/IM/* %{buildroot}%{_datadir}/m17n/
|
||||
cp -p inscript2/icons/* %{buildroot}%{_datadir}/m17n/icons
|
||||
%endif
|
||||
|
||||
%suse_update_desktop_file -i -u emoji-picker GTK Utility
|
||||
|
||||
@ -214,9 +218,11 @@ fi
|
||||
%{_libdir}/ibus/ibus-setup-typing-booster
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/glib-2.0/schemas/org.freedesktop.ibus.engine.typing-booster.gschema.xml
|
||||
%if 0%{?suse_version} < 1550
|
||||
%dir %{_datadir}/m17n
|
||||
%{_datadir}/m17n/*.mim
|
||||
%dir %{_datadir}/m17n/icons
|
||||
%{_datadir}/m17n/icons/*.png
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user