Moved language setting on IBusEmojier to ibus-setup.
Enabled strcasecmp to match emoji annotations. Added a build error message if emoji xml files are not found.
This commit is contained in:
parent
6a3b677013
commit
424038a8b9
1900
ibus-HEAD.patch
1900
ibus-HEAD.patch
File diff suppressed because it is too large
Load Diff
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
Name: ibus
|
Name: ibus
|
||||||
Version: 1.5.15
|
Version: 1.5.15
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Intelligent Input Bus for Linux OS
|
Summary: Intelligent Input Bus for Linux OS
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -235,6 +235,7 @@ The ibus-devel-docs package contains developer documentation for IBus
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
#autoreconf -f -i -v
|
#autoreconf -f -i -v
|
||||||
|
autoreconf -f -i -v
|
||||||
#make -C ui/gtk3 maintainer-clean-generic
|
#make -C ui/gtk3 maintainer-clean-generic
|
||||||
#make -C tools maintainer-clean-generic
|
#make -C tools maintainer-clean-generic
|
||||||
%configure \
|
%configure \
|
||||||
@ -426,6 +427,11 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &> /dev/null || :
|
|||||||
%{_datadir}/gtk-doc/html/*
|
%{_datadir}/gtk-doc/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 27 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.15-5
|
||||||
|
- Moved language setting on IBusEmojier to ibus-setup.
|
||||||
|
- Enabled strcasecmp to match emoji annotations.
|
||||||
|
- Added a build error message if emoji xml files are not found.
|
||||||
|
|
||||||
* Wed Mar 15 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.15-4
|
* Wed Mar 15 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.15-4
|
||||||
- Implemented Ctrl-[f|b|n|p|h|e|a|u] for cursor operations on emoji dialog
|
- Implemented Ctrl-[f|b|n|p|h|e|a|u] for cursor operations on emoji dialog
|
||||||
- Added XSetIOErrorHandler() for GNOME3 desktop
|
- Added XSetIOErrorHandler() for GNOME3 desktop
|
||||||
|
Loading…
Reference in New Issue
Block a user