network/gallery-dl: Updated for version 1.25.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Samuel Young 2023-04-16 10:20:19 +07:00 committed by Willy Sudiarto Raharjo
parent 2f0d85c44d
commit b298d7f9fc
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 10 additions and 8 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gallery-dl
VERSION=${VERSION:-1.25.1}
VERSION=${VERSION:-1.25.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -75,7 +75,10 @@ find -L . \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
\
make man PREFIX=/usr DESTDIR=$PKG
make completion PREFIX=/usr DESTDIR=$PKG
python3 setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
@ -87,8 +90,7 @@ 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.md \
LICENSE \
CHANGELOG.md LICENSE docs/formatting.md docs/gallery-dl-example.conf docs/gallery-dl.conf docs/options.md docs/supportedsites.md \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View File

@ -1,8 +1,8 @@
PRGNAM="gallery-dl"
VERSION="1.25.1"
VERSION="1.25.2"
HOMEPAGE="https://github.com/mikf/gallery-dl"
DOWNLOAD="https://github.com/mikf/gallery-dl/archive/v1.25.1/gallery-dl-1.25.1.tar.gz"
MD5SUM="bdf0149b305528ccd581b304f0615b9e"
DOWNLOAD="https://github.com/mikf/gallery-dl/archive/v1.25.2/gallery-dl-1.25.2.tar.gz"
MD5SUM="8361ccada8e78a28d4df15d48e1d8413"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View File

@ -13,7 +13,7 @@ gallery-dl: collections from several image hosting sites. It is a cross-platform
gallery-dl: tool with many configuration options and powerful filenaming capabi-
gallery-dl: lities.
gallery-dl:
gallery-dl:
gallery-dl:
gallery-dl: Homepage: https://github.com/mikf/gallery-dl
gallery-dl:
gallery-dl:
gallery-dl: