diff options
author | Jiajun Wang <amesists@gmail.com> | 2015-12-10 15:47:00 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-12-22 10:31:38 +0800 |
commit | 275b6b2fb30ff73d5f38dfe0a95035901fc9de17 (patch) | |
tree | cfa7b290e565097ec7b0091ed75ae9a5672fbc0f /app-i18n/fcitx-unikey/fcitx-unikey-0.2.5.ebuild | |
parent | app-i18n/fcitx-anthy: version bump to 0.2.2 (diff) | |
download | gentoo-275b6b2fb30ff73d5f38dfe0a95035901fc9de17.tar.gz gentoo-275b6b2fb30ff73d5f38dfe0a95035901fc9de17.tar.bz2 gentoo-275b6b2fb30ff73d5f38dfe0a95035901fc9de17.zip |
app-i18n/fcitx-unikey: version bump to 0.2.5
Package-Manager: portage-2.2.26
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'app-i18n/fcitx-unikey/fcitx-unikey-0.2.5.ebuild')
-rw-r--r-- | app-i18n/fcitx-unikey/fcitx-unikey-0.2.5.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/app-i18n/fcitx-unikey/fcitx-unikey-0.2.5.ebuild b/app-i18n/fcitx-unikey/fcitx-unikey-0.2.5.ebuild new file mode 100644 index 000000000000..d02e5363cac0 --- /dev/null +++ b/app-i18n/fcitx-unikey/fcitx-unikey-0.2.5.ebuild @@ -0,0 +1,34 @@ +# 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="Vietnamese Unikey module for Fcitx" +HOMEPAGE="http://fcitx-im.org/" +SRC_URI="http://download.fcitx-im.org/${PN}/${P}.tar.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="+qt4" + +RDEPEND=">=app-i18n/fcitx-4.2.8[qt4?]" +DEPEND="${RDEPEND} + sys-devel/gettext" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_enable qt4 QT) + ) + cmake-utils_src_configure +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} |