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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E397815800A for ; Fri, 18 Aug 2023 09:45:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F18322BC033; Fri, 18 Aug 2023 09:45:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7E032BC02E for ; Fri, 18 Aug 2023 09:45:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B1AC333FD24 for ; Fri, 18 Aug 2023 08:26:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85906FD2 for ; Fri, 18 Aug 2023 08:26:03 +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: <1692347142.ba8ae0a97c9628f07de46b89517ed79357466c30.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knewstuff/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/knewstuff/Manifest kde-frameworks/knewstuff/knewstuff-5.109.0.ebuild X-VCS-Directories: kde-frameworks/knewstuff/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ba8ae0a97c9628f07de46b89517ed79357466c30 X-VCS-Branch: master Date: Fri, 18 Aug 2023 08:26:03 +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: 60b39a34-e6a2-4cbd-9a2c-be11cc614795 X-Archives-Hash: 569c2b991289a6c9aba58c9154645cd1 commit: ba8ae0a97c9628f07de46b89517ed79357466c30 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 16 08:53:58 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Aug 18 08:25:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba8ae0a9 kde-frameworks/knewstuff: 5.109.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/knewstuff/Manifest | 1 + kde-frameworks/knewstuff/knewstuff-5.109.0.ebuild | 49 +++++++++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/kde-frameworks/knewstuff/Manifest b/kde-frameworks/knewstuff/Manifest index 96585bfbfcbb..057cb4bf5886 100644 --- a/kde-frameworks/knewstuff/Manifest +++ b/kde-frameworks/knewstuff/Manifest @@ -1 +1,2 @@ DIST knewstuff-5.108.0.tar.xz 3384436 BLAKE2B ceb7c5d184d9fef8b66f670bacbaeb99bc0aec50ccc398e5381510b8aa660d4299f1658311a2a742b98dec6100654358a99c73ebf9b0b56bb6ded14233ce83f6 SHA512 6563d30972f2d15a7148e3a2c282a13d46a4cb6e83fb0a70d60b2e4bece83d01b1b127d13406382da47e5821c72dc516cc7ff777d49077a651726089c954e797 +DIST knewstuff-5.109.0.tar.xz 3386440 BLAKE2B 08609e0bf05e41d28250279aa8385ea0d57e5cbc013ab1981f441cdecee3b9893d64627c09a2b05c61c3edc85bf1b1f01f4b0b5f81f9ea27303db1d0c3f57282 SHA512 9ee37f5bab078c6a1b1b5173ea107a793ed10f72be1fb0c2fbcd85567b379aa220a51e68c04a8ed8ae9233c7b700d59d539e339fa9cc30d7da123bc4c7807cee diff --git a/kde-frameworks/knewstuff/knewstuff-5.109.0.ebuild b/kde-frameworks/knewstuff/knewstuff-5.109.0.ebuild new file mode 100644 index 000000000000..0514b44e1f91 --- /dev/null +++ b/kde-frameworks/knewstuff/knewstuff-5.109.0.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_DESIGNERPLUGIN="true" +ECM_TEST="false" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.9 +inherit ecm frameworks.kde.org + +DESCRIPTION="Framework for downloading and sharing additional application data" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv" +IUSE="opds" + +DEPEND=" + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=dev-qt/qtxml-${QTMIN}:5 + =kde-frameworks/attica-${PVCUT}*:5 + =kde-frameworks/karchive-${PVCUT}*:5 + =kde-frameworks/kcompletion-${PVCUT}*:5 + =kde-frameworks/kconfig-${PVCUT}*:5 + =kde-frameworks/kcoreaddons-${PVCUT}*:5 + =kde-frameworks/ki18n-${PVCUT}*:5 + =kde-frameworks/kiconthemes-${PVCUT}*:5 + =kde-frameworks/kio-${PVCUT}*:5 + =kde-frameworks/kitemviews-${PVCUT}*:5 + =kde-frameworks/kpackage-${PVCUT}*:5 + =kde-frameworks/kservice-${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 +}