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 00F0F138359 for ; Thu, 27 Aug 2020 06:17:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCB35E0C3A; Thu, 27 Aug 2020 06:17:07 +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 3EEA0E0BC6 for ; Thu, 27 Aug 2020 06:17:07 +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 16372335DB5 for ; Thu, 27 Aug 2020 06:17:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81B6D332 for ; Thu, 27 Aug 2020 06:17:04 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1598474115.1f659fffcc4d262b527622bb32a4a900374db435.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild X-VCS-Directories: kde-plasma/plasma-workspace/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1f659fffcc4d262b527622bb32a4a900374db435 X-VCS-Branch: master Date: Thu, 27 Aug 2020 06:17:04 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c7cbba22-9223-448b-b530-889cd4c69029 X-Archives-Hash: 9e644c124085ad661a2402485d87ea52 commit: 1f659fffcc4d262b527622bb32a4a900374db435 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 26 20:35:15 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 26 20:35:15 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1f659fff kde-plasma/plasma-workspace: Several KCMs moved from plasma-desktop colors cursortheme fonts kfontinst krdb lookandfeel style Upstream commit 7d5806ff1c2d952e71200ef5beb8e197ad6dc493 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild index a2106a6441..b8e435dc75 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild @@ -16,7 +16,7 @@ DESCRIPTION="KDE Plasma workspace" LICENSE="GPL-2" # TODO: CHECK SLOT="5" KEYWORDS="" -IUSE="appstream +calendar geolocation gps qalculate screencast +semantic-desktop systemd telemetry" +IUSE="appstream +calendar +fontconfig geolocation gps qalculate screencast +semantic-desktop systemd telemetry" REQUIRED_USE="gps? ( geolocation )" @@ -87,6 +87,7 @@ COMMON_DEPEND=" x11-libs/libX11 x11-libs/libXau x11-libs/libxcb + x11-libs/libXcursor x11-libs/libXfixes x11-libs/libXrender x11-libs/libXtst @@ -94,6 +95,12 @@ COMMON_DEPEND=" x11-libs/xcb-util-image appstream? ( dev-libs/appstream[qt5] ) calendar? ( >=kde-frameworks/kholidays-${KFMIN}:5 ) + fontconfig? ( + media-libs/fontconfig + media-libs/freetype + x11-libs/libXft + x11-libs/xcb-util-image + ) geolocation? ( >=kde-frameworks/networkmanager-qt-${KFMIN}:5 ) gps? ( sci-geosciences/gpsd ) qalculate? ( sci-libs/libqalculate:= ) @@ -105,6 +112,7 @@ DEPEND="${COMMON_DEPEND} >=dev-libs/plasma-wayland-protocols-1.1.1 >=dev-qt/qtconcurrent-${QTMIN}:5 x11-base/xorg-proto + fontconfig? ( x11-libs/libXrender ) " RDEPEND="${COMMON_DEPEND} app-text/iso-codes @@ -190,6 +198,7 @@ src_configure() { -DBUILD_xembed-sni-proxy=OFF $(cmake_use_find_package appstream AppStreamQt) $(cmake_use_find_package calendar KF5Holidays) + $(cmake_use_find_package fontconfig Fontconfig) $(cmake_use_find_package geolocation KF5NetworkManagerQt) $(cmake_use_find_package qalculate Qalculate) $(cmake_use_find_package semantic-desktop KF5Baloo)