aboutsummaryrefslogtreecommitdiffstats
path: root/community/breeze-grub/APKBUILD
blob: 69169ef7c4d0bfcf2b60522b18de96be90e48e4c (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.19.2
pkgrel=0
pkgdesc="Breeze theme for GRUB"
arch="noarch !s390x !armhf" # armhf blocked by extra-cmake-modules
url="https://www.kde.org/workspaces/plasmadesktop/"
license="GPL-3.0-or-later"
depends="grub"
makedepends="extra-cmake-modules unifont grub-mkfont"
source="https://download.kde.org/stable/plasma/$pkgver/breeze-grub-$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="21018bb07d667a9565c48c2aec624feb21372ce5abb98ac0ef907b20fcee56b1f0730c683393973449f7fcbbeb177b479ee4291cd0a54904eba7f14019c39f6d  breeze-grub-5.19.2.tar.xz"