template-glib: enable gir/vala for all architectures
This commit is contained in:
parent
f74b5ac1fc
commit
b6c0c857a4
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'template-glib'
|
||||
pkgname=template-glib
|
||||
version=3.32.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meson
|
||||
build_helper="gir"
|
||||
configure_args="-Denable_gtk_doc=false -Dwith_introspection=true
|
||||
|
@ -15,11 +15,6 @@ homepage="https://gitlab.gnome.org/GNOME/template-glib"
|
|||
distfiles="${GNOME_SITE}/template-glib/${version%.*}/template-glib-${version}.tar.xz"
|
||||
checksum=39a334f5db404fa8b225224766684f2f63f5ec4cf4e971cfc513f1db35e81fbc
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686-musl|x86_64-musl) ;;
|
||||
*-musl) broken="hard-requires gobject-introspection" ;;
|
||||
esac
|
||||
|
||||
template-glib-devel_package() {
|
||||
depends="${sourcepkg}-${version}_${revision} gtk+3-devel"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in New Issue