Browse Source

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

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/249/head
Johannes Schoepfer 1 year ago
committed by Willy Sudiarto Raharjo
parent
commit
a34b19c2d6
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 4
      desktop/Tela-icon-theme/README
  2. 10
      desktop/Tela-icon-theme/Tela-icon-theme.SlackBuild
  3. 6
      desktop/Tela-icon-theme/Tela-icon-theme.info

4
desktop/Tela-icon-theme/README

@ -1,8 +1,8 @@
Tela-icon-theme is a flat colorful design icon theme. 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, 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. Only the standard color variant is installed by default.
Select additional color variants by passing variables to the script. Select additional color variants by passing variables to the script.

10
desktop/Tela-icon-theme/Tela-icon-theme.SlackBuild

@ -2,7 +2,7 @@
# Slackware build script for Tela-icon-theme # Slackware build script for Tela-icon-theme
# Copyright 2022-2023 Isaac Yu
# Copyright 2022-2023 Isaac Yu
# Copyright 2024 Johannes Schoepfer, Germany # Copyright 2024 Johannes Schoepfer, Germany
# All rights reserved. # All rights reserved.
# #
@ -26,8 +26,8 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM="Tela-icon-theme" 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} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}
@ -68,6 +68,8 @@ if [ "${RED:-no}" == yes ] ; then RED=red ; fi
if [ "${YELLOW:-no}" == yes ] ; then YELLOW=yellow ; fi if [ "${YELLOW:-no}" == yes ] ; then YELLOW=yellow ; fi
if [ "${MANJARO:-no}" == yes ] ; then MANJARO=manjaro ; fi if [ "${MANJARO:-no}" == yes ] ; then MANJARO=manjaro ; fi
if [ "${UBUNTU:-no}" == yes ] ; then UBUNTU=ubuntu ; 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: # 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: # 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 # Instead, you will have to select additional color variants by passing variables to the script
sed -i '/gtk-update-icon-cache/d' install.sh sed -i '/gtk-update-icon-cache/d' install.sh
./install.sh standard $BLACK $BLUE $BROWN $GREEN $GREY $ORANGE $PINK \ ./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 # Remove dangling symlinks
find $PKG/usr/share/icons -xtype l -delete find $PKG/usr/share/icons -xtype l -delete

6
desktop/Tela-icon-theme/Tela-icon-theme.info

@ -1,8 +1,8 @@
PRGNAM="Tela-icon-theme" PRGNAM="Tela-icon-theme"
VERSION="2024_04_19"
VERSION="2024_09_04"
HOMEPAGE="https://github.com/vinceliuice/Tela-icon-theme" 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="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""

Loading…
Cancel
Save