fish: don't link against libintl.
This commit is contained in:
parent
cf02d11c43
commit
5b4ba4d3f4
1 changed files with 4 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'fish-shell'
|
# Template file for 'fish-shell'
|
||||||
pkgname=fish-shell
|
pkgname=fish-shell
|
||||||
version=3.2.1
|
version=3.2.1
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="fish-${version}"
|
wrksrc="fish-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="gettext"
|
hostmakedepends="gettext"
|
||||||
makedepends="ncurses-devel pcre2-devel gettext-devel"
|
makedepends="ncurses-devel pcre2-devel"
|
||||||
depends="groff"
|
depends="groff"
|
||||||
checkdepends="python3-pexpect procps-ng"
|
checkdepends="python3-pexpect procps-ng"
|
||||||
short_desc="User friendly shell intended mostly for interactive use"
|
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"
|
distfiles="https://github.com/fish-shell/fish-shell/releases/download/${version}/fish-${version}.tar.xz"
|
||||||
checksum=d8e49f4090d3778df17dd825e4a2a80192015682423cd9dd02b6675d65c3af5b
|
checksum=d8e49f4090d3778df17dd825e4a2a80192015682423cd9dd02b6675d65c3af5b
|
||||||
register_shell="/bin/fish /usr/bin/fish"
|
register_shell="/bin/fish /usr/bin/fish"
|
||||||
|
# tests don't work as root
|
||||||
|
make_check=extended
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
makedepends+=" libatomic-devel"
|
makedepends+=" libatomic-devel"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue