diff options
author | Ben de Groot <yngwin@gentoo.org> | 2014-02-27 10:41:48 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2014-02-27 10:41:48 +0000 |
commit | 0648402f580a801287f550b381730fdd4f4a6416 (patch) | |
tree | 79ec8df032b848b7c15da97e0d01259a5c975489 /app-i18n/fcitx-unikey | |
parent | Version bump (diff) | |
download | gentoo-2-0648402f580a801287f550b381730fdd4f4a6416.tar.gz gentoo-2-0648402f580a801287f550b381730fdd4f4a6416.tar.bz2 gentoo-2-0648402f580a801287f550b381730fdd4f4a6416.zip |
version bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x0F9C590B7FF324F6!)
Diffstat (limited to 'app-i18n/fcitx-unikey')
-rw-r--r-- | app-i18n/fcitx-unikey/ChangeLog | 9 | ||||
-rw-r--r-- | app-i18n/fcitx-unikey/fcitx-unikey-0.2.3.ebuild | 34 |
2 files changed, 41 insertions, 2 deletions
diff --git a/app-i18n/fcitx-unikey/ChangeLog b/app-i18n/fcitx-unikey/ChangeLog index 0720b54e2ea6..dfe0b0212f66 100644 --- a/app-i18n/fcitx-unikey/ChangeLog +++ b/app-i18n/fcitx-unikey/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-i18n/fcitx-unikey -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-unikey/ChangeLog,v 1.5 2013/08/03 14:49:19 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-unikey/ChangeLog,v 1.6 2014/02/27 10:41:48 yngwin Exp $ + +*fcitx-unikey-0.2.3 (27 Feb 2014) + + 27 Feb 2014; Ben de Groot <yngwin@gentoo.org> +fcitx-unikey-0.2.3.ebuild: + version bump 03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> fcitx-unikey-0.2.0.ebuild: Stable for ppc, wrt bug #461512 diff --git a/app-i18n/fcitx-unikey/fcitx-unikey-0.2.3.ebuild b/app-i18n/fcitx-unikey/fcitx-unikey-0.2.3.ebuild new file mode 100644 index 000000000000..9e6f963e4d4f --- /dev/null +++ b/app-i18n/fcitx-unikey/fcitx-unikey-0.2.3.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-unikey/fcitx-unikey-0.2.3.ebuild,v 1.1 2014/02/27 10:41:48 yngwin Exp $ + +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 ~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 +} |