diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2007-03-25 07:44:30 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2007-03-25 07:44:30 +0000 |
commit | 8a87ee9affe8cfb04d1135a75cd91513220654c9 (patch) | |
tree | 307611188adc0f7760b689c3d80e91f1a1f65591 /app-i18n | |
parent | Provide getgrouplist() when need be #169909 by Natanael Copa. (diff) | |
download | gentoo-2-8a87ee9affe8cfb04d1135a75cd91513220654c9.tar.gz gentoo-2-8a87ee9affe8cfb04d1135a75cd91513220654c9.tar.bz2 gentoo-2-8a87ee9affe8cfb04d1135a75cd91513220654c9.zip |
Version bumped. Added some fonts to RDEPEND.
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/uim/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/uim/files/digest-uim-1.4.1 | 3 | ||||
-rw-r--r-- | app-i18n/uim/uim-1.4.1.ebuild | 139 |
3 files changed, 149 insertions, 1 deletions
diff --git a/app-i18n/uim/ChangeLog b/app-i18n/uim/ChangeLog index 291d15c2b78b..58244574dccd 100644 --- a/app-i18n/uim/ChangeLog +++ b/app-i18n/uim/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-i18n/uim # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/ChangeLog,v 1.158 2007/02/18 05:17:30 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/ChangeLog,v 1.159 2007/03/25 07:44:30 matsuu Exp $ + +*uim-1.4.1 (25 Mar 2007) + + 25 Mar 2007; MATSUU Takuto <matsuu@gentoo.org> +uim-1.4.1.ebuild: + Version bumped. + Added some fonts to RDEPEND. 18 Feb 2007; MATSUU Takuto <matsuu@gentoo.org> -uim-0.5.0.1.ebuild: Remove old version. diff --git a/app-i18n/uim/files/digest-uim-1.4.1 b/app-i18n/uim/files/digest-uim-1.4.1 new file mode 100644 index 000000000000..9c6214fd4f16 --- /dev/null +++ b/app-i18n/uim/files/digest-uim-1.4.1 @@ -0,0 +1,3 @@ +MD5 f2d0da38626e0d96116e7bd72a0bc596 uim-1.4.1.tar.bz2 2634265 +RMD160 84d95720af62990e0fca1bd3d1a53eeca25d5deb uim-1.4.1.tar.bz2 2634265 +SHA256 145e77ea713b0ebc7afd4be4e8775029b764c4cdd2d54b96594f00b999117771 uim-1.4.1.tar.bz2 2634265 diff --git a/app-i18n/uim/uim-1.4.1.ebuild b/app-i18n/uim/uim-1.4.1.ebuild new file mode 100644 index 000000000000..14319e855b3f --- /dev/null +++ b/app-i18n/uim/uim-1.4.1.ebuild @@ -0,0 +1,139 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.4.1.ebuild,v 1.1 2007/03/25 07:44:30 matsuu Exp $ + +inherit eutils qt3 multilib elisp-common + +DESCRIPTION="Simple, secure and flexible input method library" +HOMEPAGE="http://uim.freedesktop.org/" +SRC_URI="http://uim.freedesktop.org/releases/uim/stable/${P}.tar.bz2" + +LICENSE="BSD GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="anthy canna eb emacs gnome gtk kde libedit m17n-lib ncurses nls prime qt3 X linguas_zh_CN linguas_ja linguas_ko" + +RDEPEND="X? ( + x11-libs/libX11 + x11-libs/libXft + x11-libs/libXt + x11-libs/libICE + x11-libs/libSM + x11-libs/libXext + x11-libs/libXrender + ) + anthy? ( || ( app-i18n/anthy app-i18n/anthy-ss ) ) + canna? ( app-i18n/canna ) + eb? ( dev-libs/eb ) + emacs? ( virtual/emacs ) + gnome? ( >=gnome-base/gnome-panel-2.14 ) + gtk? ( >=x11-libs/gtk+-2.4 ) + kde? ( kde-base/kdelibs ) + libedit? ( dev-libs/libedit ) + m17n-lib? ( >=dev-libs/m17n-lib-1.3.1 ) + ncurses? ( sys-libs/ncurses ) + nls? ( virtual/libintl ) + prime? ( app-i18n/prime ) + qt3? ( $(qt_min_version 3.3.4) ) + !app-i18n/uim-svn + !<app-i18n/prime-0.9.4" + +DEPEND="${RDEPEND} + X? ( + x11-proto/xextproto + x11-proto/xproto + )" + +RDEPEND="${RDEPEND} + X? ( + media-fonts/font-sony-misc + linguas_zh_CN? ( media-fonts/font-isas-misc ) + linguas_ja? ( media-fonts/font-jis-misc ) + linguas_ko? ( media-fonts/font-daewoo-misc ) + )" +# linguas_zh_TW? ( media-fonts/taipeifonts ) + +pkg_setup() { + if use qt3 && ! built_with_use =x11-libs/qt-3* immqt-bc && ! built_with_use =x11-libs/qt-3* immqt; then + eerror "To support qt3 in this package is required to have" + eerror "=x11-libs/qt-3* compiled with immqt-bc(recommended) or immqt USE flag." + die "Please reemerge =x11-libs/qt-3* with USE=\"immqt-bc\" or USE=\"immqt\"." + + fi + # An arch specific config directory is used on multilib systems + has_multilib_profile && GTK2_CONFDIR="/etc/gtk-2.0/${CHOST}" + GTK2_CONFDIR=${GTK2_CONFDIR:=/etc/gtk-2.0/} +} + +src_compile() { + local myconf + + if use gtk && (use anthy || use canna); then + myconf="${myconf} --enable-dict" + else + myconf="${myconf} --disable-dict" + fi + + if use qt3 ; then + append-flags -DQT_THREAD_SUPPORT + fi + + if use gtk || use qt3 ; then + myconf="${myconf} --enable-pref" + else + myconf="${myconf} --disable-pref" + fi + + econf $(use_with X x) \ + $(use_with anthy) \ + $(use_with canna) \ + $(use_with eb) \ + $(use_enable emacs) \ + $(use_enable gnome gnome-applet) \ + $(use_with gtk gtk2) \ + $(use_with libedit) \ + $(use_enable kde kde-applet) \ + $(use_with m17n-lib m17nlib) \ + $(use_enable ncurses fep) \ + $(use_enable nls) \ + $(use_with qt3 qt) \ + $(use_with qt3 qt-immodule) \ + ${myconf} || die "econf failed" + emake -j1 || die "emake failed" +} + +src_install() { + emake DESTDIR="${D}" install || die "make install failed" + + dodoc AUTHORS ChangeLog* NEWS README RELNOTE + use emacs && elisp-site-file-install "${FILESDIR}"/50uim-el-gentoo.el +} + +pkg_postinst() { + elog + elog "To use uim-skk you should emerge app-i18n/skk-jisyo." + elog + + elog + elog "New input method switcher has been introduced. You need to set" + elog + elog "% GTK_IM_MODULE=uim ; export GTK_IM_MODULE" + elog "% QT_IM_MODULE=uim ; export QT_IM_MODULE" + elog "% XMODIFIERS=@im=uim ; export XMODIFIERS" + elog + elog "If you would like to use uim-anthy as default input method, put" + elog "(define default-im-name 'anthy)" + elog "to your ~/.uim." + elog + elog "All input methods can be found by running uim-im-switcher-gtk" + elog "or uim-im-switcher-qt." + elog + + use gtk && gtk-query-immodules-2.0 > "${ROOT}"/${GTK2_CONFDIR}/gtk.immodules + use emacs && elisp-site-regen +} + +pkg_postrm() { + use gtk && gtk-query-immodules-2.0 > "${ROOT}"/${GTK2_CONFDIR}/gtk.immodules + use emacs && elisp-site-regen +} |