Hello community,

here is the log from the commit of package gcin for openSUSE:Factory checked in 
at 2013-01-22 22:21:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gcin (Old)
 and      /work/SRC/openSUSE:Factory/.gcin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gcin", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/gcin/gcin.changes        2012-12-07 
14:08:45.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gcin.new/gcin.changes   2013-01-22 
22:21:48.000000000 +0100
@@ -1,0 +2,16 @@
+Sun Jan 20 06:00:11 UTC 2013 - [email protected]
+
+- Add libreoffice-gnome dependency as Recommends,
+  so you will not install the whole office suite for gcin.
+- Remove Requires gcin-anthy-module,
+  most of the user don't need to input Japanese characters.
+- modify xim.d-gcin to test if libreoffice-gnome was installed
+- add a section about libreoffice-kde4's problem and workaround
+  in gcin-README.suse 
+
+-------------------------------------------------------------------
+Fri Jan 18 01:40:50 UTC 2013 - [email protected]
+
+- test remove libreoffice-gnome dependency
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gcin.spec ++++++
--- /var/tmp/diff_new_pack.YcE5sl/_old  2013-01-22 22:21:49.000000000 +0100
+++ /var/tmp/diff_new_pack.YcE5sl/_new  2013-01-22 22:21:49.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gcin
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -49,11 +49,10 @@
 Requires:       gtk2 >= 2.2.4
 %if %suse_version > 1130
 Requires:       %{name}-gtk3-immodule
-Requires:       libreoffice-gnome
 %endif
-Requires:       %{name}-anthy-module
 PreReq:         /usr/bin/touch
 Provides:       locale(zh_TW;zh_HK;zh_MO)
+Recommends:     libreoffice-gnome
 
 %description
 gcin is a Chinese input method server for traditional Chinese. 

++++++ gcin-README.suse ++++++
--- /var/tmp/diff_new_pack.YcE5sl/_old  2013-01-22 22:21:49.000000000 +0100
+++ /var/tmp/diff_new_pack.YcE5sl/_new  2013-01-22 22:21:49.000000000 +0100
@@ -1,5 +1,31 @@
 gcin README for openSUSE
-How to start using gcin
+
+*On the spot mod for libreoffice (OpenOffice)
+
+English:
+
+On the spot and over the spot mod are not working with libreoffice-kde4
+You can still input characters with gcin, but your input_windows will
+fixed in the upper-left corner.
+If you are suffered with this problem, upstream suggested a workaround:
+You can install libreoffice-gnome package even if you are using a DE other 
than gnome.
+Re-login your DE, gcin start script will auto-detect your system, and add
+OOO_FORCE_DESKTOP=gnome
+env variable.
+Libreoffice will work just fine for you.
+
+中文:
+On the spot 和 Over the spot 模式無法在 libreoffice-kde4 環境中使用,
+您仍可以用 gcin 輸入字元,但是您的輸入視窗會固定在左上角。
+如果您對這個問題覺得困擾,上游建議以下的暫時解決方案:
+您可以安裝 libreoffice-gnome 套件,即使您不是使用 gnome,
+重新登入您的桌面, gcin 的啟動程序將加入
+OOO_FORCE_DESKTOP=gnome
+的環境變數。
+Libreoffice 就會正常運作了。
+
+
+*How to start using gcin
 
 English:
 

++++++ xim.d-gcin ++++++
--- /var/tmp/diff_new_pack.YcE5sl/_old  2013-01-22 22:21:49.000000000 +0100
+++ /var/tmp/diff_new_pack.YcE5sl/_new  2013-01-22 22:21:49.000000000 +0100
@@ -34,8 +34,11 @@
     ;;
 esac
 
-# Force OOo to use gtk-immodule
-export OOO_FORCE_DESKTOP=gnome
+# If libreoffice-gnome was installed, Force OOo to use gtk-immodule
+# so can gcin use on_the_spot mod to insert characters
+       if [ -f /usr/lib/libreoffice/program/gconfbe1.uno.so ] || [ -f 
/usr/lib64/libreoffice/program/gconfbe1.uno.so ] ; then
+       export OOO_FORCE_DESKTOP=gnome
+       fi
 
 # Determine the LC_CTYPE locale category setting
 tmplang=${LC_ALL-${LC_CTYPE-${LANG-en_US}}}

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to