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 585CC138334 for ; Tue, 21 May 2019 23:56:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D4EBE0848; Tue, 21 May 2019 23:56:06 +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 E1134E084A for ; Tue, 21 May 2019 23:56:05 +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 53D89344D87 for ; Tue, 21 May 2019 23:56:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA7E45F1 for ; Tue, 21 May 2019 23:56:01 +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: <1558482482.0ae2b837da1e8a515715be1e8be46c89c13bbc72.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kdecore-meta/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kdecore-meta/kdecore-meta-9999.ebuild kde-apps/kdecore-meta/metadata.xml X-VCS-Directories: kde-apps/kdecore-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0ae2b837da1e8a515715be1e8be46c89c13bbc72 X-VCS-Branch: master Date: Tue, 21 May 2019 23:56:01 +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: ae535e85-227f-410a-a550-aa743ffb47c4 X-Archives-Hash: a6da5753ae234920b96de816dfc12246 commit: 0ae2b837da1e8a515715be1e8be46c89c13bbc72 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue May 21 23:48:02 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue May 21 23:48:02 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0ae2b837 kde-apps/kdecore-meta: Add USE +share and +thumbnail Upstream expects us to ship these by default, but Portage does not support optional RDEPENDs at this point. As pkg_postinst messages do not cut it, make sure they are part of a default install using *meta. Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdecore-meta/kdecore-meta-9999.ebuild | 10 +++++++++- kde-apps/kdecore-meta/metadata.xml | 2 ++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/kde-apps/kdecore-meta/kdecore-meta-9999.ebuild b/kde-apps/kdecore-meta/kdecore-meta-9999.ebuild index 1ee35f8ae9..df7726b379 100644 --- a/kde-apps/kdecore-meta/kdecore-meta-9999.ebuild +++ b/kde-apps/kdecore-meta/kdecore-meta-9999.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="https://kde.org/" LICENSE="metapackage" SLOT="5" KEYWORDS="" -IUSE="+handbook +webengine webkit" +IUSE="+handbook +share +thumbnail +webengine webkit" RDEPEND=" >=kde-apps/dolphin-${PV}:${SLOT} @@ -25,3 +25,11 @@ RDEPEND=" kde-misc/kwebkitpart:5 ) " +# Optional runtime deps: kde-apps/dolphin +RDEPEND="${RDEPEND} + share? ( kde-frameworks/purpose:${SLOT} ) + thumbnail? ( + >=kde-apps/ffmpegthumbs-${PV}:${SLOT} + >=kde-apps/thumbnailers-${PV}:${SLOT} + ) +" diff --git a/kde-apps/kdecore-meta/metadata.xml b/kde-apps/kdecore-meta/metadata.xml index 02bee6d4b6..99b40a291a 100644 --- a/kde-apps/kdecore-meta/metadata.xml +++ b/kde-apps/kdecore-meta/metadata.xml @@ -6,6 +6,8 @@ Gentoo KDE Project + Install kde-frameworks/purpose for share file context menu actions in kde-apps/dolphin + Install kde-apps/ffmpegthumbs and kde-apps/thumbnailers for thumbnail generation in kde-apps/dolphin Enable www-client/falkon which depends on dev-qt/qtwebengine Enable kde-apps/konqueror with kde-misc/kwebkitpart which depend on dev-qt/qtwebkit