Portage is a package management system used by Gentoo Linux
# ChangeLog for app-i18n/scim-input-pad
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-input-pad/ChangeLog,v 1.5 2008/06/20 23:52:52 matsuu Exp $
20 Jun 2008; MATSUU Takuto
scim-input-pad-0.1.1.ebuild:
Added dev-util/pkgconfig to DEPEND, bug #227575.
10 Sep 2007; Christian Faulhammer
scim-input-pad-0.1.1.ebuild:
x86 stable, bug 189292
21 Feb 2007; Piotr Jaroszyński
Transition to Manifest2.
05 Jan 2007; Diego Pettenò
scim-input-pad-0.1.1.ebuild:
Convert to use elog.
*scim-input-pad-0.1.1 (16 Feb 2006)
16 Feb 2006; Alastair Tse
+scim-input-pad-0.1.1.ebuild:
initial ebuild thanks to Mathieu Bonnet (#100599)
DIST scim-input-pad-0.1.1.tar.gz 562010 RMD160 8a80a6a601b7e9b163a7db3f7e8891a67f51716a SHA1 c8722aaa261cc46bdc49a3586524ed53422b42dc SHA256 f59cea4b42e7e95956415fdb53ae1874244b9b892b7939237654748e48a1669c
EBUILD scim-input-pad-0.1.1.ebuild 1462 RMD160 353fcfcc7b4eb61579ca93b3a0604763a2c9dcf6 SHA1 c22e1965d3de3210b9503a0281786e44a0c0c7d2 SHA256 668c2fb7ea754189b7e3568ccd7dc7d6952dd4ffc5b483948deafe37d02517c9
MISC ChangeLog 849 RMD160 65a1090c818622b396108eafadca3454bf24a2b5 SHA1 9745be6aca9032b0e859c1fc2087494162574335 SHA256 8134dd6dc4220e710065ebb1521cf3f19bfc77da60ddcdc56e84554dde54b4d2
MISC metadata.xml 1580 RMD160 d4b2457c227315909ce5cfcbc1d81d6303f51fd6 SHA1 bd2694e1dabadf0f7d4ead49ac9b85796650e6ed SHA256 ea2769dd735017264f73a4b3afab3ea495a03b7284563590974751c1027ec9f0
The Smart Common Input Method (SCIM) input pad is a tool used to
input special characters, in an easy way. You select the text
zone you wish to write in, and just click on the wanted character
in the right multilevel tabbed table, from the SCIM Input Pad
interface. By default, there is special characters from Japanese
(including kana), Chinese, Korean, Latin, braille, mathematics
and a lot of other miscellaneous symbols such as arrows, box
elements, etc. You may also add new characters (see
documentation).
L'outils SCIM (Smart Common Input Method, "méthode commune et
intelligente de saisie de caractères", en français) Input Pad
("tableau d'entrée de caractère", en français), est utilisé pour
saisir divers symboles de façon simple. Vous n'avez qu'à
sélectionner la zone de texte dans laquelle vous souhaitez
écrire, et à cliquer sur le caractère désiré, dans le tableau à
onglets multi-niveaux, de l'interface de SCIM Input Pad. Par
défaut, sont disponibles des caractères spéciaux provenant du
japonais (kana y compris), du chinois, du coréen, du latin, du
braille, des mathématiques, et beaucoup d'autres symboles divers
comme des flèches, des éléments de boîtes, etc. Vous pouvez
également rajouter de nouveaux caractères (cf. documentation).
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-input-pad/scim-input-pad-0.1.1.ebuild,v 1.5 2008/06/20 23:52:52 matsuu Exp $
DESCRIPTION="Input pad for SCIM used to input symbols and special characters"
HOMEPAGE="http://www.scim-im.org/"
SRC_URI="mirror://sourceforge/scim/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE="nls"
RDEPEND=">=app-i18n/scim-1.2.0
>=x11-libs/gtk+-2.6.0"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_compile() {
econf $(use_enable nls) || die "Error: econf failed!"
emake || die "Error: emake failed!"
}
src_install() {
emake DESTDIR="${D}" install || die "Error: install failed!"
dodoc ChangeLog README TODO
}
pkg_postinst() {
elog
elog "The SCIM input pad should be startable from the SCIM (and Skim)"
elog "systray icon right click menu. You will have to restart SCIM"
elog "(or Skim) in order for the menu entry to appear (you may simply"
elog "restart your X server). If you want to use it immediately, just"
elog "start the SCIM input pad, using the 'scim-input-pad' command."
elog
elog "To use, select the text zone you wish to write in, and just"
elog "click on the wanted character in the right multilevel tabbed"
elog "table, from the SCIM Input Pad interface."
elog
elog "To add new characters to the tables, see the documentation"
elog "(/usr/share/doc/${PF}/README.gz)."
elog
}