Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/kcm-fcitx/
Date: Thu, 31 Aug 2017 19:53:21
Message-Id: 1504209172.5f6213b846f628da14c054808abf69a09ba198a0.floppym@gentoo
1 commit: 5f6213b846f628da14c054808abf69a09ba198a0
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Thu Aug 31 18:27:53 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 31 19:52:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f6213b8
7
8 app-i18n/kcm-fcitx: Update dependencies.
9
10 https://github.com/fcitx/kcm-fcitx/commit/d223273cbf39031d0a7238baeeee06d124edf0b6
11
12 app-i18n/kcm-fcitx/kcm-fcitx-9999.ebuild | 10 +++-------
13 1 file changed, 3 insertions(+), 7 deletions(-)
14
15 diff --git a/app-i18n/kcm-fcitx/kcm-fcitx-9999.ebuild b/app-i18n/kcm-fcitx/kcm-fcitx-9999.ebuild
16 index b26b46b1c39..7b6425d1af8 100644
17 --- a/app-i18n/kcm-fcitx/kcm-fcitx-9999.ebuild
18 +++ b/app-i18n/kcm-fcitx/kcm-fcitx-9999.ebuild
19 @@ -30,6 +30,7 @@ RDEPEND=">=app-i18n/fcitx-4.2.8
20 dev-qt/qtdbus:5
21 dev-qt/qtgui:5
22 dev-qt/qtwidgets:5
23 + dev-qt/qtx11extras:5
24 kde-frameworks/kcmutils:5
25 kde-frameworks/kcoreaddons:5
26 kde-frameworks/ki18n:5
27 @@ -38,19 +39,14 @@ RDEPEND=">=app-i18n/fcitx-4.2.8
28 kde-frameworks/knewstuff:5
29 kde-frameworks/kwidgetsaddons:5
30 virtual/libintl
31 + x11-libs/libX11
32 + x11-libs/libxkbfile
33 !${CATEGORY}/${PN}:4[-minimal(-)]"
34 DEPEND="${RDEPEND}
35 kde-frameworks/extra-cmake-modules:5
36 sys-devel/gettext
37 virtual/pkgconfig"
38
39 -src_prepare() {
40 - # x11-libs/libxkbfile only used by kbd-layout-viewer not ported to Qt 5 / KDE 5.
41 - sed -e "/find_package(XkbFile REQUIRED)/d" -i CMakeLists.txt
42 -
43 - cmake-utils_src_prepare
44 -}
45 -
46 src_configure() {
47 local mycmakeargs=(
48 -DKDE_INSTALL_USE_QT_SYS_PATHS=yes