1 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
3 pkgname=gnome-themes-standard
4 pkgver=3.22.3+16+gc092fc89
6 pkgdesc="Standard Themes for GNOME Applications"
7 url="https://gitlab.gnome.org/GNOME/gnome-themes-extra"
10 depends=(cantarell-fonts)
11 makedepends=(intltool gtk2 gtk3 gnome-common git)
12 optdepends=('gtk-engines: HighContrast GTK2 theme')
15 _commit=c092fc89acc581d145e63aae77e186284a56af71 # master~13
16 source=("git+https://gitlab.gnome.org/GNOME/gnome-themes-extra.git#commit=$_commit")
21 git describe --tags | sed 's/-/+/g'
26 NOCONFIGURE=1 ./autogen.sh
31 ./configure --prefix=/usr
32 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
38 make DESTDIR="$pkgdir" install
41 # vim:set ts=2 sw=2 et: