diff options
author | Ben de Groot <yngwin@gentoo.org> | 2014-11-02 08:47:44 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2014-11-02 08:47:44 +0000 |
commit | 5320c8fb4a656a5d8ffa5bcb928dd82da21cb638 (patch) | |
tree | 22b9727c3a710f19be9b96fb632229d2477b7550 /app-i18n | |
parent | Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug #... (diff) | |
download | gentoo-2-5320c8fb4a656a5d8ffa5bcb928dd82da21cb638.tar.gz gentoo-2-5320c8fb4a656a5d8ffa5bcb928dd82da21cb638.tar.bz2 gentoo-2-5320c8fb4a656a5d8ffa5bcb928dd82da21cb638.zip |
version bump
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x0F9C590B7FF324F6!)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/fcitx-unikey/ChangeLog | 7 | ||||
-rw-r--r-- | app-i18n/fcitx-unikey/fcitx-unikey-0.2.4.ebuild | 34 |
2 files changed, 40 insertions, 1 deletions
diff --git a/app-i18n/fcitx-unikey/ChangeLog b/app-i18n/fcitx-unikey/ChangeLog index b3ab32c4e68e..3844db70afe7 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-unikey/ChangeLog,v 1.7 2014/03/08 12:04:57 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-unikey/ChangeLog,v 1.8 2014/11/02 08:47:44 yngwin Exp $ + +*fcitx-unikey-0.2.4 (02 Nov 2014) + + 02 Nov 2014; Ben de Groot <yngwin@gentoo.org> +fcitx-unikey-0.2.4.ebuild: + version bump 08 Mar 2014; Pacho Ramos <pacho@gentoo.org> fcitx-unikey-0.2.2.ebuild: amd64 stable, bug 498688 diff --git a/app-i18n/fcitx-unikey/fcitx-unikey-0.2.4.ebuild b/app-i18n/fcitx-unikey/fcitx-unikey-0.2.4.ebuild new file mode 100644 index 000000000000..d027480ad0ad --- /dev/null +++ b/app-i18n/fcitx-unikey/fcitx-unikey-0.2.4.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.4.ebuild,v 1.1 2014/11/02 08:47:44 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 +} |