27 lines
991 B
Bash
27 lines
991 B
Bash
# Template file for 'gnome-latex'
|
|
pkgname=gnome-latex
|
|
version=3.46.0
|
|
revision=2
|
|
build_helper="gir"
|
|
build_style=gnu-configure
|
|
configure_args="--disable-appstream-util --disable-dconf-migration
|
|
$(vopt_enable gir introspection)"
|
|
hostmakedepends="glib-devel gettext itstool pkg-config vala
|
|
$(vopt_if gir gobject-introspection) gtk-doc"
|
|
makedepends="gsettings-desktop-schemas-devel gspell-devel libgedit-gtksourceview-devel
|
|
gtk+3-devel libgee-devel libglib-devel libgedit-tepl-devel"
|
|
short_desc="LaTeX editor for the GNOME desktop"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://wiki.gnome.org/Apps/GNOME-LaTeX"
|
|
changelog="https://gitlab.gnome.org/swilmet/gnome-latex/-/raw/main/NEWS"
|
|
distfiles="${GNOME_SITE}/gnome-latex/${version%.*}/gnome-latex-${version}.tar.xz"
|
|
checksum=d67555639b2a15a8aebd54f335354e44fe3433143ae3cb3cca7a8e26f8112ada
|
|
|
|
build_options="gir"
|
|
build_options_default="gir"
|
|
|
|
post_install() {
|
|
vdoc "${FILESDIR}/README.voidlinux"
|
|
}
|