commit: 5f6213b846f628da14c054808abf69a09ba198a0 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org> AuthorDate: Thu Aug 31 18:27:53 2017 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Thu Aug 31 19:52:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f6213b8
app-i18n/kcm-fcitx: Update dependencies. https://github.com/fcitx/kcm-fcitx/commit/d223273cbf39031d0a7238baeeee06d124edf0b6 app-i18n/kcm-fcitx/kcm-fcitx-9999.ebuild | 10 +++------- 1 file 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 b26b46b1c39..7b6425d1af8 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
