From 7dc5f0b43608b867a39eaa84a469560473ec994e Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 4 Oct 2021 20:56:10 -0700 Subject: [PATCH] fish: update to 3.5.0 Various other cleanups. Signed-off-by: Rosen Penev --- utils/fish/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/utils/fish/Makefile b/utils/fish/Makefile index 389141b117..a4864ada16 100644 --- a/utils/fish/Makefile +++ b/utils/fish/Makefile @@ -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 , Hao Dong 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