summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiajun Wang <amesists@gmail.com>2015-12-10 15:36:36 +0800
committerYixun Lan <dlan@gentoo.org>2015-12-22 10:31:38 +0800
commit80af978bee5a4bc08a4f968f5091931cbd07ff12 (patch)
treefcb4a56a54c86b012b345cd37a1074854095bf99 /app-i18n/fcitx-anthy/fcitx-anthy-0.2.2.ebuild
parentdev-perl/Moose: Version bump (diff)
downloadgentoo-80af978bee5a4bc08a4f968f5091931cbd07ff12.tar.gz
gentoo-80af978bee5a4bc08a4f968f5091931cbd07ff12.tar.bz2
gentoo-80af978bee5a4bc08a4f968f5091931cbd07ff12.zip
app-i18n/fcitx-anthy: version bump to 0.2.2
Package-Manager: portage-2.2.26 Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'app-i18n/fcitx-anthy/fcitx-anthy-0.2.2.ebuild')
-rw-r--r--app-i18n/fcitx-anthy/fcitx-anthy-0.2.2.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/app-i18n/fcitx-anthy/fcitx-anthy-0.2.2.ebuild b/app-i18n/fcitx-anthy/fcitx-anthy-0.2.2.ebuild
new file mode 100644
index 000000000000..7675f953c094
--- /dev/null
+++ b/app-i18n/fcitx-anthy/fcitx-anthy-0.2.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit cmake-utils gnome2-utils
+
+DESCRIPTION="Japanese Anthy 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 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND=">=app-i18n/fcitx-4.2.8
+ app-i18n/anthy"
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ virtual/libintl"
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}