diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2017-08-31 20:27:53 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-08-31 15:52:52 -0400 |
commit | 5f6213b846f628da14c054808abf69a09ba198a0 (patch) | |
tree | e4cf41c0f88a4de46faa344212414ea1d2e53dd9 /app-i18n/kcm-fcitx | |
parent | app-i18n/kcm-fcitx: Disable kbd-layout-viewer in slot 4 with USE="minimal". (diff) | |
download | gentoo-5f6213b846f628da14c054808abf69a09ba198a0.tar.gz gentoo-5f6213b846f628da14c054808abf69a09ba198a0.tar.bz2 gentoo-5f6213b846f628da14c054808abf69a09ba198a0.zip |
app-i18n/kcm-fcitx: Update dependencies.
https://github.com/fcitx/kcm-fcitx/commit/d223273cbf39031d0a7238baeeee06d124edf0b6
Diffstat (limited to 'app-i18n/kcm-fcitx')
-rw-r--r-- | app-i18n/kcm-fcitx/kcm-fcitx-9999.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/app-i18n/kcm-fcitx/kcm-fcitx-9999.ebuild b/app-i18n/kcm-fcitx/kcm-fcitx-9999.ebuild index b26b46b1c39d..7b6425d1af8d 100644 --- a/app-i18n/kcm-fcitx/kcm-fcitx-9999.ebuild +++ b/app-i18n/kcm-fcitx/kcm-fcitx-9999.ebuild @@ -30,6 +30,7 @@ RDEPEND=">=app-i18n/fcitx-4.2.8 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 kde-frameworks/kcmutils:5 kde-frameworks/kcoreaddons:5 kde-frameworks/ki18n:5 @@ -38,19 +39,14 @@ RDEPEND=">=app-i18n/fcitx-4.2.8 kde-frameworks/knewstuff:5 kde-frameworks/kwidgetsaddons:5 virtual/libintl + x11-libs/libX11 + x11-libs/libxkbfile !${CATEGORY}/${PN}:4[-minimal(-)]" DEPEND="${RDEPEND} kde-frameworks/extra-cmake-modules:5 sys-devel/gettext virtual/pkgconfig" -src_prepare() { - # x11-libs/libxkbfile only used by kbd-layout-viewer not ported to Qt 5 / KDE 5. - sed -e "/find_package(XkbFile REQUIRED)/d" -i CMakeLists.txt - - cmake-utils_src_prepare -} - src_configure() { local mycmakeargs=( -DKDE_INSTALL_USE_QT_SYS_PATHS=yes |