Update to 2.24.12
- Improve handling of punctuation marks when writing (French) French (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/480) - fix build on rawhide, in the check section of the spec file use `export XDG_DATA_DIRS=/tmp:%{_datadir}` instead of just `export XDG_DATA_DIRS=/tmp`, otherwise enchant2 fails.
This commit is contained in:
parent
57bb38ab78
commit
3de9aa10c3
1
.gitignore
vendored
1
.gitignore
vendored
@ -326,3 +326,4 @@
|
||||
/ibus-typing-booster-2.24.9.tar.gz
|
||||
/ibus-typing-booster-2.24.10.tar.gz
|
||||
/ibus-typing-booster-2.24.11.tar.gz
|
||||
/ibus-typing-booster-2.24.12.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.24.11
|
||||
Version: 2.24.12
|
||||
Release: %autorelease
|
||||
Summary: A completion input method
|
||||
License: GPL-3.0-or-later AND Apache-2.0
|
||||
@ -175,7 +175,7 @@ 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
|
||||
glib-compile-schemas /tmp/glib-2.0/schemas #&>/dev/null || :
|
||||
export XDG_DATA_DIRS=/tmp
|
||||
export XDG_DATA_DIRS=/tmp:%{_datadir} # /usr/share is needed to make enchant2 work!
|
||||
eval $(dbus-launch --sh-syntax)
|
||||
dconf dump /
|
||||
dconf write /org/freedesktop/ibus/engine/typing-booster/offtherecord false
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-2.24.11.tar.gz) = 9cc906061aaa8e4720e48296158c990b2411aad26f0ebf71e58bc202b2470d100541174e4e007c55e89c9b7540e21ef9107045dcff0e86ffba30cfd9acded989
|
||||
SHA512 (ibus-typing-booster-2.24.12.tar.gz) = 29fabcb04c3ddf5508d4504c528ad61f6e1809d92ecd1925aacb84132ae51fa339947a2ccdfc68666a7241a741219dfe5c6a658c1649049a379605dabe2e2607
|
||||
|
Loading…
Reference in New Issue
Block a user