aboutsummaryrefslogtreecommitdiffstats
path: root/testing/breeze-grub/APKBUILD
blob: 291d59805fe5e4b4a89e486f0464a6e78549c1af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=breeze-grub
pkgver=5.16.4
pkgrel=0
pkgdesc="Breeze theme for GRUB"
arch="noarch !s390x" # Limited by s390x
url="https://www.kde.org/workspaces/plasmadesktop/"
license="GPL-3.0-or-later"
depends="grub"
makedepends="extra-cmake-modules unifont"
source="$pkgname-$pkgver.tar.xz::https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"
options="!check" # No test suite available

build() {
	./mkfont.sh
}

package() {
	install -d "$pkgdir"/usr/share/grub/themes
	cp -r breeze "$pkgdir"/usr/share/grub/themes
}
sha512sums="fffa785e2b3423bf55b45d051f17b5c1bbf8657ae4b91f772b3ed64608c68f2e1322b3a93356297073a75b3afd00bd2c7246545bfdaf85ace2ae6e8da9254ea4  breeze-grub-5.16.4.tar.xz"