graphics/findimagedupes: Updated for version 2.19.1.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2021-09-10 03:39:27 -04:00 committed by Willy Sudiarto Raharjo
parent 252ab4523d
commit eea24b497b
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 8 additions and 9 deletions

View File

@ -6,19 +6,18 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20210910 bkw: update for v2.19.1.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=findimagedupes
VERSION=${VERSION:-2.19}
BUILD=${BUILD:-2}
VERSION=${VERSION:-2.19.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
ARCH=noarch
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@ -52,7 +51,7 @@ pod2man -s1 --stderr -cSlackBuilds.org -r$VERSION $PRGNAM | \
gzip -9c > $PKG/usr/man/man1/$PRGNAM.1.gz
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a README* COPYING history $PKG/usr/doc/$PRGNAM-$VERSION
cp -a README* COPYING $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="findimagedupes"
VERSION="2.19"
VERSION="2.19.1"
HOMEPAGE="http://www.jhnc.org/findimagedupes/"
DOWNLOAD="http://www.jhnc.org/findimagedupes/findimagedupes-2.19.tar.gz"
MD5SUM="24886738644e77cb20d78f56f7178ef8"
DOWNLOAD="http://www.jhnc.org/findimagedupes/findimagedupes-2.19.1.tar.gz"
MD5SUM="86be2910f2b5af31b5015e8db2d51a4a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-Inline-C perl-file-mimeinfo GraphicsMagick"