Hello community, here is the log from the commit of package scim for openSUSE:Factory checked in at 2012-01-24 12:22:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scim (Old) and /work/SRC/openSUSE:Factory/.scim.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scim", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/scim/scim.changes 2011-11-16 17:22:38.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.scim.new/scim.changes 2012-01-24 12:22:16.000000000 +0100 @@ -1,0 +2,11 @@ +Thu Dec 1 16:51:36 UTC 2011 - [email protected] + +- add automake as buildrequire to avoid implicit dependency + +------------------------------------------------------------------- +Tue Nov 15 15:33:06 UTC 2011 - [email protected] + +- Add post scrpitlet to add scim icon to gnome 3 tray +- Use GTK_IM_MODULE="scim" + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scim.spec ++++++ --- /var/tmp/diff_new_pack.IDOJ3U/_old 2012-01-24 12:22:19.000000000 +0100 +++ /var/tmp/diff_new_pack.IDOJ3U/_new 2012-01-24 12:22:19.000000000 +0100 @@ -15,12 +15,19 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - - Name: scim -BuildRequires: docbook-xsl-stylesheets gcc-c++ gtk2-devel intltool libgnomeui-devel perl-XML-Parser update-desktop-files -BuildRequires: doxygen graphviz graphviz-gd libxslt +BuildRequires: automake +BuildRequires: docbook-xsl-stylesheets +BuildRequires: doxygen +BuildRequires: gcc-c++ +BuildRequires: graphviz +BuildRequires: graphviz-gd +BuildRequires: gtk2-devel +BuildRequires: intltool +BuildRequires: libgnomeui-devel +BuildRequires: libxslt +BuildRequires: perl-XML-Parser +BuildRequires: update-desktop-files # for older distros BuildRequires: libexpat-devel %if %suse_version > 1130 @@ -28,8 +35,8 @@ %endif Summary: Smart Chinese/Common Input Method platform Version: 1.4.11 -Release: 183 -License: LGPLv2.1+ +Release: 0 +License: LGPL-2.1+ Group: System/I18n/Chinese PreReq: /usr/bin/touch Obsoletes: scim-frontend-x11, scim-server-rawcode, scim-config-simple, scim-server-table, scim-gtk2-immodule, scim-config-socket, scim-server-socket, scim-config-gconf, scim-frontend-socket @@ -62,9 +69,7 @@ James Su <[email protected]> %package devel -License: LGPLv2.1+ Summary: Include Files and Libraries mandatory for Development. -Group: System/I18n/Chinese Requires: %{name} = %{version}, libstdc++-devel Requires: pkgconfig >= 0.12 Requires: gtk2-devel @@ -208,6 +213,12 @@ %gtk2_immodule_post %endif %if %suse_version > 1130 +#Add icons to gnome3 panel +TARGET="/usr/share/gnome-shell/js/ui/statusIconDispatcher.js" +if [ -f $TARGET ] && [ ! -f $TARGET-scim ] ; then +mv $TARGET $TARGET-scim +sed "/^const STANDARD_TRAY_ICON_IMPLEMENTATIONS/a \ 'scim-panel-gtk': 'input-method'," $TARGET-scim > $TARGET +fi %gtk3_immodule_post %endif ++++++ etc-x11-xim.d-scim ++++++ --- /var/tmp/diff_new_pack.IDOJ3U/_old 2012-01-24 12:22:19.000000000 +0100 +++ /var/tmp/diff_new_pack.IDOJ3U/_new 2012-01-24 12:22:19.000000000 +0100 @@ -7,7 +7,7 @@ fi export XMODIFIERS=@im=SCIM -export GTK_IM_MODULE="scim:xim" +export GTK_IM_MODULE="scim" export QT_IM_SWITCHER=imsw-multi export QT_IM_MODULE=scim case "$WINDOWMANAGER" in -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
