desktop/sddm-theme-artix: Update for 20240803

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
isaackwy 2024-10-10 14:11:23 -07:00 committed by Willy Sudiarto Raharjo
parent a31bcabb00
commit 600daa36fd
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 8 additions and 22 deletions

View file

@ -1,6 +1,6 @@
--- a/artix/theme.conf 2020-06-23 13:43:28.000000000 -0700
+++ b/artix/theme.conf 2022-08-16 20:29:49.612488149 -0700
--- a/artix/theme.conf
+++ b/artix/theme.conf
@@ -1,2 +1,2 @@
[General]
-background=/usr/share/backgrounds/Artix_dna_spiral_dark.jpg
-background=/usr/share/backgrounds/Artix_dna_spiral_dark_bw.jpg
+background=/usr/share/backgrounds/GradientGlowBlue.jpg

View file

@ -2,7 +2,7 @@
# Slackware build script for sddm-theme-artix
# 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=sddm-theme-artix
VERSION=${VERSION:-0.7}
VERSION=${VERSION:-20240803}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -41,20 +41,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

View file

@ -1,8 +1,8 @@
PRGNAM="sddm-theme-artix"
VERSION="0.7"
VERSION="20240803"
HOMEPAGE="https://gitea.artixlinux.org/artix/sddm-theme-artix"
DOWNLOAD="https://gitea.artixlinux.org/artix/sddm-theme-artix/archive/0.7.tar.gz"
MD5SUM="3de6ba31d9df1aaaf49f4b5b7358aec2"
DOWNLOAD="https://gitea.artixlinux.org/artix/sddm-theme-artix/archive/20240803.tar.gz"
MD5SUM="caa89baa6e2bafc977cabcc4e8e59b67"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="artix-backgrounds"