summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d53a0be79675d53dabf6ed2bcbe94bad8cccd295 (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
30
31
32
33
34
# Maintainer: Pavel Antonov <pvantonov@gmail.com>
pkgname=breeze-patched
pkgver=5.20.5.3
pkgrel=1
pkgdesc="Artwork, styles and assets for the Breeze visual style for the Plasma Desktop"
arch=(i686 x86_64)
url="https://github.com/pvantonov/breeze"
license=('LGPL')
groups=()
depends=(breeze-icons frameworkintegration hicolor-icon-theme kdecoration kwayland)
makedepends=(extra-cmake-modules kcmutils)
optdepends=('breeze-gtk: Breeze widget style for GTK applications'
            'kcmutils: for breeze-settings')
groups=(plasma)
provides=(breeze)
conflicts=(breeze)
replaces=(breeze)
backup=()
options=()
install=
changelog=
source=("https://github.com/pvantonov/breeze/archive/v$pkgver.tar.gz")
noextract=()
md5sums=(8247b5bee1d583c312576ab9006aade6)

build() {
  cmake -B build -S breeze-$pkgver \
    -DBUILD_TESTING=OFF
  cmake --build build
}

package() {
  DESTDIR="$pkgdir" cmake --install build
}