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 B005F158041 for ; Sun, 25 Feb 2024 10:32:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CFF0E29D5; Sun, 25 Feb 2024 10:32:29 +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 723A5E29D5 for ; Sun, 25 Feb 2024 10:32:29 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AB631343082 for ; Sun, 25 Feb 2024 10:32:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E503414CA for ; Sun, 25 Feb 2024 10:32:26 +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: <1708856354.1c8d03d0454e66d1f99afbf81c04189dbd1104c0.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/oxygen-icons/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/oxygen-icons/oxygen-icons-5.239.9999.ebuild kde-frameworks/oxygen-icons/oxygen-icons-9999.ebuild X-VCS-Directories: kde-frameworks/oxygen-icons/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1c8d03d0454e66d1f99afbf81c04189dbd1104c0 X-VCS-Branch: master Date: Sun, 25 Feb 2024 10:32:26 +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: 19b3107c-ad74-4660-8288-8f8fbc63565b X-Archives-Hash: 34da9b47003ea49f620f930bd32ce76a commit: 1c8d03d0454e66d1f99afbf81c04189dbd1104c0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Feb 24 23:38:45 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 25 10:19:14 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1c8d03d0 kde-frameworks/oxygen-icons: Add release switch, drop frameworks.kde.org Update HOMEPAGE. This is no longer getting regularly released as part of KDE Frameworks. Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/oxygen-icons/oxygen-icons-5.239.9999.ebuild | 1 + kde-frameworks/oxygen-icons/oxygen-icons-9999.ebuild | 14 ++++++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/kde-frameworks/oxygen-icons/oxygen-icons-5.239.9999.ebuild b/kde-frameworks/oxygen-icons/oxygen-icons-5.239.9999.ebuild index 278748c414..a87cc92bb1 100644 --- a/kde-frameworks/oxygen-icons/oxygen-icons-5.239.9999.ebuild +++ b/kde-frameworks/oxygen-icons/oxygen-icons-5.239.9999.ebuild @@ -8,6 +8,7 @@ QTMIN=5.15.9 inherit cmake frameworks.kde.org xdg-utils DESCRIPTION="Oxygen SVG icon theme" +HOMEPAGE="https://develop.kde.org/frameworks/oxygen-icons/" LICENSE="LGPL-3" KEYWORDS="" diff --git a/kde-frameworks/oxygen-icons/oxygen-icons-9999.ebuild b/kde-frameworks/oxygen-icons/oxygen-icons-9999.ebuild index e96e978f85..5205a05fea 100644 --- a/kde-frameworks/oxygen-icons/oxygen-icons-9999.ebuild +++ b/kde-frameworks/oxygen-icons/oxygen-icons-9999.ebuild @@ -3,14 +3,20 @@ EAPI=8 -PVCUT=$(ver_cut 1-2) +KFMIN=6.0.0 QTMIN=6.6.2 -inherit cmake frameworks.kde.org xdg-utils +inherit cmake kde.org xdg-utils DESCRIPTION="Oxygen SVG icon theme" +HOMEPAGE="https://develop.kde.org/frameworks/oxygen-icons/" + +if [[ ${KDE_BUILD_TYPE} != live ]]; then + SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" +fi LICENSE="LGPL-3" -KEYWORDS="" +SLOT="6" IUSE="test" RESTRICT="!test? ( test )" @@ -18,7 +24,7 @@ RESTRICT="!test? ( test )" RDEPEND="!kde-frameworks/${PN}:5" DEPEND="test? ( >=dev-qt/qtbase-${QTMIN}:6 )" BDEPEND=" - >=kde-frameworks/extra-cmake-modules-${PVCUT}:0 + >=kde-frameworks/extra-cmake-modules-${KFMIN}:0 test? ( app-misc/fdupes ) "