Skip to content

Commit

Permalink
kde-plasma/breeze-plymouth: 5.27.9 version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Oct 24, 2023
1 parent e631fae commit 78a4426
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 +1,2 @@
DIST breeze-plymouth-5.27.8.tar.xz 111092 BLAKE2B 7663dd5b31012a2799d2bf2bb7592ddffad21d6b491c653484c8c694e01b95cc9c38ab90a5b5c943667eb0da2cd58564c7e11c2630f6690ff189b96c7a39390b SHA512 88c3de80cdacee0ba38625132c247f3d3f3020a06cc1d185e67e01343aac866c552e249ab55d62f3fe826ac46e22005f9e73c172df5c1a9f0fc41615c5adfa60
DIST breeze-plymouth-5.27.9.tar.xz 111036 BLAKE2B bd8789480bccaef2fab88d91847abf95a7543ac68f27ed2fd618e145273d003a5c30b83ad28b786541d37de72c398fc8d65dea1ab084f0cdafe82182fe4633a0 SHA512 fbb014a17d3d83b3a77bb426686bed763fc80d264eaa5eb54d7c76e658f99dfb4f330141acc2a12bb62c943a57c89d288338ac62c9418131363d8180a4f41fc5
28 changes: 28 additions & 0 deletions kde-plasma/breeze-plymouth/breeze-plymouth-5.27.9.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

KFMIN=5.102.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 ~arm ~arm64 ~loong ~ppc64 ~x86"
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 78a4426

Please sign in to comment.