gtkspell3: enable gir/vala for all architectures
This commit is contained in:
parent
07253b7400
commit
8a63e4489f
1 changed files with 2 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gtkspell3'
|
||||
pkgname=gtkspell3
|
||||
version=3.0.10
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
build_helper="gir"
|
||||
configure_args="--disable-silent-rules"
|
||||
|
@ -16,12 +16,7 @@ distfiles="${SOURCEFORGE_SITE}/${pkgname::-1}/${version}/${pkgname}-${version}.t
|
|||
checksum=b040f63836b347eb344f5542443dc254621805072f7141d49c067ecb5a375732
|
||||
|
||||
build_options="gir vala"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686-musl|x86_64-musl) build_options_default+=" gir vala" ;;
|
||||
*-musl) ;;
|
||||
*) build_options_default+=" gir vala" ;;
|
||||
esac
|
||||
build_options_default="gir vala"
|
||||
|
||||
gtkspell3-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision} enchant2-devel"
|
||||
|
|
Loading…
Reference in a new issue