# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=breeze-plymouth pkgver=5.16.5 pkgrel=0 arch="all" url="https://kde.org/" pkgdesc="Breeze theme for Plymouth" license="GPL-2.0-or-later" depends="plymouth" makedepends="extra-cmake-modules plymouth-dev" source="https://download.kde.org/stable/plasma/$pkgver/breeze-plymouth-$pkgver.tar.xz" options="!check" # No tests build() { # Get distro information to display on the splash screen source /etc/os-release cmake \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DDISTRO_NAME="$NAME" \ -DDISTRO_VERSION="$VERSION_ID" make } package() { DESTDIR="$pkgdir" make install } sha512sums="2934d43c44b5683964fd14b3a5498c41989c5fb69182b29cef9bc588470c299f16662028e8c2101228a3c3299789ffdc21e33ed49d90965a2add2d9bd79a4ee6 breeze-plymouth-5.16.5.tar.xz"