~ubuntu-branches/ubuntu/hardy/uim/hardy

« 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: 2007-04-21 03:46:09 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070421034609-gpcurkutp8vaysqj
Tags: 1:1.4.1-3
* Switch to dh_gtkmodules for the gtk 2.10 transition (Closes:
  #419318)
  - debian/control: Add ${misc:Depends} and remove libgtk2.0-bin on
    uim-gtk2.0.
  - debian/uim-gtk2.0.post{inst,rm}: Removed.

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)"