Accepting request 182669 from home:hillwood:branches:M17N

- Fix cursor following problem in KDE4 for libreoffice

OBS-URL: https://build.opensuse.org/request/show/182669
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=67
This commit is contained in:
Hillwood Yang 2013-07-09 16:06:14 +00:00 committed by Git OBS Bridge
parent 9af57aa903
commit 6d2d2dfb47
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 9 22:23:47 CST 2013 - hillwood@linuxfans.org
- Fix cursor following problem in KDE4 for libreoffice
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 4 15:41:12 UTC 2013 - ftake@geeko.jp Thu Jul 4 15:41:12 UTC 2013 - ftake@geeko.jp

View File

@ -64,6 +64,11 @@ Requires: typelib-1_0-Gtk-3_0
%endif %endif
Obsoletes: ibus-gnome-shell Obsoletes: ibus-gnome-shell
#Fix cursor following problem in KDE4 for libreoffice, libreoffice-kde and libreoffice-kde4 can destroy cursor following, please don't install them with ibus.
Recommends: libreoffice-gnome
Obsoletes: libreoffice-kde
Obsoletes: libreoffice-kde4
%define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)") %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")
%define gtk_binary_version %(pkg-config --variable=gtk_binary_version gtk+-2.0) %define gtk_binary_version %(pkg-config --variable=gtk_binary_version gtk+-2.0)