mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
desktop/artix-backgrounds: Update for 2023.12
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c0657dff18
commit
853ae1325a
2 changed files with 8 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for artix-backgrounds
|
||||
|
||||
# Copyright 2022 Isaac Yu <isaacyu@protonmail.com>
|
||||
# Copyright 2022-2024 Isaac Yu <isaacyu@protonmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=artix-backgrounds
|
||||
VERSION=${VERSION:-0.8.6}
|
||||
VERSION=${VERSION:-2023.12}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -33,6 +33,8 @@ PKGTYPE=${PKGTYPE:-tgz}
|
|||
SRCNAM=artwork
|
||||
ARCH=noarch
|
||||
|
||||
COMMIT=${COMMIT:-ffe87aae26f9c8f29e991cf8eb875c642e995b3d}
|
||||
|
||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||
exit 0
|
||||
|
@ -62,7 +64,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $SRCNAM
|
||||
tar xvf $CWD/$VERSION.tar.gz || tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/$COMMIT.tar.gz || tar xvf $CWD/$SRCNAM-$COMMIT.tar.gz
|
||||
cd $SRCNAM
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="artix-backgrounds"
|
||||
VERSION="0.8.6"
|
||||
VERSION="2023.12"
|
||||
HOMEPAGE="https://gitea.artixlinux.org/artix/artwork"
|
||||
DOWNLOAD="https://gitea.artixlinux.org/artix/artwork/archive/0.8.6.tar.gz"
|
||||
MD5SUM="39c839b079ac890b87e4c2b3e257b796"
|
||||
DOWNLOAD="https://gitea.artixlinux.org/artix/artwork/archive/ffe87aae26f9c8f29e991cf8eb875c642e995b3d.tar.gz"
|
||||
MD5SUM="e8e5a7ccf5ad2d1185bfefa1000a44d1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue