New package: gnome-latex-3.30.2
This commit is contained in:
parent
3281ac5c85
commit
f091ed5239
2 changed files with 26 additions and 0 deletions
4
srcpkgs/gnome-latex/INSTALL.msg
Normal file
4
srcpkgs/gnome-latex/INSTALL.msg
Normal file
|
@ -0,0 +1,4 @@
|
|||
gnome-latex uses latexmk by default. It is recommended
|
||||
to add it to your texlive installation:
|
||||
|
||||
tlmgr install latexmk
|
22
srcpkgs/gnome-latex/template
Normal file
22
srcpkgs/gnome-latex/template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'gnome-latex'
|
||||
pkgname=gnome-latex
|
||||
version=3.30.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-appstream-util --disable-dconf-migration
|
||||
$(vopt_enable gir introspection)"
|
||||
hostmakedepends="glib-devel intltool itstool pkg-config vala yelp
|
||||
$(vopt_if gir gobject-introspection)"
|
||||
makedepends="gsettings-desktop-schemas-devel gspell-devel gtksourceview4-devel
|
||||
gtk+3-devel libgee08-devel libglib-devel tepl-devel"
|
||||
short_desc="LaTeX editor for the GNOME desktop"
|
||||
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://wiki.gnome.org/Apps/GNOME-LaTeX"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=558bbd574d3d5a71b9ecde47d7cb5e9ddf7cdbfd21f8f117f09c84c38ddfc33a
|
||||
|
||||
build_options="gir"
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
build_options_default="gir"
|
||||
fi
|
Loading…
Reference in a new issue