fish: add gettext as make dep (#5679)
This commit is contained in:
parent
4d243cd229
commit
2241fad1b5
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pkgname=fish
|
pkgname=fish
|
||||||
pkgver=4.1.0
|
pkgver=4.1.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='Smart and user friendly shell intended mostly for interactive use'
|
pkgdesc='Smart and user friendly shell intended mostly for interactive use'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://fishshell.com/"
|
url="https://fishshell.com/"
|
||||||
@ -12,7 +12,7 @@ msys2_references=(
|
|||||||
)
|
)
|
||||||
license=('spdx:GPL-2.0-only')
|
license=('spdx:GPL-2.0-only')
|
||||||
depends=('gcc-libs' 'libpcre2_32' 'libpcre2_8' 'man-db')
|
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')
|
optdepends=('python: for manual page completion parser and web configuration tool')
|
||||||
install=fish.install
|
install=fish.install
|
||||||
backup=('etc/fish/config.fish' 'etc/fish/msys2.fish' 'etc/fish/perlbin.fish')
|
backup=('etc/fish/config.fish' 'etc/fish/msys2.fish' 'etc/fish/perlbin.fish')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user