forked from pool/ibus-typing-booster
Accepting request 679092 from home:MargueriteSu:branches:M17N
- disable time-consuming tests temporarily OBS-URL: https://build.opensuse.org/request/show/679092 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-typing-booster?expand=0&rev=56
This commit is contained in:
parent
78bff7b6b9
commit
f8c1b98ccd
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 26 05:18:56 UTC 2019 - Marguerite Su <i@marguerite.su>
|
||||
|
||||
- disable time-consuming tests temporarily
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 18 17:59:09 UTC 2019 - maiku.fabian@gmail.com
|
||||
|
||||
|
@ -111,13 +111,13 @@ desktop-file-validate \
|
||||
%{buildroot}%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
||||
desktop-file-validate \
|
||||
$RPM_BUILD_ROOT%{_datadir}/applications/emoji-picker.desktop
|
||||
pushd engine
|
||||
#pushd engine
|
||||
# run doctests
|
||||
python3 hunspell_suggest.py
|
||||
python3 m17n_translit.py
|
||||
python3 itb_emoji.py
|
||||
python3 itb_util.py
|
||||
popd
|
||||
#python3 hunspell_suggest.py
|
||||
#python3 m17n_translit.py
|
||||
#python3 itb_emoji.py
|
||||
#python3 itb_util.py
|
||||
#popd
|
||||
mkdir -p /tmp/glib-2.0/schemas/
|
||||
cp org.freedesktop.ibus.engine.typing-booster.gschema.xml \
|
||||
/tmp/glib-2.0/schemas/org.freedesktop.ibus.engine.typing-booster.gschema.xml
|
||||
@ -141,8 +141,8 @@ 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 /
|
||||
ibus-daemon -drx
|
||||
make check || cat ./tests/test-suite.log
|
||||
#ibus-daemon -drx
|
||||
#make check || cat ./tests/test-suite.log
|
||||
|
||||
%post
|
||||
[ -x %{_bindir}/ibus ] && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user