evince: try to fix cross on aarch64-musl

This commit is contained in:
maxice8 2018-08-19 20:04:33 -03:00
parent 8ea222509f
commit b2a3834769
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ configure_args="$(vopt_enable gir introspection) --disable-schemas-compile
--disable-browser-plugin"
build_style=gnu-configure
hostmakedepends="adwaita-icon-theme glib-devel gnome-doc-utils
gobject-introspection intltool itstool pkg-config"
gobject-introspection intltool itstool pkg-config perl-XML-Parser"
# XXX missing packages for DVI backend.
makedepends="adwaita-icon-theme djvulibre-devel gnome-desktop-devel libSM-devel
libgxps-devel libsecret-devel libspectre-devel nautilus-devel
@ -17,7 +17,7 @@ short_desc="GNOME Document viewer for multiple document formats"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-2.0-or-later"
homepage="http://projects.gnome.org/evince/"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=0955d22d85c9f6d322b6cbb464f1cc4c352db619017ec95dad4cc5c3440f73e1
build_options="gir"