mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 20:13:52 +02:00
gfbgraph: enable gir for all architecturs
This commit is contained in:
parent
3236601bf8
commit
1adaee72ee
1 changed files with 2 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gfbgraph'
|
# Template file for 'gfbgraph'
|
||||||
pkgname=gfbgraph
|
pkgname=gfbgraph
|
||||||
version=0.2.3
|
version=0.2.3
|
||||||
revision=5
|
revision=6
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
|
@ -15,12 +15,7 @@ distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=da1179083cde2b649d7491c745250a00d292e390fd620b7dd2dd95a122dae0b6
|
checksum=da1179083cde2b649d7491c745250a00d292e390fd620b7dd2dd95a122dae0b6
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
|
build_options_default="gir"
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
i686-musl|x86_64-musl) build_options_default+=" gir" ;;
|
|
||||||
*-musl) ;;
|
|
||||||
*) build_options_default+=" gir" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/doc
|
rm -rf ${DESTDIR}/usr/doc
|
||||||
|
|
Loading…
Add table
Reference in a new issue