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 38B61138334 for ; Fri, 30 Aug 2019 07:21:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46615E0833; Fri, 30 Aug 2019 07:21:14 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 2CB6FE0833 for ; Fri, 30 Aug 2019 07:21:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DD92034A677 for ; Fri, 30 Aug 2019 07:21:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 848D0A8 for ; Fri, 30 Aug 2019 07:21:10 +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: <1567149609.953bcb60dc1ae6f5083063d141ca8702bfb22b7a.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kio-extras/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kio-extras/kio-extras-9999.ebuild X-VCS-Directories: kde-apps/kio-extras/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 953bcb60dc1ae6f5083063d141ca8702bfb22b7a X-VCS-Branch: master Date: Fri, 30 Aug 2019 07:21:10 +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: 466ee6ae-6308-4a1b-a640-88459ca81c3b X-Archives-Hash: c55fc9517479e192b3c6f1fd7aa70f9e commit: 953bcb60dc1ae6f5083063d141ca8702bfb22b7a Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Aug 30 07:20:09 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Aug 30 07:20:09 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=953bcb60 kde-apps/kio-extras: Add new cmake switch to USE activities Upstream commits: ae44042e541c770c70d7e96bb5fb5e43255cb6c4 bca85c1c50c160b423d8e9031057020910162070 Reported-by: Duncan <1i5t5.duncan cox.net> Closes: https://bugs.gentoo.org/693104 Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kio-extras/kio-extras-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kde-apps/kio-extras/kio-extras-9999.ebuild b/kde-apps/kio-extras/kio-extras-9999.ebuild index 8a1f5752b5..0d406b7790 100644 --- a/kde-apps/kio-extras/kio-extras-9999.ebuild +++ b/kde-apps/kio-extras/kio-extras-9999.ebuild @@ -43,6 +43,7 @@ DEPEND=" $(add_qt_dep qtxml) activities? ( $(add_frameworks_dep kactivities) + $(add_frameworks_dep kactivities-stats) $(add_qt_dep qtsql) ) man? ( $(add_frameworks_dep khtml) ) @@ -63,6 +64,7 @@ RESTRICT+=" test" src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package activities KF5Activities) + $(cmake-utils_use_find_package activities KF5ActivitiesStats) $(cmake-utils_use_find_package man Gperf) $(cmake-utils_use_find_package mtp Mtp) $(cmake-utils_use_find_package openexr OpenEXR)