|
|
@ -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 |
|
|
|