plasma6-theme-breeze-papirus/PKGBUILD

29 lines
849 B
Bash

# Maintainer: Christian Schendel <doppelhelix@gmail.com>
pkgname=plasma6-theme-breeze-papirus
pkgver=0.0.2
pkgrel=1
pkgdesc='Plasma 6 global theme: Breeze with Papirus icons'
arch=('any')
url='https://codeberg.org/doppelhelix/plasma6-theme-breeze-papirus'
license=(
GPL-2.0-or-later
)
makedepends=(
git
)
source=("${pkgname}-${pkgver}::git+${url}.git#tag=${pkgver}?signed")
b2sums=('cd240aa1258b6cc06246b0024cb7c29253ac915e27b9df80fa1d223c6dfd09c4a61012f296ed8d6b608bde0724d080fe5a4c4dd30f32a6b62cd504d550d6b5d1')
validpgpkeys=('47D15FC0F6AD8433CD06B4DF5874D2437CD5BBB3') # christian
package() {
depends+=(
breeze
papirus-icon-theme
)
cd "${pkgname}-${pkgver}"
install -d "$pkgdir/usr/share/plasma/look-and-feel"
cp -r ./org.* "$pkgdir/usr/share/plasma/look-and-feel"
}
# vim: set ft=sh ts=4 sw=4 et: