diff options
author | B. Watson <urchlay@slackware.uk> | 2023-09-01 23:25:34 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-02 18:02:32 +0700 |
commit | 9f2f5f9821330d8633514c3be32e57fb9401e484 (patch) | |
tree | 123bfd29b37541369b73530b8272a969e1ac03d9 | |
parent | b857ec76c486650950b825e5afc97b4bcf81507f (diff) |
graphics/imv: Updated for version 4.4.0.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | graphics/imv/imv.SlackBuild | 13 | ||||
-rw-r--r-- | graphics/imv/imv.info | 8 |
2 files changed, 13 insertions, 8 deletions
diff --git a/graphics/imv/imv.SlackBuild b/graphics/imv/imv.SlackBuild index cabfcf4af387..26045f8aa4d3 100644 --- a/graphics/imv/imv.SlackBuild +++ b/graphics/imv/imv.SlackBuild @@ -6,6 +6,10 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20230901 bkw: +# - update for v4.4.0. +# - new homepage and git repo, fugly tarball filename. + # 20210909 bkw: # - update for v4.3.0. # - upstream switched to meson, can't build old versions with this script. @@ -18,7 +22,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=imv -VERSION=${VERSION:-4.3.0} +VERSION=${VERSION:-4.4.0} +COMMIT=${COMMIT:-885e17397ac503de84723d4f0b1c97b1258548ab} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -59,9 +64,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION +rm -rf $PRGNAM-$COMMIT +tar xvf $CWD/$PRGNAM-$COMMIT.tar.gz || tar xvf $CWD/$COMMIT.tar.gz +cd $PRGNAM-$COMMIT 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 {} \+ diff --git a/graphics/imv/imv.info b/graphics/imv/imv.info index c643c5be926f..5123795e0c02 100644 --- a/graphics/imv/imv.info +++ b/graphics/imv/imv.info @@ -1,8 +1,8 @@ PRGNAM="imv" -VERSION="4.3.0" -HOMEPAGE="https://github.com/eXeC64/imv" -DOWNLOAD="https://github.com/eXeC64/imv/archive/v4.3.0/imv-4.3.0.tar.gz" -MD5SUM="d01fb291c384497cfcc771ad6603a3c0" +VERSION="4.4.0" +HOMEPAGE="https://sr.ht/~exec64/imv/" +DOWNLOAD="https://git.sr.ht/~exec64/imv/archive/885e17397ac503de84723d4f0b1c97b1258548ab.tar.gz" +MD5SUM="0ff4c876c2dc7b0f4035efa406230d1f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |