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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1E28115812D for ; Wed, 01 Jan 2025 21:05:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B368DE07AE; Wed, 01 Jan 2025 21:05:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 9048BE07A9 for ; Wed, 01 Jan 2025 21:05: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 87CCF3406D1 for ; Wed, 01 Jan 2025 21:05:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1070199B for ; Wed, 01 Jan 2025 21:05:24 +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: <1735765446.8fce08e6fe8ae61dafe8c4e83afa1d5ecb0cdb77.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace-wallpapers/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-workspace-wallpapers/Manifest kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-6.2.5.ebuild X-VCS-Directories: kde-plasma/plasma-workspace-wallpapers/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8fce08e6fe8ae61dafe8c4e83afa1d5ecb0cdb77 X-VCS-Branch: master Date: Wed, 01 Jan 2025 21:05:24 +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: 4cf93df6-8e1c-4ffd-9a2d-2d91ca38b0bc X-Archives-Hash: fc3bb9e42e0798ee708e88e00e616aca commit: 8fce08e6fe8ae61dafe8c4e83afa1d5ecb0cdb77 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jan 1 19:32:36 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jan 1 21:04:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fce08e6 kde-plasma/plasma-workspace-wallpapers: 6.2.5 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-workspace-wallpapers/Manifest | 1 + .../plasma-workspace-wallpapers-6.2.5.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/kde-plasma/plasma-workspace-wallpapers/Manifest b/kde-plasma/plasma-workspace-wallpapers/Manifest index a1fc3c8b7541..430e400696e2 100644 --- a/kde-plasma/plasma-workspace-wallpapers/Manifest +++ b/kde-plasma/plasma-workspace-wallpapers/Manifest @@ -1 +1,2 @@ DIST plasma-workspace-wallpapers-6.2.4.tar.xz 111405068 BLAKE2B 2430de65a46bd0d1f617777b5b388037473a1de38a7aa2b44a41bc1da8ab95679288b0f68713b767dfb6a5dcdce2d01e77fa253efb7152e2f26b28df556df6c4 SHA512 999490ee35c3fe64b35ad922dcd52b0a6c4ba06a10efa49159c15f7e54d02a5d5e370bd5a358bfdb8f8f3738e39a7e43bf7b4a83cbb782e381eabc17b3064ae0 +DIST plasma-workspace-wallpapers-6.2.5.tar.xz 111403856 BLAKE2B 9124b0dd61b605730af832e665a06c137af1875ed78e87d5c4f1adae84dd7820a6be4544c1afd38485e6842733c17faa5a554258b47e3c44b69f2917135b6118 SHA512 76d972a8fe00245f0f0195091414b36959b5b120114ab466c7eb1ace3850e2398ebbe85c47a25702bbdc307d1586139303893ee690299877e87f0f15a9d68a20 diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-6.2.5.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-6.2.5.ebuild new file mode 100644 index 000000000000..b13104243e2d --- /dev/null +++ b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-6.2.5.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +QTMIN=6.7.2 +inherit cmake plasma.kde.org + +DESCRIPTION="Wallpapers for the Plasma workspace" + +LICENSE="GPL-2" +SLOT="6" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +IUSE="" + +BDEPEND=" + >=dev-qt/qtbase-${QTMIN}:6 + kde-frameworks/extra-cmake-modules:0 +"