graphics/pqiv: Updated for version 2.13.1.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2024-03-17 04:01:25 -04:00 committed by Willy Sudiarto Raharjo
parent df4dd86597
commit fa09aaaa02
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 9 additions and 8 deletions

View file

@ -7,6 +7,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20240317 bkw: update for v2.13.1.
# 20230507 bkw:
# - new maintainer.
# - update for v2.12.
@ -15,7 +16,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pqiv
VERSION=${VERSION:-2.12}
VERSION=${VERSION:-2.13.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -60,8 +61,8 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} + -o \
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} +
# --prefix is the only option that the ./configure script really takes into
# account at present, but I'll leave the others, just in case.

View file

@ -1,10 +1,10 @@
PRGNAM="pqiv"
VERSION="2.12"
VERSION="2.13.1"
HOMEPAGE="http://www.pberndt.com/Programme/Linux/pqiv/index.html"
DOWNLOAD="https://github.com/phillipberndt/pqiv/archive/2.12/pqiv-2.12.tar.gz"
MD5SUM="44d7ba3f15368cbb0b817a41f4eb8b2f"
DOWNLOAD="https://github.com/phillipberndt/pqiv/archive/2.13.1/pqiv-2.13.1.tar.gz"
MD5SUM="cb63d0bba73d167f3a61f239b8e59e71"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Leo C."
EMAIL="leoc@gmx.com"
MAINTAINER="B. Watson"
EMAIL="urchlay@slackware.uk"