gnome-documents: update to 3.32.0.
This commit is contained in:
parent
7967f71156
commit
1f090da96c
1 changed files with 10 additions and 7 deletions
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'gnome-documents'
|
||||
pkgname=gnome-documents
|
||||
version=3.30.1
|
||||
version=3.32.0
|
||||
revision=1
|
||||
build_helper="gir"
|
||||
build_style=meson
|
||||
hostmakedepends="docbook-xsl intltool itstool pkg-config
|
||||
$(vopt_if gir 'gobject-introspection')"
|
||||
hostmakedepends="docbook-xsl itstool pkg-config glib-devel libxslt gdk-pixbuf
|
||||
librsvg"
|
||||
makedepends="clutter-gtk-devel evince-devel gjs-devel gnome-desktop-devel
|
||||
libgdata-devel libgepub-devel librsvg-devel libzapojit-devel tracker-devel
|
||||
vala-devel webkit2gtk-devel"
|
||||
|
@ -15,10 +16,12 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="https://wiki.gnome.org/Apps/Documents"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=66191078f42adf50e4aa4cfba5a6564afd17e26f2c8fb3d71acd7b2ea29b0ffd
|
||||
checksum=cc2060843e53b6db3372b806536f5df0bfc7abd3c0c35cb5021a3592d76f0dbf
|
||||
lib32disabled=yes
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue