diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2023-12-18 14:30:50 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-20 13:17:24 +0700 |
commit | 942fc7d10137d91886ff73f9c352697f6d16a193 (patch) | |
tree | 0b6a669c8e4d69b8ef5ed288a25aa0cbb37fd464 /desktop | |
parent | d121e624c019a5f591d3b58061c1398032207607 (diff) |
desktop/numix-icon-theme-circle: Updated for version 23.11.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/numix-icon-theme-circle/numix-icon-theme-circle.SlackBuild | 8 | ||||
-rw-r--r-- | desktop/numix-icon-theme-circle/numix-icon-theme-circle.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/desktop/numix-icon-theme-circle/numix-icon-theme-circle.SlackBuild b/desktop/numix-icon-theme-circle/numix-icon-theme-circle.SlackBuild index f913166e7b89..80d91133fe60 100644 --- a/desktop/numix-icon-theme-circle/numix-icon-theme-circle.SlackBuild +++ b/desktop/numix-icon-theme-circle/numix-icon-theme-circle.SlackBuild @@ -27,16 +27,13 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM="numix-icon-theme-circle" -VERSION=${VERSION:-23.10.09} +VERSION=${VERSION:-23.11.11} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} ARCH=noarch -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -72,6 +69,9 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh # 15 minutes for makepkg to run on my test system. The find command # below runs in 1.5 seconds and creates an identical doinst.sh. This is # a 1000x speedup. +# there's a broken symlink from upstream, but we leave it behind +# see https://github.com/SlackBuildsOrg/slackbuilds/pull/4181 for +# discussion cd $PKG find . -type l \ -printf '( cd %h ; rm -rf %f )\n( cd %h ; ln -sf %l %f )\n' -delete | \ diff --git a/desktop/numix-icon-theme-circle/numix-icon-theme-circle.info b/desktop/numix-icon-theme-circle/numix-icon-theme-circle.info index d196553e3025..9cd2ef394d9c 100644 --- a/desktop/numix-icon-theme-circle/numix-icon-theme-circle.info +++ b/desktop/numix-icon-theme-circle/numix-icon-theme-circle.info @@ -1,8 +1,8 @@ PRGNAM="numix-icon-theme-circle" -VERSION="23.10.09" +VERSION="23.11.11" HOMEPAGE="https://github.com/numixproject/numix-icon-theme-circle/" -DOWNLOAD="https://github.com/numixproject/numix-icon-theme-circle/archive/23.10.09/numix-icon-theme-circle-23.10.09.tar.gz" -MD5SUM="4032d1f1e2a18119a3c7817474545621" +DOWNLOAD="https://github.com/numixproject/numix-icon-theme-circle/archive/23.11.11/numix-icon-theme-circle-23.11.11.tar.gz" +MD5SUM="ad245a3ccdfffc19deac9a51e39ce163" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="numix-icon-theme" |