Accepting request 294201 from home:ftake:branches:M17N
fix a bug and typo OBS-URL: https://build.opensuse.org/request/show/294201 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=142
This commit is contained in:
parent
0b9188f79d
commit
78c449f809
10
ibus.changes
10
ibus.changes
@ -1,7 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 28 09:30:59 UTC 2015 - ftake@geeko.jp
|
||||||
|
|
||||||
|
- Fix boo#924696: settings of ibus engines are not saved
|
||||||
|
* Remove inappropriate %ghost from the dconf files
|
||||||
|
- Disable appindicator for 13.1
|
||||||
|
* It requires Qt 5.3 to show icons specified by absolute path
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 12 15:27:11 UTC 2015 - ftake@geeko.jp
|
Thu Mar 12 15:27:11 UTC 2015 - ftake@geeko.jp
|
||||||
|
|
||||||
- Update to 1.5.9
|
- Update to 1.5.10
|
||||||
* Fix losing focus in/out on Google Chrome
|
* Fix losing focus in/out on Google Chrome
|
||||||
* Fix SEGV of ibus-ui-gtk3 caused by inappropriate 'preload-engines'
|
* Fix SEGV of ibus-ui-gtk3 caused by inappropriate 'preload-engines'
|
||||||
* ibus-setup tries C locale to support environment without
|
* ibus-setup tries C locale to support environment without
|
||||||
|
12
ibus.spec
12
ibus.spec
@ -259,6 +259,9 @@ intltoolize -f
|
|||||||
--enable-gtk-doc \
|
--enable-gtk-doc \
|
||||||
%if %{with_wayland}
|
%if %{with_wayland}
|
||||||
--enable-wayland \
|
--enable-wayland \
|
||||||
|
%endif
|
||||||
|
%if 0%{?suse_version} < 1320
|
||||||
|
--disable-appindicator \
|
||||||
%endif
|
%endif
|
||||||
--enable-surrounding-text \
|
--enable-surrounding-text \
|
||||||
--libexecdir=%{_libdir}/ibus
|
--libexecdir=%{_libdir}/ibus
|
||||||
@ -366,11 +369,12 @@ dconf update
|
|||||||
%{_datadir}/pixmaps/ibus-keyboard.png
|
%{_datadir}/pixmaps/ibus-keyboard.png
|
||||||
%{_libdir}/ibus
|
%{_libdir}/ibus
|
||||||
%{_datadir}/bash-completion/completions/ibus.bash
|
%{_datadir}/bash-completion/completions/ibus.bash
|
||||||
%dir %config %{_sysconfdir}/dconf/db/ibus.d
|
# This file is generated by dconf update
|
||||||
# These files are not config files. Users must not modify them.
|
|
||||||
%ghost %{_sysconfdir}/dconf/db/ibus.d/00-upstream-settings
|
|
||||||
%ghost %{_sysconfdir}/dconf/db/ibus
|
%ghost %{_sysconfdir}/dconf/db/ibus
|
||||||
%ghost %{_sysconfdir}/dconf/profile/ibus
|
%dir %{_sysconfdir}/dconf/db/ibus.d
|
||||||
|
# This file is not a config file. Users may not modify it.
|
||||||
|
%{_sysconfdir}/dconf/db/ibus.d/00-upstream-settings
|
||||||
|
%{_sysconfdir}/dconf/profile/ibus
|
||||||
%{_mandir}/man1/ibus.1.gz
|
%{_mandir}/man1/ibus.1.gz
|
||||||
%{_mandir}/man1/ibus-daemon.1.gz
|
%{_mandir}/man1/ibus-daemon.1.gz
|
||||||
%{_mandir}/man1/ibus-setup.1.gz
|
%{_mandir}/man1/ibus-setup.1.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user