fish: update to 3.5.0

Various other cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2021-10-04 20:56:10 -07:00
parent c1aa8e13c3
commit 7dc5f0b436
1 changed files with 6 additions and 4 deletions

View File

@ -5,12 +5,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=fish
PKG_VERSION:=3.3.1
PKG_VERSION:=3.5.0
PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://github.com/fish-shell/fish-shell/releases/download/$(PKG_VERSION)
PKG_HASH:=b5b4ee1a5269762cbbe993a4bd6507e675e4100ce9bbe84214a5eeb2b19fae89
PKG_HASH:=291e4ec7c6c3fea54dc1aed057ce3d42b356fa6f70865627b2c7dfcecaefd210
PKG_MAINTAINER:=Curtis Jiang <jqqqqqqqqqq@gmail.com>, Hao Dong <halbertdong@gmail.com>
PKG_LICENSE:=GPL-2.0-only
@ -25,7 +25,7 @@ define Package/fish
CATEGORY:=Utilities
SUBMENU:=Shells
TITLE:=A smart and user-friendly command line shell
DEPENDS:=+libncurses +libstdcpp +libatomic +librt +libpcre2-32 @!USE_UCLIBC
DEPENDS:=+libncurses +libstdcpp +libatomic +libpcre2-32
URL:=https://fishshell.com
endef
@ -36,7 +36,9 @@ define Package/fish/description
configuration required.
endef
CMAKE_OPTIONS += -DBUILD_DOCS=NO
CMAKE_OPTIONS += \
-DBUILD_DOCS=FALSE \
-DWITH_GETTEXT=FALSE
define Package/fish/install
$(INSTALL_DIR) $(1)/usr/bin