From 2cf172b05536ed0e94698155b0c5a7fad9a4d209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 28 Apr 2019 01:45:47 +0200 Subject: [PATCH] libgtop: enable gir for all architecturs --- srcpkgs/libgtop/template | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/srcpkgs/libgtop/template b/srcpkgs/libgtop/template index 41649c237e2..4e0f08b3cf6 100644 --- a/srcpkgs/libgtop/template +++ b/srcpkgs/libgtop/template @@ -1,7 +1,7 @@ # Template file for 'libgtop' pkgname=libgtop version=2.40.0 -revision=1 +revision=2 build_style=gnu-configure build_helper="gir" configure_args="--with-libgtop-smp $(vopt_enable gir introspection)" @@ -16,12 +16,7 @@ checksum=78f3274c0c79c434c03655c1b35edf7b95ec0421430897fb1345a98a265ed2d4 # Package build options build_options="gir" - -case "$XBPS_TARGET_MACHINE" in - i686-musl|x86_64-musl) build_options_default+=" gir" ;; - *-musl) ;; - *) build_options_default+=" gir" ;; -esac +build_options_default="gir" libgtop-devel_package() { depends="libglib-devel libXau-devel ${sourcepkg}>=${version}_${revision}"