kde-plasma/breeze-plymouth: drop 6.3.5

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-07-27 16:55:19 +02:00
parent 499ccba3de
commit e6b87df63a
2 changed files with 0 additions and 30 deletions

View File

@@ -1,3 +1,2 @@
DIST breeze-plymouth-6.3.5.tar.xz 111488 BLAKE2B e0659a8e82e90c94abf86e55e1dd04bdda2425ea3d18cd424e58e511581738ac2af331f983e956e8e9ddc7097abadbbb073ebd9fcbc6a8a4fc5dc7f25e85b67f SHA512 b0e39db019c198d69ec31803024f39b29b0d64128ddfb0915df517967b783d84d91e2694a6c165a0fdbd7e6db742c85c15384b1b3451b21b9af6a2f231342ae9
DIST breeze-plymouth-6.3.6.tar.xz 111004 BLAKE2B c7a621e65b56c34716f3887b8c80f2b2e87772a1e189ddf299b7b07c0a214ef22099130eb93890f9a13d6d7e24d0e021d8aab5dbe6419c8d40a90f1e471812b1 SHA512 eec4ebc019d080dea072da8cb8239dd3b61e7b257a317faab04d3ac855ae0d27d9aeeb115807daf7d383aa71da3c7f17cfdb51abd30640e96417b2e60b97bf29
DIST breeze-plymouth-6.4.3.tar.xz 111008 BLAKE2B 9283d9e6fbfd3b2e71836e5070ad144ffc1f427daa7ace38945c5a0b5cd638e06ad4f8ac054b09653d4fe16b5bb3c6d692a631f447ae69162ae1f537da172fb3 SHA512 af903a5ff3428e59391c7128285363ed53d83167cd5503d30cd1f5103c904ed456f24c5aad7adf8135442c9ba56d845aa050c45c1814d6a065ad76e2a8696b75

View File

@@ -1,29 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
KFMIN=6.10.0
inherit cmake plasma.kde.org
DESCRIPTION="Breeze theme for Plymouth"
LICENSE="GPL-2+ GPL-3+"
SLOT="6"
KEYWORDS="amd64 arm64 ~loong ~ppc64 ~x86"
IUSE=""
BDEPEND=">=kde-frameworks/extra-cmake-modules-${KFMIN}:0"
DEPEND="sys-boot/plymouth"
RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}/${PN}-6.2.5-cmake4.patch" )
src_configure() {
local mycmakeargs=(
-DDISTRO_NAME="Gentoo Linux"
-DDISTRO_VERSION=
)
cmake_src_configure
}