Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 408955 - app-i18n/fcitx - Please add "qt table" USE flags
Summary: app-i18n/fcitx - Please add "qt table" USE flags
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mu Qiao (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2012-03-20 06:31 UTC by linuxboy
Modified: 2012-03-21 01:56 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
fcitx-4.2.1.ebuild (fcitx-4.2.1.ebuild,2.36 KB, text/plain)
2012-03-20 06:31 UTC, linuxboy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description linuxboy 2012-03-20 06:31:36 UTC
Created attachment 305935 [details]
fcitx-4.2.1.ebuild

fcitx has QT_IM_MODULE support, but there is not "qt" flag in the lastest fcitx ebuild, so I can't get the fcitx working with QT_IM_MODULE.
Could the fcitx ebuild maintainer update it?
I have made an ebuild for myself.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-03-20 15:18:01 UTC
Comment on attachment 305935 [details]
fcitx-4.2.1.ebuild

--- fcitx-4.2.1.ebuild  2012-03-13 02:58:10.000000000 +0100
+++ -   2012-03-20 16:17:47.581890418 +0100
@@ -13,7 +13,7 @@
 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
@@ -50,13 +50,15 @@
 
 src_configure() {
        local mycmakeargs="
-               $(cmake-utils_use_enable cairo)
-               $(cmake-utils_use_enable dbus)
-               $(cmake-utils_use_enable debug)
+               $(cmake-utils_use_enable cairo CAIRO)
+               $(cmake-utils_use_enable dbus DBUS)
+               $(cmake-utils_use_enable debug DEBUG)
                $(cmake-utils_use_enable gtk GTK2_IM_MODULE)
-               $(cmake-utils_use_enable gtk3 GTK3_IM_MODULE)
-               $(cmake-utils_use_enable opencc)
-               $(cmake-utils_use_enable pango)"
+               $(cmake-utils_use_enable gtk3 GTK3_IIM_MODULE)
+               $(cmake-utils_use_enable qt QT_IM_MODULE)
+               $(cmake-utils_use_enable opencc OPENCC)
+               $(cmake-utils_use_enable pango PANGO)
+               $(cmake-tuils_use_enable table TABLE)"
                cmake-utils_src_configure
 }
Comment 2 Mu Qiao (RETIRED) gentoo-dev 2012-03-21 01:56:05 UTC
Thanks for reporting. Fixed in CVS for >=fcitx-4.2.0.