From ce09512cf1e2701058e26486c5b641e168847184 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Jan 13 2021 22:20:20 +0000 Subject: Add sources defined in the spec file --- diff --git a/SPECS/gtk+-2.24.32.tar.xz b/SPECS/gtk+-2.24.32.tar.xz new file mode 100644 index 0000000..f6eb7f4 Binary files /dev/null and b/SPECS/gtk+-2.24.32.tar.xz differ diff --git a/SPECS/im-cedilla.conf b/SPECS/im-cedilla.conf new file mode 100644 index 0000000..d8a1976 --- /dev/null +++ b/SPECS/im-cedilla.conf @@ -0,0 +1,6 @@ +XIM=none +XIM_PROGRAM=/bin/true +XIM_ARGS= +SHORT_DESC=im-cedilla +GTK_IM_MODULE=cedilla +QT_IM_MODULE=xim diff --git a/SPECS/update-gtk-immodules b/SPECS/update-gtk-immodules new file mode 100755 index 0000000..2b9471b --- /dev/null +++ b/SPECS/update-gtk-immodules @@ -0,0 +1,17 @@ +#! /bin/sh + +if test $# != 1; then + echo usage: update-gtk-immodules host_triplet 1>&2 + exit 1 +fi + +umask 022 + +case "$1" in + alpha*|ia64*|ppc64*|powerpc64*|s390x*|x86_64*|aarch64*) + /usr/bin/gtk-query-immodules-2.0-64 --update-cache + ;; + *) + /usr/bin/gtk-query-immodules-2.0-32 --update-cache + ;; +esac diff --git a/SPECS/update-gtk-immodules.1 b/SPECS/update-gtk-immodules.1 new file mode 100644 index 0000000..84f8eb0 --- /dev/null +++ b/SPECS/update-gtk-immodules.1 @@ -0,0 +1,52 @@ +'\" t +.\" Title: update-gtk-immodules +.\" Author: Matthias Clasen +.\" Date: 06/26/2013 +.\" Manual: User Commands +.\" Source: GTK+ +.\" Language: English +.\" +.TH "UPDATE\-GTK\-IMMODULES" "1" "" "GTK+" "User Commands" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' +.\" ----------------------------------------------------------------- +.\" * set default formatting +.\" ----------------------------------------------------------------- +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.\" ----------------------------------------------------------------- +.\" * MAIN CONTENT STARTS HERE * +.\" ----------------------------------------------------------------- +.SH "NAME" +update-gtk-immodules - Update GTK+ immodule cache +.SH "SYNOPSIS" +.HP \w'\fBupdate-gtk-immodules\fR\ 'u +\fBupdate-gtk-immodules\fR [HOST_TRIPLET] +.SH "DESCRIPTION" +.PP +\fBupdate-gtk-immodules\fR +is a wrapper around gtk-query-immodules-2.0 that tries to help with +multilib installations. It is meant to be used in %post scripts of rpm +packages that install input method modules for GTK+ 2.x. + +.PP +It needs to be given a GNU-style host triplet as argument, such as +"x86_64-redhat-linux-gnu". This argument determines where the tool +saves the gtk.immodules file that it creates. It must be the same +as the host triplet that GTK+ was configured with. + +.SH "FILES" +.PP +$libdir/gtk-2.0/2.10.0/immodules.cache - the file created by update-gtk-immodules. + +.SH "SEE ALSO" +.BR gtk-query-immodules-2.0 "(1)"