1 # Contributor: Ionut Biru <ibiru@archlinux.org>
3 pkgname=gnome-system-log
4 pkgver=3.9.90+160+g4b07190
6 pkgdesc="View your system logs"
8 url="https://git.gnome.org/browse/gnome-system-log"
11 makedepends=(intltool itstool docbook-xsl git gnome-common)
12 _commit=4b071909a0ca38a73a9cc5b287ffc2b0a744566b # master
13 source=("git+https://git.gnome.org/browse/gnome-system-log#commit=$_commit")
18 git describe --tags | sed 's/-/+/g'
23 NOCONFIGURE=1 ./autogen.sh
28 ./configure --prefix=/usr --disable-schemas-compile
34 make DESTDIR="$pkgdir" install
37 # vim:set ts=2 sw=2 et: