desktop/trayer-srg: Updated for version 1.1.7.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2017-07-08 13:57:59 -04:00 committed by Willy Sudiarto Raharjo
parent 7bf1da1274
commit b3a32cadb0
2 changed files with 20 additions and 13 deletions

View file

@ -24,17 +24,21 @@
# Now maintained by B. Watson (yalhcru@gmail.com)
# 20150111 bkw:
# - Updated for latest git. Switching from git hash as version number to the
# date of the last commit as found by 'git log'. At least you can compare
# dates just by looking at them.
# - Upstream now uses a (non-autotools) ./configure script.
# 20170708 bkw:
# - updated for v1.1.7.
# - stop installing INSTALL in doc dir.
# 20170122 bkw:
# - updated for latest git.
# 20150111 bkw:
# - Updated for latest git. Switching from git hash as version number to the
# date of the last commit as found by 'git log'. At least you can compare
# dates just by looking at them.
# - Upstream now uses a (non-autotools) ./configure script.
PRGNAM=trayer-srg
VERSION=${VERSION:-20160817}
VERSION=${VERSION:-1.1.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -67,13 +71,16 @@ fi
set -e
#TARNAM="${PRGNAM}-trayer" # for old versions
TARNAM="${PRGNAM}-trayer"
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
cd $PRGNAM-$VERSION
rm -rf $TARNAM-$VERSION
tar xvf $CWD/$TARNAM-$VERSION.tar.?z*
cd $TARNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
@ -92,7 +99,7 @@ mkdir -p $PKG/usr/man/man1
gzip -c man/trayer.1 > $PKG/usr/man/man1/trayer.1.gz
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a CHANGELOG COPYING CREDITS INSTALL README TODO $PKG/usr/doc/$PRGNAM-$VERSION
cp -a CHANGELOG COPYING CREDITS README TODO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="trayer-srg"
VERSION="20160817"
VERSION="1.1.7"
HOMEPAGE="https://github.com/sargon/trayer-srg"
DOWNLOAD="http://urchlay.naptime.net/~urchlay/src/trayer-srg-20160817.tar.gz"
MD5SUM="cd3f627bca1515342b116dada9f9e165"
DOWNLOAD="https://github.com/sargon/trayer-srg/archive/trayer-1.1.7/trayer-srg-trayer-1.1.7.tar.gz"
MD5SUM="0eade29dcd0c3deb8f3efc1651d859c3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""