kde-plasma/breeze-plymouth: drop 6.3.4

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-05-26 19:28:15 +02:00
parent ccd0c621fe
commit 5abe947b11
2 changed files with 0 additions and 30 deletions

View File

@@ -1,2 +1 @@
DIST breeze-plymouth-6.3.4.tar.xz 111424 BLAKE2B dd954c0be58b00b36dab1735540d1895412d66976b7177df0eb04897d57222ad7383d7e48e159eeac3f1f52bba111f6cc5c2efcbf15be752718077cf693779a6 SHA512 357033c24e94b220329ce78b2b3f6f3fd5f76b258bc5397162193ca78e698103200874d922ae1264dfdd6c5e21b0520002399537ee6bcbea13d23196df9e88b2
DIST breeze-plymouth-6.3.5.tar.xz 111488 BLAKE2B e0659a8e82e90c94abf86e55e1dd04bdda2425ea3d18cd424e58e511581738ac2af331f983e956e8e9ddc7097abadbbb073ebd9fcbc6a8a4fc5dc7f25e85b67f SHA512 b0e39db019c198d69ec31803024f39b29b0d64128ddfb0915df517967b783d84d91e2694a6c165a0fdbd7e6db742c85c15384b1b3451b21b9af6a2f231342ae9

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
}