summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0a8241650d7e0a49ed821834c4679ef6aa5bf892 (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: 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=greybird-gtk-theme
pkgver=3.23.4
pkgrel=4
pkgdesc="A grey theme for GNOME, Xfce, GTK+ 2 and 3"
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'
)
conflicts=('xfce-theme-greybird')
source=("Greybird-$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"
}