From 5b4ba4d3f4ac70e77c5003faac6b4b141d339d02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Thu, 4 Mar 2021 18:53:22 -0300 Subject: [PATCH] fish: don't link against libintl. --- srcpkgs/fish-shell/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fish-shell/template b/srcpkgs/fish-shell/template index c39fd784c42..800a781f214 100644 --- a/srcpkgs/fish-shell/template +++ b/srcpkgs/fish-shell/template @@ -1,11 +1,11 @@ # Template file for 'fish-shell' pkgname=fish-shell version=3.2.1 -revision=1 +revision=2 wrksrc="fish-${version}" build_style=cmake hostmakedepends="gettext" -makedepends="ncurses-devel pcre2-devel gettext-devel" +makedepends="ncurses-devel pcre2-devel" depends="groff" checkdepends="python3-pexpect procps-ng" short_desc="User friendly shell intended mostly for interactive use" @@ -15,6 +15,8 @@ homepage="https://fishshell.com/" distfiles="https://github.com/fish-shell/fish-shell/releases/download/${version}/fish-${version}.tar.xz" checksum=d8e49f4090d3778df17dd825e4a2a80192015682423cd9dd02b6675d65c3af5b register_shell="/bin/fish /usr/bin/fish" +# tests don't work as root +make_check=extended if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then makedepends+=" libatomic-devel"