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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Steinar H. Gunderson
  • Date: 2006-07-06 22:17:24 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060706221724-6sobw1fcsxj647hp
Tags: 1:1.1.0-1.2
* Non-maintainer upload.
* Added -Wno-cast-align to CFLAGS, as per the RM's recommendations:

  < vorlon> Sesse: -Wno-cast-align and to hell with it :P

  Really fixes FTBFS. (Really Closes: #375081)

Show diffs side-by-side

added added

removed removed

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