Accepting request 734639 from M17N
OBS-URL: https://build.opensuse.org/request/show/734639 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ibus-typing-booster?expand=0&rev=25
This commit is contained in:
commit
e6348de406
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae0bde33aa1d7abe0693ad0898f499328f530c72b9a415d5ebe0ee1a48a34c25
|
||||
size 7209992
|
3
ibus-typing-booster-2.6.7.tar.gz
Normal file
3
ibus-typing-booster-2.6.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9bbbfc3739fbc6dd96d27d297c14c5eff98e6b7ff54c0f92ef679861d8c9fe61
|
||||
size 7358877
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 01 22:05:20 UTC 2019 - maiku.fabian@gmail.com
|
||||
|
||||
- Update to 2.6.7
|
||||
- If the first candidate is exactly the same as the typed string
|
||||
prefer longer candidates (Extends inline completions automatically)
|
||||
- Move README to README.md and use some markdown to make it look better on github
|
||||
- When showing similar emoji in the lookup table, show the list of keywords
|
||||
which matched only when debugging is on
|
||||
- Update emoji annotations from CLDR
|
||||
- More unittests, restructure test files, move some doctests to unittests
|
||||
- Add a utility class KeyvalsToKeycodes to find ibus key codes
|
||||
instead of hardcoding them
|
||||
- Add ceb to CLDR_ANNOTATION_FILES
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 11 14:44:35 UTC 2019 - maiku.fabian@gmail.com
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
#
|
||||
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.6.6
|
||||
Version: 2.6.7
|
||||
Release: 0
|
||||
Summary: An input completion utility
|
||||
License: GPL-3.0+
|
||||
@ -28,6 +28,7 @@ BuildRequires: python3
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: python3-gobject
|
||||
BuildRequires: python3-gobject-Gdk
|
||||
BuildRequires: dbus-1-x11
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: update-desktop-files
|
||||
@ -37,6 +38,8 @@ BuildRequires: m17n-db
|
||||
BuildRequires: python3-pyenchant
|
||||
BuildRequires: appstream-glib
|
||||
BuildRequires: glib2
|
||||
BuildRequires: gtk3
|
||||
BuildRequires: xorg-x11-server
|
||||
%if 0%{?sle_version} >= 120200
|
||||
BuildRequires: python3-pyxdg
|
||||
%endif
|
||||
@ -158,8 +161,13 @@ dconf write /org/freedesktop/ibus/engine/typing-booster/showstatusinfoinaux true
|
||||
dconf write /org/freedesktop/ibus/engine/typing-booster/inlinecompletion false
|
||||
dconf write /org/freedesktop/ibus/engine/typing-booster/keybindings "{'next_input_method': <['Control+Down', 'Control+KP_Down']>, 'previous_input_method': <['Control+Up', 'Control+KP_Up']>, 'lookup_related': <['Mod5+F12']>, 'enable_lookup': <['Tab', 'ISO_Left_Tab', 'KP_Divide']>, 'select_next_candidate': <['Tab', 'ISO_Left_Tab', 'Down', 'KP_Down']>, 'lookup_table_page_down': <['Page_Down', 'KP_Page_Down', 'KP_Next']>, 'toggle_emoji_prediction': <['Mod5+F6']>, 'lookup_table_page_up': <['Page_Up', 'KP_Page_Up', 'KP_Prior']>, 'toggle_off_the_record': <['Mod5+F9']>, 'cancel': <['Escape']>, 'setup': <['Mod5+F10']>, 'select_previous_candidate': <['Shift+Tab', 'Shift+ISO_Left_Tab', 'Up', 'KP_Up']>}"
|
||||
dconf dump /
|
||||
export DISPLAY=:1
|
||||
Xvfb $DISPLAY -screen 0 1024x768x16 &
|
||||
ibus-daemon -drx
|
||||
make check || cat ./tests/test-suite.log
|
||||
make -C tests run_tests
|
||||
pushd tests
|
||||
./run_tests
|
||||
popd
|
||||
|
||||
%post
|
||||
[ -x %{_bindir}/ibus ] && \
|
||||
|
Loading…
Reference in New Issue
Block a user