From 767940ad02f6cb7bc763d8455001ef6738721b53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 28 Apr 2019 03:12:38 +0200 Subject: [PATCH] libgweather: enable gir/vala for all architectures --- srcpkgs/libgweather/template | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/srcpkgs/libgweather/template b/srcpkgs/libgweather/template index 4f3a44ba952..787cf226351 100644 --- a/srcpkgs/libgweather/template +++ b/srcpkgs/libgweather/template @@ -1,7 +1,7 @@ # Template file for 'libgweather' pkgname=libgweather version=3.32.1 -revision=1 +revision=2 build_style=meson build_helper="gir" configure_args="-Denable_vala=$(vopt_if vala true false) @@ -18,12 +18,7 @@ distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz" checksum=1c2218ed71230dd2c550ca4fd3dab53e2f2831d38982c213575f34e48d68e980 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" libgweather-devel_package() { depends="${makedepends} ${sourcepkg}>=${version}_${revision} gtk+3-devel"