gnome-latex: update to 3.32.0.

This commit is contained in:
Rasmus Thomsen 2019-03-10 13:03:17 +01:00 committed by maxice8
parent 82c6207360
commit ee9c51355d
1 changed files with 9 additions and 6 deletions

View File

@ -1,7 +1,8 @@
# Template file for 'gnome-latex'
pkgname=gnome-latex
version=3.30.2
version=3.32.0
revision=1
build_helper="gir"
build_style=gnu-configure
configure_args="--disable-appstream-util --disable-dconf-migration
$(vopt_enable gir introspection)"
@ -10,13 +11,15 @@ hostmakedepends="glib-devel intltool itstool pkg-config vala yelp
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>"
maintainer="Rasmus Thomsen <oss@cogitri.dev>"
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
checksum=0f069c7b4c6754255a1c7e3e3b050925d8076f55458526a30ab59e0a7d52acc9
build_options="gir"
if [ -z "$CROSS_BUILD" ]; then
build_options_default="gir"
fi
case "$XBPS_TARGET_MACHINE" in
i686-musl|x86_64-musl) build_options_default+=" gir" ;;
*-musl) ;;
*) build_options_default+=" gir" ;;
esac