Skip to content

Commit

Permalink
kde-plasma/breeze-grub: 5.25.0 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 Jun 14, 2022
1 parent b7a8ded commit 32d1cfa
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-plasma/breeze-grub/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST breeze-grub-5.24.5.tar.xz 3144676 BLAKE2B 078525e002b90569ed8cba208a11ed5392898851f8fade092ababe3ec59ac950751f084dc5f251385d1f5c5f64513343013d63bcd9bd41d32238eb309f74947b SHA512 5ffba2c633f0442c6bb109df6f6ce73d527788c93487818f4c93f6140935eaeae76b7d1efb00d570a766054e2aac5bfea17f6ae7439b04c9dc0f6d8e02d10355
DIST breeze-grub-5.25.0.tar.xz 3148396 BLAKE2B fc0c7fe4c892c7ad3575263e4eced89f95a21b86a18764b10aca236fd4799db62530999c7a4cac01f2c3b54195558975086377a2aa4aa37880c06161ee8ea7e9 SHA512 129a0e7f535e0d950ccdc695686c1f48c3f43afe88b80778825cc60cda1a4204f2644ebbff39f2b5e9acb1d73267d806845b5d8a8aabd21645849af684e116aa
23 changes: 23 additions & 0 deletions kde-plasma/breeze-grub/breeze-grub-5.25.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PVCUT=$(ver_cut 1-3)
inherit kde.org

DESCRIPTION="Breeze theme for GRUB"

LICENSE="GPL-3+"
SLOT="5"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
IUSE=""

src_prepare() { default; }
src_configure() { :; }
src_compile() { :; }

src_install() {
insinto /usr/share/grub/themes
doins -r breeze
}

0 comments on commit 32d1cfa

Please sign in to comment.