1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Fabian Bornschein <fabiscafe-cat-mailbox-dog-org>
4 pkgname=gnome-text-editor
7 pkgdesc="A simple text editor for the GNOME desktop"
8 url="https://gitlab.gnome.org/GNOME/gnome-text-editor"
25 _commit=2ed7d45ff481f5d0a2cda54e0ec75ce5a823f40e # tags/44.0^0
26 source=("git+https://gitlab.gnome.org/GNOME/gnome-text-editor.git#commit=$_commit")
31 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
40 -D bugreport_url="https://bugs.archlinux.org/"
43 arch-meson $pkgname build "${meson_options[@]}"
44 meson compile -C build
48 meson test -C build --print-errorlogs
52 meson install -C build --destdir "$pkgdir"
55 # vim:set sw=2 sts=-1 et: