Resolves #2237486 Implement preedit color in Plasma Wayland
This commit is contained in:
parent
ef2b43156a
commit
52531c070d
1208
ibus-HEAD.patch
1208
ibus-HEAD.patch
File diff suppressed because it is too large
Load Diff
@ -6,6 +6,9 @@ PREFERENCE_PROGRAM=/usr/bin/ibus-setup
|
|||||||
SHORT_DESC="IBus"
|
SHORT_DESC="IBus"
|
||||||
GTK_IM_MODULE=ibus
|
GTK_IM_MODULE=ibus
|
||||||
NOT_RUN=gnome3
|
NOT_RUN=gnome3
|
||||||
|
# IMSETTINGS_IGNORE_SESSION concatenate the current session name and type x11 or
|
||||||
|
# wayland. The current session name is calculated by get_destop()
|
||||||
|
# in /usr/libexec/imsettings-functions and the value is case-sensitive.
|
||||||
IMSETTINGS_IGNORE_SESSION=KDE-wayland
|
IMSETTINGS_IGNORE_SESSION=KDE-wayland
|
||||||
|
|
||||||
if test -f /usr/lib64/qt5/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so || \
|
if test -f /usr/lib64/qt5/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so || \
|
||||||
|
@ -58,7 +58,7 @@
|
|||||||
|
|
||||||
Name: ibus
|
Name: ibus
|
||||||
Version: 1.5.29~rc1
|
Version: 1.5.29~rc1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Intelligent Input Bus for Linux OS
|
Summary: Intelligent Input Bus for Linux OS
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
URL: https://github.com/ibus/%name/wiki
|
URL: https://github.com/ibus/%name/wiki
|
||||||
@ -66,6 +66,7 @@ Source0: https://github.com/ibus/%name/releases/download/%{source_version
|
|||||||
Source1: %{name}-xinput
|
Source1: %{name}-xinput
|
||||||
Source2: %{name}.conf.5
|
Source2: %{name}.conf.5
|
||||||
# Patch0: %%{name}-HEAD.patch
|
# Patch0: %%{name}-HEAD.patch
|
||||||
|
Patch0: %{name}-HEAD.patch
|
||||||
# Under testing #1349148 #1385349 #1350291 #1406699 #1432252 #1601577
|
# Under testing #1349148 #1385349 #1350291 #1406699 #1432252 #1601577
|
||||||
Patch1: %{name}-1385349-segv-bus-proxy.patch
|
Patch1: %{name}-1385349-segv-bus-proxy.patch
|
||||||
%if 0%{?fedora:0}%{?rhel:1}
|
%if 0%{?fedora:0}%{?rhel:1}
|
||||||
@ -578,6 +579,9 @@ dconf update || :
|
|||||||
%{_datadir}/installed-tests/ibus
|
%{_datadir}/installed-tests/ibus
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 07 2023 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.29~rc1-3
|
||||||
|
- Resolves #2237486 Implement preedit color in Plasma Wayland
|
||||||
|
|
||||||
* Tue Aug 22 2023 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.29~rc1-2
|
* Tue Aug 22 2023 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.29~rc1-2
|
||||||
- Resolves #2233527 Add IMSETTINGS_IGNORE_SESSION=KDE-wayland in ibus.conf
|
- Resolves #2233527 Add IMSETTINGS_IGNORE_SESSION=KDE-wayland in ibus.conf
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user