Browse Source
system/gimp-help: Updated for version 2.10.34.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/202/head
Willy Sudiarto Raharjo
2 years ago
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
8 deletions
-
system/gimp-help/gimp-help.SlackBuild
-
system/gimp-help/gimp-help.info
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
# Slackware build script for gimp-help |
|
|
|
|
|
|
|
# Copyright 2014-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org> |
|
|
|
# Copyright 2014-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org> |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Permission to use, copy, modify, and distribute this software for any purpose |
|
|
@ -22,7 +22,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=gimp-help |
|
|
|
VERSION=${VERSION:-2.10.0} |
|
|
|
VERSION=${VERSION:-2.10.34} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
@ -35,9 +35,6 @@ if [ -z "$ARCH" ]; then |
|
|
|
esac |
|
|
|
fi |
|
|
|
|
|
|
|
# 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 |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="gimp-help" |
|
|
|
VERSION="2.10.0" |
|
|
|
VERSION="2.10.34" |
|
|
|
HOMEPAGE="https://www.gimp.org/" |
|
|
|
DOWNLOAD="https://download.gimp.org/pub/gimp/help/gimp-help-2.10.0.tar.bz2" |
|
|
|
MD5SUM="5eed00ad53c9b9b1669e0936f74f20f9" |
|
|
|
DOWNLOAD="https://download.gimp.org/pub/gimp/help/gimp-help-2.10.34.tar.bz2" |
|
|
|
MD5SUM="5e393d61c802e73ffe6c550759ed0853" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|