diff options
author | Ben de Groot <yngwin@gentoo.org> | 2013-07-24 11:27:45 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2013-07-24 11:27:45 +0000 |
commit | 722ce8eb75d78d1b67fe4fdd61af1d99694d462e (patch) | |
tree | cd758497f8432a9df4452ca48f03815054d33682 /app-i18n/fcitx-hangul | |
parent | Version bump (diff) | |
download | gentoo-2-722ce8eb75d78d1b67fe4fdd61af1d99694d462e.tar.gz gentoo-2-722ce8eb75d78d1b67fe4fdd61af1d99694d462e.tar.bz2 gentoo-2-722ce8eb75d78d1b67fe4fdd61af1d99694d462e.zip |
Version bump
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 0x2B2474AD43CE296E!)
Diffstat (limited to 'app-i18n/fcitx-hangul')
-rw-r--r-- | app-i18n/fcitx-hangul/ChangeLog | 7 | ||||
-rw-r--r-- | app-i18n/fcitx-hangul/fcitx-hangul-0.3.0.ebuild | 29 |
2 files changed, 35 insertions, 1 deletions
diff --git a/app-i18n/fcitx-hangul/ChangeLog b/app-i18n/fcitx-hangul/ChangeLog index a6943eb60bfa..c22c67ca116a 100644 --- a/app-i18n/fcitx-hangul/ChangeLog +++ b/app-i18n/fcitx-hangul/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-i18n/fcitx-hangul # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-hangul/ChangeLog,v 1.1 2013/01/31 13:48:51 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-hangul/ChangeLog,v 1.2 2013/07/24 11:27:45 yngwin Exp $ + +*fcitx-hangul-0.3.0 (24 Jul 2013) + + 24 Jul 2013; Ben de Groot <yngwin@gentoo.org> +fcitx-hangul-0.3.0.ebuild: + Version bump *fcitx-hangul-0.2.1 (31 Jan 2013) diff --git a/app-i18n/fcitx-hangul/fcitx-hangul-0.3.0.ebuild b/app-i18n/fcitx-hangul/fcitx-hangul-0.3.0.ebuild new file mode 100644 index 000000000000..b6dae14c71aa --- /dev/null +++ b/app-i18n/fcitx-hangul/fcitx-hangul-0.3.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-hangul/fcitx-hangul-0.3.0.ebuild,v 1.1 2013/07/24 11:27:45 yngwin Exp $ + +EAPI=5 +inherit cmake-utils gnome2-utils + +DESCRIPTION="Korean Hangul module for Fcitx" +HOMEPAGE="http://fcitx-im.org/" +SRC_URI="http://download.fcitx-im.org/${PN}/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=app-i18n/fcitx-4.2.8 + app-i18n/libhangul" +DEPEND="${RDEPEND} + sys-devel/gettext + virtual/libintl" + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} |