Skip to content

Commit

Permalink
kde-plasma/breeze-plymouth: 5.26.1 version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Oct 18, 2022
1 parent d90af86 commit 405a913
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-plasma/breeze-plymouth/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST breeze-plymouth-5.25.5.tar.xz 110824 BLAKE2B dbce2afcfbf50b52a1f241dc130204622c7fbf963d8bc998ed717f05601f51ef6b76cfd815cefd231f1f89b431b74a25f3bce6fb978f8a9ef526421a529641a0 SHA512 6a03ceceee6df6339a35125ca3af0ab564d5420e6471bd63e5ddbac0695bc594059fee9a8f1de3bfc03d30224dbec65e844d9550289ff5d3dea25a30f0088e39
DIST breeze-plymouth-5.26.0.tar.xz 111260 BLAKE2B 991180e1309c962a62bf042fd8f7aa60041c061cc6c757fa85ce7207d8d9dc2205b2a6f857b8c06075a262c70d46d49377ef3e7bcdbbdd1ee32c6e11a51bda32 SHA512 65974b548ec262d799779152b434e3f2cbccded066e2dfcb483b0bd449b823776f9d5be9796e7e06431913dcfbdfc3ed6004c8c614194aa52d0b1a383c792bb1
DIST breeze-plymouth-5.26.1.tar.xz 111256 BLAKE2B 310c00f84eda35b12da42f9f6b51294042f231f9dcaf1b990f10df910913f2b5c1e8b412857ba2b6d97287cfb0dcd419e7f3824d32e96e57c2afb3eb1af7ec9a SHA512 649164dde1b1ceeba99ed64f15165dacecbc245c14154facdf57e66c40d621a3d067bc1009ff4e7713e1a4be5b7455ac1b993cccfff5b148c5ee01c50ecfce58
28 changes: 28 additions & 0 deletions kde-plasma/breeze-plymouth/breeze-plymouth-5.26.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

KFMIN=5.99.0
PVCUT=$(ver_cut 1-3)
inherit cmake plasma.kde.org

DESCRIPTION="Breeze theme for Plymouth"

LICENSE="GPL-2+ GPL-3+"
SLOT="5"
KEYWORDS="~amd64"
IUSE=""

BDEPEND=">=kde-frameworks/extra-cmake-modules-${KFMIN}:5"
DEPEND="sys-boot/plymouth"
RDEPEND="${DEPEND}"

src_configure() {
local mycmakeargs=(
-DDISTRO_NAME="Gentoo Linux"
-DDISTRO_VERSION=
)

cmake_src_configure
}

0 comments on commit 405a913

Please sign in to comment.