summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Edinaldo P. Silva2016-07-25 04:48:03 +0200
committer Willy Sudiarto Raharjo2016-07-30 03:28:43 +0200
commitc208680898f452d7ca8625b203c34033bd7c7b16 (patch)
tree92b87182791c3eed8316f126b97eea7f26f89708
parentcea1efabbdc09ae5c4abc8d71472eb7d2bda323a (diff)
downloadslackbuilds-c208680898f452d7ca8625b203c34033bd7c7b16.tar.gz
system/fish: Updated for version 2.3.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--system/fish/README8
-rw-r--r--system/fish/doinst.sh2
-rw-r--r--system/fish/fish.SlackBuild11
-rw-r--r--system/fish/fish.info6
4 files changed, 12 insertions, 15 deletions
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 <pwcazenave {at} gmail [dot] com>
# 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=""