forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-plasma/breeze-grub: 5.25.0 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |