From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1CE461396D2 for ; Thu, 31 Aug 2017 19:53:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67069E0D34; Thu, 31 Aug 2017 19:53:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43D9DE0D3C for ; Thu, 31 Aug 2017 19:53:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52280340988 for ; Thu, 31 Aug 2017 19:53:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7AF88968 for ; Thu, 31 Aug 2017 19:53:17 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1504209172.5f6213b846f628da14c054808abf69a09ba198a0.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/kcm-fcitx/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/kcm-fcitx/kcm-fcitx-9999.ebuild X-VCS-Directories: app-i18n/kcm-fcitx/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 5f6213b846f628da14c054808abf69a09ba198a0 X-VCS-Branch: master Date: Thu, 31 Aug 2017 19:53:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dcd9f3db-8515-482e-a0e1-a5e33de1c23a X-Archives-Hash: 1b7b6beaf2c9d5841f235dde072b3bbb commit: 5f6213b846f628da14c054808abf69a09ba198a0 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Thu Aug 31 18:27:53 2017 +0000 Commit: Mike Gilbert gentoo 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