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 2F33A1382C5 for ; Sun, 20 Jun 2021 08:18:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E6CFE07C5; Sun, 20 Jun 2021 08:18:29 +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 388FCE07C5 for ; Sun, 20 Jun 2021 08:18:29 +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 42F50335D85 for ; Sun, 20 Jun 2021 08:18:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A009878E for ; Sun, 20 Jun 2021 08:18:25 +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: <1624177084.53fe3cf1923038a6390ffa6782e24c1da847a6a7.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/knewstuff/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/knewstuff/knewstuff-9999.ebuild kde-frameworks/knewstuff/metadata.xml X-VCS-Directories: kde-frameworks/knewstuff/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 53fe3cf1923038a6390ffa6782e24c1da847a6a7 X-VCS-Branch: master Date: Sun, 20 Jun 2021 08:18:25 +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: 48323e72-2a9b-4608-9b86-420e0ebca255 X-Archives-Hash: e02be662902748159a90bef597c6a5b0 commit: 53fe3cf1923038a6390ffa6782e24c1da847a6a7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 20 08:18:04 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 20 08:18:04 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=53fe3cf1 kde-frameworks/knewstuff: Add IUSE=opds Bug: https://bugs.gentoo.org/796233 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/knewstuff/knewstuff-9999.ebuild | 11 ++++++++++- kde-frameworks/knewstuff/metadata.xml | 3 +++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/kde-frameworks/knewstuff/knewstuff-9999.ebuild b/kde-frameworks/knewstuff/knewstuff-9999.ebuild index 2927136d11..085a7d4c35 100644 --- a/kde-frameworks/knewstuff/knewstuff-9999.ebuild +++ b/kde-frameworks/knewstuff/knewstuff-9999.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Framework for downloading and sharing additional application data" LICENSE="LGPL-2+" KEYWORDS="" -IUSE="" +IUSE="opds" DEPEND=" >=dev-qt/qtdeclarative-${QTMIN}:5 @@ -34,7 +34,16 @@ DEPEND=" =kde-frameworks/ktextwidgets-${PVCUT}*:5 =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 =kde-frameworks/kxmlgui-${PVCUT}*:5 + opds? ( =kde-frameworks/syndication-${PVCUT}*:5 ) " RDEPEND="${DEPEND} >=kde-frameworks/kirigami-${PVCUT}:5 " + +src_configure() { + local mycmakeargs=( + $(cmake_use_find_package opds KF5Syndication) + ) + + ecm_src_configure +} diff --git a/kde-frameworks/knewstuff/metadata.xml b/kde-frameworks/knewstuff/metadata.xml index 2fdbf33d96..f70c634462 100644 --- a/kde-frameworks/knewstuff/metadata.xml +++ b/kde-frameworks/knewstuff/metadata.xml @@ -5,4 +5,7 @@ kde@gentoo.org Gentoo KDE Project + + Enable support for the Open Publication Distribution System via kde-frameworks/syndication +