summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2017-09-01 21:35:29 +0200
committerMike Gilbert <floppym@gentoo.org>2017-09-02 11:52:02 -0400
commit52247dfb39050c811eaaa01c426dae43bd17fdd5 (patch)
treeca8237d5d5c0978c9cfbee15d43b239a8491cf88
parentapp-admin/logsurfer+: drop vulnerable wrt bug #628560 (diff)
downloadgentoo-52247dfb39050c811eaaa01c426dae43bd17fdd5.tar.gz
gentoo-52247dfb39050c811eaaa01c426dae43bd17fdd5.tar.bz2
gentoo-52247dfb39050c811eaaa01c426dae43bd17fdd5.zip
app-i18n/fcitx: Always install libfcitx-gclient library.
-rw-r--r--app-i18n/fcitx/fcitx-4.2.9.1.ebuild20
-rw-r--r--app-i18n/fcitx/fcitx-9999.ebuild20
2 files changed, 10 insertions, 30 deletions
diff --git a/app-i18n/fcitx/fcitx-4.2.9.1.ebuild b/app-i18n/fcitx/fcitx-4.2.9.1.ebuild
index d1ada64b61b7..ea7c27463e54 100644
--- a/app-i18n/fcitx/fcitx-4.2.9.1.ebuild
+++ b/app-i18n/fcitx/fcitx-4.2.9.1.ebuild
@@ -25,7 +25,8 @@ KEYWORDS="amd64 hppa ppc ppc64 x86"
IUSE="+X +autostart +cairo debug +enchant gtk2 gtk3 +introspection lua nls opencc +pango qt4 static-libs +table test +xml"
REQUIRED_USE="cairo? ( X ) pango? ( cairo ) qt4? ( X )"
-RDEPEND="sys-apps/dbus
+RDEPEND="dev-libs/glib:2
+ sys-apps/dbus
virtual/libiconv
virtual/libintl
x11-libs/libxkbcommon
@@ -37,25 +38,15 @@ RDEPEND="sys-apps/dbus
xml? ( x11-libs/libxkbfile )
)
cairo? (
- dev-libs/glib:2
x11-libs/cairo[X]
x11-libs/libXext
pango? ( x11-libs/pango )
!pango? ( media-libs/fontconfig )
)
enchant? ( app-text/enchant )
- gtk2? (
- dev-libs/glib:2
- x11-libs/gtk+:2
- )
- gtk3? (
- dev-libs/glib:2
- x11-libs/gtk+:3
- )
- introspection? (
- dev-libs/glib:2
- dev-libs/gobject-introspection
- )
+ gtk2? ( x11-libs/gtk+:2 )
+ gtk3? ( x11-libs/gtk+:3 )
+ introspection? ( dev-libs/gobject-introspection )
lua? ( dev-lang/lua:= )
nls? ( sys-devel/gettext )
opencc? ( app-i18n/opencc:= )
@@ -105,7 +96,6 @@ src_configure() {
-DENABLE_ENCHANT=$(usex enchant)
-DENABLE_GETTEXT=$(usex nls)
-DENABLE_GIR=$(usex introspection)
- -DENABLE_GLIB2=$(if use cairo || use gtk2 || use gtk3 || use introspection; then echo yes; else echo no; fi)
-DENABLE_GTK2_IM_MODULE=$(usex gtk2)
-DENABLE_GTK3_IM_MODULE=$(usex gtk3)
-DENABLE_LIBXML2=$(usex xml)
diff --git a/app-i18n/fcitx/fcitx-9999.ebuild b/app-i18n/fcitx/fcitx-9999.ebuild
index 3d658af94612..08e71fb657ba 100644
--- a/app-i18n/fcitx/fcitx-9999.ebuild
+++ b/app-i18n/fcitx/fcitx-9999.ebuild
@@ -25,7 +25,8 @@ KEYWORDS=""
IUSE="+X +autostart +cairo debug +enchant gtk2 gtk3 +introspection lua nls opencc +pango qt4 static-libs +table test +xml"
REQUIRED_USE="cairo? ( X ) pango? ( cairo ) qt4? ( X )"
-RDEPEND="sys-apps/dbus
+RDEPEND="dev-libs/glib:2
+ sys-apps/dbus
virtual/libiconv
virtual/libintl
x11-libs/libxkbcommon
@@ -37,25 +38,15 @@ RDEPEND="sys-apps/dbus
xml? ( x11-libs/libxkbfile )
)
cairo? (
- dev-libs/glib:2
x11-libs/cairo[X]
x11-libs/libXext
pango? ( x11-libs/pango )
!pango? ( media-libs/fontconfig )
)
enchant? ( app-text/enchant )
- gtk2? (
- dev-libs/glib:2
- x11-libs/gtk+:2
- )
- gtk3? (
- dev-libs/glib:2
- x11-libs/gtk+:3
- )
- introspection? (
- dev-libs/glib:2
- dev-libs/gobject-introspection
- )
+ gtk2? ( x11-libs/gtk+:2 )
+ gtk3? ( x11-libs/gtk+:3 )
+ introspection? ( dev-libs/gobject-introspection )
lua? ( dev-lang/lua:= )
nls? ( sys-devel/gettext )
opencc? ( app-i18n/opencc:= )
@@ -100,7 +91,6 @@ src_configure() {
-DENABLE_ENCHANT=$(usex enchant)
-DENABLE_GETTEXT=$(usex nls)
-DENABLE_GIR=$(usex introspection)
- -DENABLE_GLIB2=$(if use cairo || use gtk2 || use gtk3 || use introspection; then echo yes; else echo no; fi)
-DENABLE_GTK2_IM_MODULE=$(usex gtk2)
-DENABLE_GTK3_IM_MODULE=$(usex gtk3)
-DENABLE_LIBXML2=$(usex xml)