diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2024-09-17 15:07:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-17 17:49:17 +0700 |
commit | a34b19c2d69bc2cbc52bff12841e059996062349 (patch) | |
tree | a14d6992977375d89fa046768391b48ff1c9ff56 /desktop | |
parent | 8b05334376fd710d9b8d62e692b29585ad367b50 (diff) |
desktop/Tela-icon-theme: Updated for version 2024_09_04.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/Tela-icon-theme/README | 4 | ||||
-rw-r--r-- | desktop/Tela-icon-theme/Tela-icon-theme.SlackBuild | 10 | ||||
-rw-r--r-- | desktop/Tela-icon-theme/Tela-icon-theme.info | 6 |
3 files changed, 11 insertions, 9 deletions
diff --git a/desktop/Tela-icon-theme/README b/desktop/Tela-icon-theme/README index ba7a6804c72e5..8d17a9ba43939 100644 --- a/desktop/Tela-icon-theme/README +++ b/desktop/Tela-icon-theme/README @@ -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. diff --git a/desktop/Tela-icon-theme/Tela-icon-theme.SlackBuild b/desktop/Tela-icon-theme/Tela-icon-theme.SlackBuild index b9373a376f799..eb8d3212cdd50 100644 --- a/desktop/Tela-icon-theme/Tela-icon-theme.SlackBuild +++ b/desktop/Tela-icon-theme/Tela-icon-theme.SlackBuild @@ -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 diff --git a/desktop/Tela-icon-theme/Tela-icon-theme.info b/desktop/Tela-icon-theme/Tela-icon-theme.info index dd1f548dfaf64..b5572f2cb206e 100644 --- a/desktop/Tela-icon-theme/Tela-icon-theme.info +++ b/desktop/Tela-icon-theme/Tela-icon-theme.info @@ -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="" |