diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-06-27 01:07:05 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-28 18:25:54 +0700 |
commit | 6337a262c75fd578f964ed57c8a9e40e67636d86 (patch) | |
tree | 93a3fd0f6031ee9b30b0d7838ea3d226b2729732 /desktop | |
parent | 0414a4e9c10c0e02846b3ef0c725a811b35338d6 (diff) |
desktop/artix-backgrounds: Update for 2024.06
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/artix-backgrounds/artix-backgrounds.SlackBuild | 18 | ||||
-rw-r--r-- | desktop/artix-backgrounds/artix-backgrounds.info | 6 |
2 files changed, 5 insertions, 19 deletions
diff --git a/desktop/artix-backgrounds/artix-backgrounds.SlackBuild b/desktop/artix-backgrounds/artix-backgrounds.SlackBuild index 4249df74e9f6d..7614491697e52 100644 --- a/desktop/artix-backgrounds/artix-backgrounds.SlackBuild +++ b/desktop/artix-backgrounds/artix-backgrounds.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=artix-backgrounds -VERSION=${VERSION:-2023.12} +VERSION=${VERSION:-2024.06} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -33,7 +33,7 @@ PKGTYPE=${PKGTYPE:-tgz} SRCNAM=artwork ARCH=noarch -COMMIT=${COMMIT:-ffe87aae26f9c8f29e991cf8eb875c642e995b3d} +COMMIT=${COMMIT:-b59a7b7ccd963c538ea4c91daf91b4f53efa9859} if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" @@ -44,20 +44,6 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - set -e rm -rf $PKG diff --git a/desktop/artix-backgrounds/artix-backgrounds.info b/desktop/artix-backgrounds/artix-backgrounds.info index c5f618ef6880f..e078670938bcb 100644 --- a/desktop/artix-backgrounds/artix-backgrounds.info +++ b/desktop/artix-backgrounds/artix-backgrounds.info @@ -1,8 +1,8 @@ PRGNAM="artix-backgrounds" -VERSION="2023.12" +VERSION="2024.06" HOMEPAGE="https://gitea.artixlinux.org/artix/artwork" -DOWNLOAD="https://gitea.artixlinux.org/artix/artwork/archive/ffe87aae26f9c8f29e991cf8eb875c642e995b3d.tar.gz" -MD5SUM="e8e5a7ccf5ad2d1185bfefa1000a44d1" +DOWNLOAD="https://gitea.artixlinux.org/artix/artwork/archive/b59a7b7ccd963c538ea4c91daf91b4f53efa9859.tar.gz" +MD5SUM="f1dbfbd305b10a536342908fe89925e7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |