summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMu Qiao <qiaomuf@gentoo.org>2012-03-21 01:54:50 +0000
committerMu Qiao <qiaomuf@gentoo.org>2012-03-21 01:54:50 +0000
commit2d46fc876360d116ac1391149804ec929670eae1 (patch)
treec41690f5d62b49d0267c0f63b27b8d65d3f344fe /app-i18n/fcitx
parentNew ebuild written by Serguei Jidkov. Bug #390335 (diff)
downloadgentoo-2-2d46fc876360d116ac1391149804ec929670eae1.tar.gz
gentoo-2-2d46fc876360d116ac1391149804ec929670eae1.tar.bz2
gentoo-2-2d46fc876360d116ac1391149804ec929670eae1.zip
Add qt and table use flag for >=fcitx-4.2.0 (bug #408955)
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/fcitx')
-rw-r--r--app-i18n/fcitx/ChangeLog6
-rw-r--r--app-i18n/fcitx/fcitx-4.0.0.ebuild4
-rw-r--r--app-i18n/fcitx/fcitx-4.2.0-r2.ebuild10
-rw-r--r--app-i18n/fcitx/fcitx-4.2.1.ebuild10
-rw-r--r--app-i18n/fcitx/metadata.xml2
5 files changed, 21 insertions, 11 deletions
diff --git a/app-i18n/fcitx/ChangeLog b/app-i18n/fcitx/ChangeLog
index d52f596d44e2..2c5cd6748d46 100644
--- a/app-i18n/fcitx/ChangeLog
+++ b/app-i18n/fcitx/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-i18n/fcitx
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.40 2012/03/13 01:58:10 qiaomuf Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.41 2012/03/21 01:54:50 qiaomuf Exp $
+
+ 21 Mar 2012; Mu Qiao <qiaomuf@gentoo.org> fcitx-4.2.0-r2.ebuild,
+ fcitx-4.2.1.ebuild, metadata.xml:
+ Add qt and table use flag for >=fcitx-4.2.0 (bug #408955)
*fcitx-4.2.1 (13 Mar 2012)
diff --git a/app-i18n/fcitx/fcitx-4.0.0.ebuild b/app-i18n/fcitx/fcitx-4.0.0.ebuild
index 0d21a9b90f3e..e8d2b27beb8b 100644
--- a/app-i18n/fcitx/fcitx-4.0.0.ebuild
+++ b/app-i18n/fcitx/fcitx-4.0.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.0.0.ebuild,v 1.1 2010/11/27 07:05:07 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.0.0.ebuild,v 1.2 2012/03/21 01:54:50 qiaomuf Exp $
EAPI="3"
diff --git a/app-i18n/fcitx/fcitx-4.2.0-r2.ebuild b/app-i18n/fcitx/fcitx-4.2.0-r2.ebuild
index 5d8104184149..800fdbb5c587 100644
--- a/app-i18n/fcitx/fcitx-4.2.0-r2.ebuild
+++ b/app-i18n/fcitx/fcitx-4.2.0-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.0-r2.ebuild,v 1.1 2012/02/24 06:23:07 qiaomuf Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.0-r2.ebuild,v 1.2 2012/03/21 01:54:50 qiaomuf Exp $
EAPI="3"
@@ -13,7 +13,7 @@ SRC_URI="http://fcitx.googlecode.com/files/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="cairo dbus debug gtk gtk3 opencc pango"
+IUSE="cairo dbus debug gtk gtk3 opencc pango qt table"
RDEPEND="x11-libs/libX11
x11-libs/libXrender
@@ -59,9 +59,11 @@ src_configure() {
$(cmake-utils_use_enable debug)
$(cmake-utils_use_enable gtk GTK2_IM_MODULE)
$(cmake-utils_use_enable gtk3 GTK3_IM_MODULE)
+ $(cmake-utils_use_enable qt QT_IM_MODULE)
$(cmake-utils_use_enable opencc)
- $(cmake-utils_use_enable pango)"
- cmake-utils_src_configure
+ $(cmake-utils_use_enable pango)
+ $(cmake-utils_use_enable table)"
+ cmake-utils_src_configure
}
src_install() {
diff --git a/app-i18n/fcitx/fcitx-4.2.1.ebuild b/app-i18n/fcitx/fcitx-4.2.1.ebuild
index 5ef1426994ea..ad9af17b766a 100644
--- a/app-i18n/fcitx/fcitx-4.2.1.ebuild
+++ b/app-i18n/fcitx/fcitx-4.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.1.ebuild,v 1.1 2012/03/13 01:58:10 qiaomuf Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.1.ebuild,v 1.2 2012/03/21 01:54:50 qiaomuf Exp $
EAPI="3"
@@ -13,7 +13,7 @@ SRC_URI="http://fcitx.googlecode.com/files/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="cairo dbus debug gtk gtk3 opencc pango"
+IUSE="cairo dbus debug gtk gtk3 opencc pango qt table"
RDEPEND="x11-libs/libX11
x11-libs/libXrender
@@ -55,9 +55,11 @@ src_configure() {
$(cmake-utils_use_enable debug)
$(cmake-utils_use_enable gtk GTK2_IM_MODULE)
$(cmake-utils_use_enable gtk3 GTK3_IM_MODULE)
+ $(cmake-utils_use_enable qt QT_IM_MODULE)
$(cmake-utils_use_enable opencc)
- $(cmake-utils_use_enable pango)"
- cmake-utils_src_configure
+ $(cmake-utils_use_enable pango)
+ $(cmake-utils_use_enable table)"
+ cmake-utils_src_configure
}
src_install() {
diff --git a/app-i18n/fcitx/metadata.xml b/app-i18n/fcitx/metadata.xml
index 64aa1a0dcd33..951557235c32 100644
--- a/app-i18n/fcitx/metadata.xml
+++ b/app-i18n/fcitx/metadata.xml
@@ -10,5 +10,7 @@
<flag name="gtk3">Use GTK+3 instead of 2</flag>
<flag name='opencc'>Enable OpenCC for Chinese Transform</flag>
<flag name='pango'>Enable support for <pkg>x11-libs/pango</pkg></flag>
+ <flag name='qt'>Enable Qt IM Module</flag>
+ <flag name='table'>Enable Table IM</flag>
</use>
</pkgmetadata>