system/python-ranger: Updated for version 1.4.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
ad8af4b8a7
commit
0378a57fc7
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue