desktop/Tela-icon-theme: Updated for version 2024_09_04.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Johannes Schoepfer 2024-09-17 15:07:31 +07:00 committed by Willy Sudiarto Raharjo
parent 8b05334376
commit a34b19c2d6
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 11 additions and 9 deletions

View File

@ -1,8 +1,8 @@
Tela-icon-theme is a flat colorful design icon theme.
There are 13 color variants:
There are 15 color variants:
standard, black, blue, brown, green, grey, orange,
pink, purple, red, yellow, manjaro, ubuntu
pink, purple, red, yellow, manjaro, ubuntu, dracula, nord
Only the standard color variant is installed by default.
Select additional color variants by passing variables to the script.

View File

@ -2,7 +2,7 @@
# Slackware build script for Tela-icon-theme
# Copyright 2022-2023 Isaac Yu
# Copyright 2022-2023 Isaac Yu
# Copyright 2024 Johannes Schoepfer, Germany
# All rights reserved.
#
@ -26,8 +26,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM="Tela-icon-theme"
SRCVER=${SRCVER:-2024-04-19}
VERSION=${VERSION:-2024_04_19}
SRCVER=${SRCVER:-2024-09-04}
VERSION=${VERSION:-2024_09_04}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -68,6 +68,8 @@ if [ "${RED:-no}" == yes ] ; then RED=red ; fi
if [ "${YELLOW:-no}" == yes ] ; then YELLOW=yellow ; fi
if [ "${MANJARO:-no}" == yes ] ; then MANJARO=manjaro ; fi
if [ "${UBUNTU:-no}" == yes ] ; then UBUNTU=ubuntu ; fi
if [ "${DRACULA:-no}" == yes ] ; then DRACULA=dracula ; fi
if [ "${NORD:-no}" == yes ] ; then NORD=nord ; fi
# I cannot install all of the color variants at once. To put it in another way:
# This slackbuild will not install with the following command:
@ -75,7 +77,7 @@ if [ "${UBUNTU:-no}" == yes ] ; then UBUNTU=ubuntu ; fi
# Instead, you will have to select additional color variants by passing variables to the script
sed -i '/gtk-update-icon-cache/d' install.sh
./install.sh standard $BLACK $BLUE $BROWN $GREEN $GREY $ORANGE $PINK \
$PURPLE $RED $YELLOW $MANJARO $UBUNTU -d $PKG/usr/share/icons
$PURPLE $RED $YELLOW $MANJARO $UBUNTU $DRACULA $NORD -d $PKG/usr/share/icons
# Remove dangling symlinks
find $PKG/usr/share/icons -xtype l -delete

View File

@ -1,8 +1,8 @@
PRGNAM="Tela-icon-theme"
VERSION="2024_04_19"
VERSION="2024_09_04"
HOMEPAGE="https://github.com/vinceliuice/Tela-icon-theme"
DOWNLOAD="https://github.com/vinceliuice/Tela-icon-theme/archive/2024-04-19/Tela-icon-theme-2024-04-19.tar.gz"
MD5SUM="8963cb9cefbd8f78778e7d87e5743e35"
DOWNLOAD="https://github.com/vinceliuice/Tela-icon-theme/archive/2024-09-04/Tela-icon-theme-2024-09-04.tar.gz"
MD5SUM="265368dfa2664b21a1565d7d52dc818d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""