system/termsaver: Updated for version 0.4.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2022-02-21 18:37:13 +02:00 committed by Robby Workman
parent 3fafa4c18b
commit 7395ac2a5e
3 changed files with 8 additions and 8 deletions

View File

@ -10,7 +10,7 @@ termsaver: termsaver (Simple text-based terminal screensaver)
termsaver:
termsaver: A simple text-based screensaver for terminal windows.
termsaver:
termsaver: Homepage: http://termsaver.brunobraga.net/
termsaver: Homepage: https://pypi.org/project/termsaver/
termsaver:
termsaver:
termsaver:

View File

@ -2,7 +2,7 @@
# Slackware build script for termsaver
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=termsaver
VERSION=${VERSION:-0.3}
VERSION=${VERSION:-0.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -79,7 +79,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python setup.py install --root=$PKG
python2 setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

View File

@ -1,8 +1,8 @@
PRGNAM="termsaver"
VERSION="0.3"
HOMEPAGE="http://termsaver.brunobraga.net/"
DOWNLOAD="https://pypi.python.org/packages/source/t/termsaver/termsaver-0.3.tar.gz"
MD5SUM="7b33d51e858254797dfeb3a5f04671e5"
VERSION="0.4"
HOMEPAGE="https://pypi.org/project/termsaver/"
DOWNLOAD="https://files.pythonhosted.org/packages/9a/b0/4428c151d94b5358dd92b92c045cd40b448ff65a37b994ecb7252ad559f8/termsaver-0.4.tar.gz"
MD5SUM="024d4079cb368b5a42300cac3857dd26"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""