Skip to content

Commit

Permalink
kde-plasma/breeze-plymouth: 5.26.5 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 Jan 4, 2023
1 parent 745c1d0 commit 70efec8
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.4.tar.xz 111244 BLAKE2B 32f2d602328137051878d8c08dbc7eb8662aad22cb0215f6e925b7f958cbf227fccc93213c5e3bc3cebb0d618d3124d928d7406386eb62710ab98984f048a3f4 SHA512 751f4edbd1ce4d8198544304d057cf3d1322d5e623426992df9a098dcc94b223cfb65c254ad94a22303ec00b764f69e21367ce71dc772efd96738c3a6dca8f58
DIST breeze-plymouth-5.26.5.tar.xz 111268 BLAKE2B 76c1f25aeb1fa7666b4306b8cb80f4e185b1dac0669a1648f5b2616e36f33af0edb0f11bd46124e70afddb4c1e348d4db72abaa8c162a817402e7b278ac33279 SHA512 ec2b990cc3c68a12280aae6c314db7d50764854af69476723b35095bdec063d033ec3439b6ae9d60f24b5a26203bdfa662646af22252f97a76432a3efb225d70
28 changes: 28 additions & 0 deletions kde-plasma/breeze-plymouth/breeze-plymouth-5.26.5.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.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 ~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 70efec8

Please sign in to comment.