~ubuntu-branches/ubuntu/maverick/uim/maverick

« back to all changes in this revision

Viewing changes to debian/im-switch/uim-toolbar-qt

  • Committer: Bazaar Package Importer
  • Author(s): Masahito Omote
  • Date: 2008-06-25 19:56:33 UTC
  • mfrom: (3.1.18 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080625195633-8jljph4rfq00l8o7
Tags: 1:1.5.1-2
* uim-tcode: provide tutcode-custom.scm, tutcode-bushudic.scm
  and tutcode-rule.scm (Closes: #482659)
* Fix FTBFS: segv during compile (Closes: #483078).
  I personally think this bug is not specific for uim but is a optimization
  problem on gcc-4.3.1. (https://bugs.freedesktop.org/show_bug.cgi?id=16477)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# UIM with Qt toolbar indicator
 
1
# uim with Qt toolbar indicator
2
2
XIM=uim
3
3
XIM_PROGRAM=/usr/bin/uim-xim
4
4
XIM_ARGS=
5
 
GTK_IM_MODULE=xim
6
 
QT_IM_MODULE=xim
 
5
GTK_IM_MODULE=uim
 
6
QT_IM_MODULE=uim
7
7
# It seems to me that the system needs to be initialized.
8
8
# Folowing trick will wait 10 seconds without slowing down X start up.
9
9
XIM_PROGRAM_XTRA="(sleep 10; uim-toolbar-qt)"