summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 49f06c1c9409badb806143fda3163d3abac70c22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Maintainer: Mélanie Chauvel (ariasuni) <perso at hack-libre dot org>

pkgbase=breeze-flat
pkgname=(breeze-light-flat breeze-dark-flat)
pkgver=1.1
pkgrel=1
_pkgdesc="with opaque backgrounds and without shadows"
pkgdesc="Breeze Light and Dark ${_pkgdesc}"
arch=('any')
url='https://store.kde.org/p/1215691/'
license=('LGPL3')
depends=('plasma-framework')
source=("${pkgbase}::git+https://framagit.org/ariasuni/${pkgbase}.git#tag=v${pkgver}")
md5sums=('SKIP')

package_breeze-light-flat() {
    pkgdesc="Breeze Light ${_pkgdesc}"
    package
}

package_breeze-dark-flat() {
    pkgdesc="Breeze Dark ${_pkgdesc}"
    package
}

package() {
    install -dm755 "${pkgdir}/usr/share/plasma/desktoptheme"
    cp -r ${srcdir}/${pkgbase}/${pkgname} ${pkgdir}/usr/share/plasma/desktoptheme
}