evince: enable gir for all architecturs
This commit is contained in:
parent
409a50d297
commit
ee03500379
1 changed files with 2 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'evince'
|
# Template file for 'evince'
|
||||||
pkgname=evince
|
pkgname=evince
|
||||||
version=3.32.0
|
version=3.32.0
|
||||||
revision=1
|
revision=2
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="$(vopt_enable gir introspection) --disable-schemas-compile
|
configure_args="$(vopt_enable gir introspection) --disable-schemas-compile
|
||||||
|
@ -22,11 +22,7 @@ distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=f0d977216466ed2f5a6de64476ef7113dc7c7c9832336f1ff07f3c03c5324c40
|
checksum=f0d977216466ed2f5a6de64476ef7113dc7c7c9832336f1ff07f3c03c5324c40
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
build_options_default="gir"
|
||||||
i686-musl|x86_64-musl) build_options_default+=" gir" ;;
|
|
||||||
*-musl) ;;
|
|
||||||
*) build_options_default+=" gir" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
libevince_package() {
|
libevince_package() {
|
||||||
short_desc+=" - runtime libraries"
|
short_desc+=" - runtime libraries"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue