commit: 2d871a49d2e0d817d0be448dbbb6896d578ff539 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue May 9 14:07:36 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue May 9 14:33:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d871a49
kde-plasma/plasma-workspace-wallpapers: 5.27.5 version bump Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-plasma/plasma-workspace-wallpapers/Manifest | 1 + .../plasma-workspace-wallpapers-5.27.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 113fa76db96c..cdedfa87b4b3 100644 --- a/kde-plasma/plasma-workspace-wallpapers/Manifest +++ b/kde-plasma/plasma-workspace-wallpapers/Manifest @@ -1 +1,2 @@ DIST plasma-workspace-wallpapers-5.27.4.1.tar.xz 94032804 BLAKE2B f6515c2fc3dd9ee5f9af1cfa01e53060c662036ddba79b99bc20a31c03e0b199760d763dbcfe1cc866948868f1ccf2eb49041f02363b61a69117f8368521b326 SHA512 bcb5651ff5f31629465d0d3c78b9253a12cea748c6fb96f5f01eb2e61e852db5aeac1da2472d9c1c4ba98d52bfefa43c1570bc623361afcc59d019f0ce2c6a6e +DIST plasma-workspace-wallpapers-5.27.5.tar.xz 94032868 BLAKE2B 5342067f706b9cb9760abd08bc3c7d3636236959fda215a735a1fa3e4b4fd2a9a254facfface8a97bfcd9c33c413f995cdf80787ffa1fd630a5149a141a6f935 SHA512 c434300754a196619f5ccbe0cbaf2ab302b7cc380ef6fdba8d18bfbc5827156ba22432d826ba12ccf30183c9df7faf779a1724ed4a68e236aa1a9b9f770db846 diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.27.5.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.27.5.ebuild new file mode 100644 index 000000000000..564203f511e1 --- /dev/null +++ b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.27.5.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PVCUT=$(ver_cut 1-3) +inherit cmake plasma.kde.org + +DESCRIPTION="Wallpapers for the Plasma workspace" + +LICENSE="GPL-2" +SLOT="5" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="" + +BDEPEND=" + dev-qt/qtcore:5 + kde-frameworks/extra-cmake-modules:5 +"
