mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
atril: enable gir for all targets
See #11378 Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
1aadc0d3a0
commit
d2dbb22f1d
1 changed files with 3 additions and 4 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'atril'
|
# Template file for 'atril'
|
||||||
pkgname=atril
|
pkgname=atril
|
||||||
version=1.22.1
|
version=1.22.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
build_helper="gir"
|
||||||
configure_args="--disable-schemas-compile --enable-djvu
|
configure_args="--disable-schemas-compile --enable-djvu
|
||||||
--enable-dvi --enable-t1lib --enable-pixbuf --enable-comics --enable-xps
|
--enable-dvi --enable-t1lib --enable-pixbuf --enable-comics --enable-xps
|
||||||
--disable-static $(vopt_enable gir introspection)"
|
--disable-static $(vopt_enable gir introspection)"
|
||||||
|
@ -20,9 +21,7 @@ distfiles="https://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${vers
|
||||||
checksum=208544f6cce4bb5c0bf423a0d618929e35527d1c5ed120a5aa19f2a7a77e5c44
|
checksum=208544f6cce4bb5c0bf423a0d618929e35527d1c5ed120a5aa19f2a7a77e5c44
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
build_options_default="gir"
|
||||||
build_options_default="gir"
|
|
||||||
fi
|
|
||||||
|
|
||||||
libatril_package() {
|
libatril_package() {
|
||||||
short_desc+=" - runtime library"
|
short_desc+=" - runtime library"
|
||||||
|
|
Loading…
Add table
Reference in a new issue