1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
4 pkgname=gnome-getting-started-docs
7 pkgdesc="Help a new user get started in GNOME"
8 url="https://gitlab.gnome.org/GNOME/gnome-getting-started-docs"
11 # gst plugins required to decode help videos
12 depends=(yelp gst-plugins-base gst-plugins-good)
13 makedepends=(yelp-tools git)
15 _commit=b13e80f4abcf2addf48b8c426be3ed7b8e06fb85 # master
16 source=("git+https://gitlab.gnome.org/GNOME/gnome-getting-started-docs.git#commit=$_commit")
21 git describe --tags | sed 's/-/+/g'
26 git tag -f 3.38.1 b13e80f4abcf2addf48b8c426be3ed7b8e06fb85 # Fixup missing tag
27 NOCONFIGURE=1 ./autogen.sh
32 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
38 make DESTDIR="$pkgdir" install