aboutsummaryrefslogtreecommitdiff
path: root/desktop/numix-icon-theme-square/numix-icon-theme-square.SlackBuild
diff options
context:
space:
mode:
authorEdinaldo P. Silva <edps.mundognu@gmail.com>2023-12-18 14:35:58 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-20 13:19:12 +0700
commit08297e46107a89707c8dced2297bbfbca74e4121 (patch)
tree5cecf6cce07552cab1fd0bb601c7bc2b9278b372 /desktop/numix-icon-theme-square/numix-icon-theme-square.SlackBuild
parent942fc7d10137d91886ff73f9c352697f6d16a193 (diff)
desktop/numix-icon-theme-square: Updated for version 23.11.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/numix-icon-theme-square/numix-icon-theme-square.SlackBuild')
-rw-r--r--desktop/numix-icon-theme-square/numix-icon-theme-square.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/desktop/numix-icon-theme-square/numix-icon-theme-square.SlackBuild b/desktop/numix-icon-theme-square/numix-icon-theme-square.SlackBuild
index b28df94d4e807..50ba66b12d8e7 100644
--- a/desktop/numix-icon-theme-square/numix-icon-theme-square.SlackBuild
+++ b/desktop/numix-icon-theme-square/numix-icon-theme-square.SlackBuild
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM="numix-icon-theme-square"
-VERSION=${VERSION:-23.10.09}
+VERSION=${VERSION:-23.11.11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -70,6 +70,10 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh
# 20200407 bkw: makepkg's symlink search and doinst.sh creation doesn't
# scale well. This makes the build complete much faster, and create an
# identical doinst.sh.
+# there's a broken symlink from upstream, but we leave it behind
+# see https://github.com/SlackBuildsOrg/slackbuilds/pull/4187
+# for discussion
+
cd $PKG
find . -type l \
-printf '( cd %h ; rm -rf %f )\n( cd %h ; ln -sf %l %f )\n' -delete | \