summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b90cc7b5b67b39b457f277e1d529453dfc3bab29 (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
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
# Contributor: M.Reynolds <blackboxnetworkproject@gmail.com>
# Contributor: Bjoern Franke <bjo at nord-west.org>
# Contributor: flan_suse
pkgname=xfce-theme-greybird
pkgver=3.23.4
pkgrel=2
pkgdesc="Desktop Suite for Xfce"
arch=('any')
url="https://shimmerproject.org"
license=('CC-BY-SA-3.0 AND GPL-2.0-or-later')
makedepends=(
  'librsvg'
  'meson'
  'sassc'
)
optdepends=(
  'elementary-xfce-icons: matching icon set; use the dark icon theme'
  'gtk-engine-murrine: GTK2 theme support'
  'shimmer-wallpapers: contains the Greybird wallpaper, among others'
)
source=("$pkgname-$pkgver.tar.gz::https://github.com/shimmerproject/Greybird/archive/v$pkgver.tar.gz")
sha256sums=('74dcec9b9bcf6c869941b661c50ce0d752b4eb4e193747db536ffd7e97d32453')

build() {
  arch-meson "Greybird-$pkgver" build
  meson compile -C build
}

package() {
  meson install -C build --destdir "$pkgdir"
}