From f440fa406db87e6fec0b0969a6075a622eb9b530 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 28 Apr 2019 03:12:33 +0200 Subject: [PATCH] gspell: enable gir/vala for all architectures --- srcpkgs/gspell/template | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/srcpkgs/gspell/template b/srcpkgs/gspell/template index 8884551541c..bf34cf60268 100644 --- a/srcpkgs/gspell/template +++ b/srcpkgs/gspell/template @@ -1,7 +1,7 @@ # Template file for 'gspell' pkgname=gspell version=1.8.1 -revision=3 +revision=4 build_style=gnu-configure build_helper="gir" configure_args="--disable-static $(vopt_enable gir introspection) @@ -18,12 +18,7 @@ checksum=819a1d23c7603000e73f5e738bdd284342e0cd345fb0c7650999c31ec741bbe5 # Package build options 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" gspell-devel_package() { depends="${makedepends} ${sourcepkg}>=${version}_${revision}"