# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=breeze-plymouth pkgver=9999_git1687265786 pkgrel=0 arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://kde.org/" pkgdesc="Breeze theme for Plymouth" license="GPL-2.0-or-later" makedepends=" extra-cmake-modules plymouth-dev samurai " case "$pkgver" in *.90*) _rel=unstable;; *) _rel=stable;; esac source="https://download.kde.org/$_rel/plasma/$pkgver/breeze-plymouth-$pkgver.tar.xz" options="!check" # No tests build() { cmake -B build -G Ninja \ -DCMAKE_BUILD_TYPE=MinSizeRel \ -DCMAKE_INSTALL_PREFIX=/usr \ -DDISTRO_NAME="$(grep PRETTY_NAME /etc/os-release | awk -F = '{ print $2 }')" \ -DDISTRO_VERSION="$(grep VERSION_ID /etc/os-release | awk -F = '{ print $2 }')" cmake --build build } package() { DESTDIR="$pkgdir" cmake --install build } sha512sums=" 3f3e4e676197d52a2d291e8fe03e03928f0b0915bcc41fe76189c6b8805e35771b1758c28eee23fffe44699693db309dacbaa8239a26cce8c37923e7c11c2a91 breeze-plymouth-5.27.6.tar.xz " options="$options !strip"