From 7ae810dfe69e1804eaef8da0cebb070b5c129521 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 28 Apr 2019 03:12:30 +0200 Subject: [PATCH] gcr: enable gir/vala for all architectures --- srcpkgs/gcr/template | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/srcpkgs/gcr/template b/srcpkgs/gcr/template index 8b774965ec..dbb40327dd 100644 --- a/srcpkgs/gcr/template +++ b/srcpkgs/gcr/template @@ -1,7 +1,7 @@ # Template file for 'gcr' pkgname=gcr version=3.28.1 -revision=2 +revision=3 build_style=gnu-configure build_helper="gir" configure_args="$(vopt_enable gir introspection) --disable-update-mime @@ -20,12 +20,7 @@ checksum=95204aa2111c301778ebfbe60975ce3ed698c958430ffcc2a785ac5e593d168b # 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" do_check() { # requires X11 server