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 9ABEC138335 for ; Sat, 22 Jun 2019 14:43:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D507EE08E5; Sat, 22 Jun 2019 14:43:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B95AEE08E5 for ; Sat, 22 Jun 2019 14:43:24 +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 63807346805 for ; Sat, 22 Jun 2019 14:43:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC998620 for ; Sat, 22 Jun 2019 14:43:21 +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: <1561214583.444383a7b8faa2c812528f3e1933c4e523ba52ee.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/dolphin/dolphin-9999.ebuild kde-apps/dolphin/metadata.xml X-VCS-Directories: kde-apps/dolphin/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 444383a7b8faa2c812528f3e1933c4e523ba52ee X-VCS-Branch: master Date: Sat, 22 Jun 2019 14:43:21 +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: a6af20bb-0c5d-4c87-91b0-4ca49cbaab51 X-Archives-Hash: 67b6b585f6c28d1877972eb042c568f3 commit: 444383a7b8faa2c812528f3e1933c4e523ba52ee Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jun 22 14:40:57 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jun 22 14:43:03 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=444383a7 kde-apps/dolphin: Re-add USE activities Upstream commit 5b463d82fed9a443b098888c0aee8a7b3b322666 Package-Manager: Portage-2.3.67, Repoman-2.3.15 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/dolphin/dolphin-9999.ebuild | 4 +++- kde-apps/dolphin/metadata.xml | 7 ++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/kde-apps/dolphin/dolphin-9999.ebuild b/kde-apps/dolphin/dolphin-9999.ebuild index 83c8e5a012..4f62a1a279 100644 --- a/kde-apps/dolphin/dolphin-9999.ebuild +++ b/kde-apps/dolphin/dolphin-9999.ebuild @@ -11,7 +11,7 @@ inherit kde5 DESCRIPTION="Plasma filemanager focusing on usability" HOMEPAGE="https://kde.org/applications/system/dolphin https://userbase.kde.org/Dolphin" KEYWORDS="" -IUSE="semantic-desktop" +IUSE="activities semantic-desktop" DEPEND=" $(add_frameworks_dep kbookmarks) @@ -44,6 +44,7 @@ DEPEND=" $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) media-libs/phonon[qt5(+)] + activities? ( $(add_frameworks_dep kactivities) ) semantic-desktop? ( $(add_frameworks_dep baloo) $(add_frameworks_dep kfilemetadata) @@ -58,6 +59,7 @@ RESTRICT+=" test" src_configure() { local mycmakeargs=( + $(cmake-utils_use_find_package activities KF5Activities) $(cmake-utils_use_find_package semantic-desktop KF5Baloo) $(cmake-utils_use_find_package semantic-desktop KF5BalooWidgets) $(cmake-utils_use_find_package semantic-desktop KF5FileMetaData) diff --git a/kde-apps/dolphin/metadata.xml b/kde-apps/dolphin/metadata.xml index 6038ccc856..32739ea6f6 100644 --- a/kde-apps/dolphin/metadata.xml +++ b/kde-apps/dolphin/metadata.xml @@ -1,11 +1,12 @@ - - Enables thumbnail generation - kde@gentoo.org Gentoo KDE Project + + Track which folders are frequently accessed on a Plasma desktop + Enables thumbnail generation +