mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
template-glib: enable gir/vala for all architectures
This commit is contained in:
parent
f74b5ac1fc
commit
b6c0c857a4
1 changed files with 1 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'template-glib'
|
# Template file for 'template-glib'
|
||||||
pkgname=template-glib
|
pkgname=template-glib
|
||||||
version=3.32.0
|
version=3.32.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="-Denable_gtk_doc=false -Dwith_introspection=true
|
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"
|
distfiles="${GNOME_SITE}/template-glib/${version%.*}/template-glib-${version}.tar.xz"
|
||||||
checksum=39a334f5db404fa8b225224766684f2f63f5ec4cf4e971cfc513f1db35e81fbc
|
checksum=39a334f5db404fa8b225224766684f2f63f5ec4cf4e971cfc513f1db35e81fbc
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
i686-musl|x86_64-musl) ;;
|
|
||||||
*-musl) broken="hard-requires gobject-introspection" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
template-glib-devel_package() {
|
template-glib-devel_package() {
|
||||||
depends="${sourcepkg}-${version}_${revision} gtk+3-devel"
|
depends="${sourcepkg}-${version}_${revision} gtk+3-devel"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue