Blame SOURCES/update-gtk-immodules.1

f95c2c
'\" t
f95c2c
.\"     Title: update-gtk-immodules
f95c2c
.\"    Author: Matthias Clasen <mclasen@redhat.com>
f95c2c
.\"      Date: 06/26/2013
f95c2c
.\"    Manual: User Commands
f95c2c
.\"    Source: GTK+
f95c2c
.\"  Language: English
f95c2c
.\"
f95c2c
.TH "UPDATE\-GTK\-IMMODULES" "1" "" "GTK+" "User Commands"
f95c2c
.\" -----------------------------------------------------------------
f95c2c
.\" * Define some portability stuff
f95c2c
.\" -----------------------------------------------------------------
f95c2c
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
f95c2c
.\" http://bugs.debian.org/507673
f95c2c
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
f95c2c
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
f95c2c
.ie \n(.g .ds Aq \(aq
f95c2c
.el       .ds Aq '
f95c2c
.\" -----------------------------------------------------------------
f95c2c
.\" * set default formatting
f95c2c
.\" -----------------------------------------------------------------
f95c2c
.\" disable hyphenation
f95c2c
.nh
f95c2c
.\" disable justification (adjust text to left margin only)
f95c2c
.ad l
f95c2c
.\" -----------------------------------------------------------------
f95c2c
.\" * MAIN CONTENT STARTS HERE *
f95c2c
.\" -----------------------------------------------------------------
f95c2c
.SH "NAME"
f95c2c
update-gtk-immodules - Update GTK+ immodule cache
f95c2c
.SH "SYNOPSIS"
f95c2c
.HP \w'\fBupdate-gtk-immodules\fR\ 'u
f95c2c
\fBupdate-gtk-immodules\fR [HOST_TRIPLET]
f95c2c
.SH "DESCRIPTION"
f95c2c
.PP
f95c2c
\fBupdate-gtk-immodules\fR
f95c2c
is a wrapper around gtk-query-immodules-2.0 that tries to help with
f95c2c
multilib installations. It is meant to be used in %post scripts of rpm
f95c2c
packages that install input method modules for GTK+ 2.x.
f95c2c
f95c2c
.PP
f95c2c
It needs to be given a GNU-style host triplet as argument, such as
f95c2c
"x86_64-redhat-linux-gnu". This argument determines where the tool
f95c2c
saves the gtk.immodules file that it creates. It must be the same
f95c2c
as the host triplet that GTK+ was configured with.
f95c2c
f95c2c
.SH "FILES"
f95c2c
.PP
f95c2c
$libdir/gtk-2.0/2.10.0/immodules.cache - the file created by update-gtk-immodules.
f95c2c
f95c2c
.SH "SEE ALSO"
f95c2c
.BR gtk-query-immodules-2.0 "(1)"