summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Brenton Earl2020-09-16 02:42:54 +0200
committer Willy Sudiarto Raharjo2020-09-16 02:42:54 +0200
commitf16ef6cfe5ee2bb5636a6ec05be53db1fea0cda6 (patch)
tree5837b3bd8e48ee121623a4022cf56d52e4179d52
parent1a1a4b851e6f53183924ca8e85c59d70214a6466 (diff)
downloadslackbuilds-f16ef6cfe5ee2bb5636a6ec05be53db1fea0cda6.tar.gz
system/autojump: Updated for version 22.5.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/autojump/README32
-rw-r--r--system/autojump/autojump.SlackBuild6
-rw-r--r--system/autojump/autojump.info6
3 files changed, 38 insertions, 6 deletions
diff --git a/system/autojump/README b/system/autojump/README
index 3d2ad6a249..3e949333ec 100644
--- a/system/autojump/README
+++ b/system/autojump/README
@@ -5,3 +5,35 @@ becomes usable. Autojump will listen and rank your 'cd' commands by
frequency. Once your database is reasonably complete, you can "jump"
to a commonly "cd"ed directory. It supports the bash, zsh, and
tcsh shells.
+
+Additional Installation Steps
+------------------------------
+
+Add the following to your .bashrc to enable autojump for your
+account:
+
+[[ -s /etc/profile.d/autojump.sh ]] && source /etc/profile.d/autojump.sh
+
+You must open a new shell for autojump to become active. You may
+also need to log in and out of your desktop environment.
+
+The default shell in Slackware is Bash. Further steps may be
+required for other shell environments.
+
+Example Usage
+--------------
+
+$ cd /tmp
+$ cd /home
+$ cd /var
+$ cd /var/log
+$ j tmp
+$ j log
+$ jo /home
+$ j -s
+
+The "j" command drops you back into each directory. The "jo"
+command will launch a file manager for the home directory if
+you are using a graphical environment. Adding "-s" to the "j"
+command will list your autojump database. See the man page
+for further details.
diff --git a/system/autojump/autojump.SlackBuild b/system/autojump/autojump.SlackBuild
index 94d4f6746c..ba2c4d9d93 100644
--- a/system/autojump/autojump.SlackBuild
+++ b/system/autojump/autojump.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for autojump
# Copyright 2010-2012 Binh Nguyen <binhvng@gmail.com>
-# Copyright 2015-2018 Brenton Earl <brent@exitstatusone.com>
+# Copyright 2015-2018, 2020 Brenton Earl <brent@exitstatusone.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=autojump
-VERSION=${VERSION:-22.5.1}
+VERSION=${VERSION:-22.5.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -55,7 +55,7 @@ sed -i "s/'share', 'man'/'man'/" install.py
# Post install message may confuse users, removed
# Details listed in included README
-sed -i '213,215d' install.py
+sed -i '229,232d' install.py
# Adjust path for bash file source
sed -i "s:/usr/local/:/usr/:g" bin/$PRGNAM.sh
diff --git a/system/autojump/autojump.info b/system/autojump/autojump.info
index fc62a2a7d5..dcaf89b49a 100644
--- a/system/autojump/autojump.info
+++ b/system/autojump/autojump.info
@@ -1,8 +1,8 @@
PRGNAM="autojump"
-VERSION="22.5.1"
+VERSION="22.5.3"
HOMEPAGE="https://github.com/wting/autojump"
-DOWNLOAD="https://github.com/wting/autojump/archive/release-v22.5.1.tar.gz"
-MD5SUM="eaa7344925ae9a03a19cf9b9a3cdb4b4"
+DOWNLOAD="https://github.com/wting/autojump/archive/release-v22.5.3.tar.gz"
+MD5SUM="29f1a7df736814c747645703bf00ce48"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""