mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 18:43:51 +02:00
gsound: enable gir/vala for all architectures
This commit is contained in:
parent
4f78036de8
commit
e1f41edb0c
1 changed files with 2 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gsound'
|
# Template file for 'gsound'
|
||||||
pkgname=gsound
|
pkgname=gsound
|
||||||
version=1.0.2
|
version=1.0.2
|
||||||
revision=4
|
revision=5
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="$(vopt_enable gir introspection) $(vopt_enable vala)"
|
configure_args="$(vopt_enable gir introspection) $(vopt_enable vala)"
|
||||||
|
@ -15,12 +15,7 @@ distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=bba8ff30eea815037e53bee727bbd5f0b6a2e74d452a7711b819a7c444e78e53
|
checksum=bba8ff30eea815037e53bee727bbd5f0b6a2e74d452a7711b819a7c444e78e53
|
||||||
|
|
||||||
build_options="gir vala"
|
build_options="gir vala"
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
build_options_default="gir vala"
|
||||||
i686-musl|x86_64-musl) build_options_default+=" gir vala" ;;
|
|
||||||
*-musl) ;;
|
|
||||||
*) build_options_default+=" gir vala" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
|
|
||||||
gsound-devel_package() {
|
gsound-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue