desktop/numix-icon-theme-square: Updated for version 23.11.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
942fc7d101
commit
08297e4610
|
@ -27,7 +27,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM="numix-icon-theme-square"
|
PRGNAM="numix-icon-theme-square"
|
||||||
VERSION=${VERSION:-23.10.09}
|
VERSION=${VERSION:-23.11.11}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
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
|
# 20200407 bkw: makepkg's symlink search and doinst.sh creation doesn't
|
||||||
# scale well. This makes the build complete much faster, and create an
|
# scale well. This makes the build complete much faster, and create an
|
||||||
# identical doinst.sh.
|
# 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
|
cd $PKG
|
||||||
find . -type l \
|
find . -type l \
|
||||||
-printf '( cd %h ; rm -rf %f )\n( cd %h ; ln -sf %l %f )\n' -delete | \
|
-printf '( cd %h ; rm -rf %f )\n( cd %h ; ln -sf %l %f )\n' -delete | \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="numix-icon-theme-square"
|
PRGNAM="numix-icon-theme-square"
|
||||||
VERSION="23.10.09"
|
VERSION="23.11.11"
|
||||||
HOMEPAGE="https://github.com/numixproject/numix-icon-theme-square/"
|
HOMEPAGE="https://github.com/numixproject/numix-icon-theme-square/"
|
||||||
DOWNLOAD="https://github.com/numixproject/numix-icon-theme-square/archive/23.10.09/numix-icon-theme-square-23.10.09.tar.gz"
|
DOWNLOAD="https://github.com/numixproject/numix-icon-theme-square/archive/23.11.11/numix-icon-theme-square-23.11.11.tar.gz"
|
||||||
MD5SUM="a19a31d3a7f092563120e44cbe628fb7"
|
MD5SUM="ae9f2255b56d88d9c1afa3b481810a88"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="numix-icon-theme"
|
REQUIRES="numix-icon-theme"
|
||||||
|
|
Loading…
Reference in New Issue