1 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
2 # Contributor: Tobias Bohrmann (PlainTextField) <honeypot.carbage@aechelon.de>
3 # Contributor: Bernd Prünster (JesusMcCloud) <aur@berndpruenster.org>
8 pkgdesc='LaTeX editor for the GNOME desktop'
10 url='https://wiki.gnome.org/Apps/GNOME-LaTeX'
12 depends=('gsettings-desktop-schemas' 'gspell' 'libgee' 'tepl')
13 makedepends=('appstream-glib' 'autoconf-archive' 'git' 'gtk-doc' 'gobject-introspection' 'intltool'
15 optdepends=('texlive-core: build LaTeX documents')
17 _commit=8083f0476247feb29afac2682ee640dd18b8a6cf # tags/3.44.0^0
18 source=("git+https://gitlab.gnome.org/swilmet/gnome-latex.git#commit=$_commit")
23 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
28 NOCONFIGURE=1 ./autogen.sh
33 ./configure --prefix=/usr --enable-gtk-doc
38 make -C $pkgname check
43 make DESTDIR="$pkgdir" install