From c208680898f452d7ca8625b203c34033bd7c7b16 Mon Sep 17 00:00:00 2001 From: "Edinaldo P. Silva" Date: Sun, 24 Jul 2016 21:48:03 -0500 Subject: system/fish: Updated for version 2.3.1. Signed-off-by: Robby Workman --- system/fish/README | 8 ++++---- system/fish/doinst.sh | 2 +- system/fish/fish.SlackBuild | 11 ++++------- system/fish/fish.info | 6 +++--- 4 files changed, 12 insertions(+), 15 deletions(-) (limited to 'system/fish') diff --git a/system/fish/README b/system/fish/README index f3b1ad1ffa..c41173e57c 100644 --- a/system/fish/README +++ b/system/fish/README @@ -1,9 +1,9 @@ -fish (Friendly Interactive SHell) is a user friendly command line shell -for UNIX-like operating systems. +fish (Friendly Interactive SHell) is a user friendly command line shell +for UNIX-like operating systems. -This SlackBuild automatically add fish on /etc/shells. +This SlackBuild automatically adds fish to /etc/shells. -To use fish as your login shell, run command: +To use fish as your login shell, run this command: $ chsh -s /usr/bin/fish diff --git a/system/fish/doinst.sh b/system/fish/doinst.sh index 1632c14d33..20492202c8 100644 --- a/system/fish/doinst.sh +++ b/system/fish/doinst.sh @@ -14,4 +14,4 @@ config() { config etc/fish/config.fish.new # add Fish to /etc/shells -grep -qe '^/usr/bin/fish$' /etc/shells || echo '/usr/bin/fish' >> /etc/shells +grep -qe '^/usr/bin/fish$' etc/shells || echo '/usr/bin/fish' >> etc/shells diff --git a/system/fish/fish.SlackBuild b/system/fish/fish.SlackBuild index 8f8efafc2a..7f3eee778f 100644 --- a/system/fish/fish.SlackBuild +++ b/system/fish/fish.SlackBuild @@ -1,10 +1,7 @@ #!/bin/sh -# + # Slackware build script for the fish shell. -# -# Updated for version 1.23.1 20/09/2009 -# Updated for Slackware64 28/05/2009 -# + # Copyright 2009 Pierre Cazenave # Copyright 2015, Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. @@ -27,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=fish -VERSION=${VERSION:-2.2.0} +VERSION=${VERSION:-2.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -100,7 +97,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r # Remove manual pages that overwrites coreutils' man pages rm -f $PKG/usr/man/man1/{echo,false,pwd,test,true}.1.gz -cp -a CONTRIBUTING.md COPYING README.md release_notes.html $PKG/usr/doc/$PRGNAM-$VERSION +cp -a CONTRIBUTING.md COPYING README.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/system/fish/fish.info b/system/fish/fish.info index aade8892ca..e5ff61b393 100644 --- a/system/fish/fish.info +++ b/system/fish/fish.info @@ -1,8 +1,8 @@ PRGNAM="fish" -VERSION="2.2.0" +VERSION="2.3.1" HOMEPAGE="http://fishshell.com/" -DOWNLOAD="http://fishshell.com/files/2.2.0/fish-2.2.0.tar.gz" -MD5SUM="f6c3d940148593ff6648adb07986cbcb" +DOWNLOAD="http://fishshell.com/files/2.3.1/fish-2.3.1.tar.gz" +MD5SUM="2d13852a5c8e9e5bca00502b93e046a4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3-65-gdbad