summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author David Woodfall2011-03-04 12:48:35 +0100
committer Niels Horn2011-03-04 12:48:35 +0100
commit0378a57fc778d8708b9e139fc7b0497ddd47fb98 (patch)
tree8c47c1bfe8aa10ac15ec5cf1ffb03aec08a47bed
parentad8af4b8a7ea7cf9dfc488faf392e9a308d478b9 (diff)
downloadslackbuilds-0378a57fc778d8708b9e139fc7b0497ddd47fb98.tar.gz
system/python-ranger: Updated for version 1.4.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
-rw-r--r--system/python-ranger/README4
-rw-r--r--system/python-ranger/python-ranger.SlackBuild12
-rw-r--r--system/python-ranger/python-ranger.info8
3 files changed, 11 insertions, 13 deletions
diff --git a/system/python-ranger/README b/system/python-ranger/README
index f0a03f4730..110c4c6f7c 100644
--- a/system/python-ranger/README
+++ b/system/python-ranger/README
@@ -1,10 +1,6 @@
-Ranger (a curses file manager that uses vi/vim bindings)
-
A multi-column display allows viewing in a tree-like manner. You can
preview the content of the selected file or directory, copy or move
files around with the VIM-like commands dd and yy, execute predefined
applications when opening a file, etc...
Everything is fully customizable and written in Python (2.6 and 3.1
compatible) using curses for the text-based user interface.
-
-Homepage: https://savannah.nongnu.org/projects/ranger/
diff --git a/system/python-ranger/python-ranger.SlackBuild b/system/python-ranger/python-ranger.SlackBuild
index b7d4a3e7de..98af7e82fe 100644
--- a/system/python-ranger/python-ranger.SlackBuild
+++ b/system/python-ranger/python-ranger.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for python-ranger
-# Copyright 2010 David Woodfall <dave@dawoodfall.net>
+# Copyright 2010-2011 David Woodfall <dave@dawoodfall.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -21,12 +21,13 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-SRCNAM=ranger
-PRGNAM=python-$SRCNAM
-VERSION=${VERSION:-1.2.1}
+PRGNAM=python-ranger
+VERSION=${VERSION:-1.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+SRCNAM=$(echo $PRGNAM | cut -d- -f2)
+
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
@@ -80,7 +81,8 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- CHANGELOG COPYING HACKING INSTALL README TODO \
+CHANGELOG COPYING INSTALL README doc/HACKING doc/TODO \
+doc/colorschemes.txt doc/print_colors.py doc/print_keys.py \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/system/python-ranger/python-ranger.info b/system/python-ranger/python-ranger.info
index f6cd858a18..4fe934d665 100644
--- a/system/python-ranger/python-ranger.info
+++ b/system/python-ranger/python-ranger.info
@@ -1,10 +1,10 @@
PRGNAM="python-ranger"
-VERSION="1.2.1"
+VERSION="1.4.1"
HOMEPAGE="https://savannah.nongnu.org/projects/ranger/"
-DOWNLOAD="http://nongnu.uib.no/ranger/releases/ranger-1.2.1.tar.gz"
-MD5SUM="995ec96e01a259166fc8ba55bea50368"
+DOWNLOAD="http://nongnu.uib.no/ranger/releases/ranger-1.4.1.tar.gz"
+MD5SUM="b59eefde55fdf65b2a7599f9d8ac0632"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="David Woodfall"
EMAIL="dave@dawoodfall.net"
-APPROVED="dsomero"
+APPROVED="Niels Horn"