libgnomekbd: enable gir for all architecturs
This commit is contained in:
parent
c09cbf2f8f
commit
49ecd4d87a
1 changed files with 2 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libgnomekbd'
|
# Template file for 'libgnomekbd'
|
||||||
pkgname=libgnomekbd
|
pkgname=libgnomekbd
|
||||||
version=3.26.1
|
version=3.26.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="--disable-static $(vopt_enable gir introspection)"
|
configure_args="--disable-static $(vopt_enable gir introspection)"
|
||||||
|
@ -16,12 +16,7 @@ distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=f7ca02631576e9b88aee1b1bae37ac1488b80ee7975f20a97f29e761a7172679
|
checksum=f7ca02631576e9b88aee1b1bae37ac1488b80ee7975f20a97f29e761a7172679
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
libgnomekbd-devel_package() {
|
libgnomekbd-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue