fish: add gettext as make dep (#5679)

This commit is contained in:
Yuyi Wang 2025-09-28 16:54:06 +08:00 committed by GitHub
parent 4d243cd229
commit 2241fad1b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
pkgname=fish
pkgver=4.1.0
pkgrel=1
pkgrel=2
pkgdesc='Smart and user friendly shell intended mostly for interactive use'
arch=('x86_64')
url="https://fishshell.com/"
@ -12,7 +12,7 @@ msys2_references=(
)
license=('spdx:GPL-2.0-only')
depends=('gcc-libs' 'libpcre2_32' 'libpcre2_8' 'man-db')
makedepends=('gcc' 'pcre2-devel' 'cmake' 'pkgconf' 'rust' 'ninja')
makedepends=('gcc' 'gettext' 'pcre2-devel' 'cmake' 'pkgconf' 'rust' 'ninja')
optdepends=('python: for manual page completion parser and web configuration tool')
install=fish.install
backup=('etc/fish/config.fish' 'etc/fish/msys2.fish' 'etc/fish/perlbin.fish')