From 3a619562e06251af7f3f91c6bbca3cac6cba5fc2 Mon Sep 17 00:00:00 2001 From: "Edinaldo P. Silva" Date: Sun, 22 Oct 2023 08:54:10 +0700 Subject: desktop/numix-icon-theme-square: Updated for version 23.10.09. Signed-off-by: Willy Sudiarto Raharjo --- .../numix-icon-theme-square.SlackBuild | 13 ++++++------- .../numix-icon-theme-square/numix-icon-theme-square.info | 10 +++++----- 2 files changed, 11 insertions(+), 12 deletions(-) (limited to 'desktop') 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 ea86cceb3a1a..b28df94d4e80 100644 --- a/desktop/numix-icon-theme-square/numix-icon-theme-square.SlackBuild +++ b/desktop/numix-icon-theme-square/numix-icon-theme-square.SlackBuild @@ -4,6 +4,7 @@ # # Copyright 2015-2018 Edinaldo P. Silva, Rio de Janeiro, Brazil. # Copyright 2020-2022 Isaac Yu +# Copyright 2023 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM="numix-icon-theme-square" -VERSION=${VERSION:-20220711} +VERSION=${VERSION:-23.10.09} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -45,16 +46,14 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -SRCVER=${SRCVER:-22.07.11} - set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$SRCVER -tar xvf $CWD/${PRGNAM}-${SRCVER}.tar.gz -cd $PRGNAM-$SRCVER +rm -rf $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +cd $PRGNAM-$VERSION chown -R root:root . mkdir -p $PKG/usr/share/icons @@ -68,10 +67,10 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh -cd $PKG # 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. +cd $PKG find . -type l \ -printf '( cd %h ; rm -rf %f )\n( cd %h ; ln -sf %l %f )\n' -delete | \ sed 's,cd \./,cd ,' >> $PKG/install/doinst.sh diff --git a/desktop/numix-icon-theme-square/numix-icon-theme-square.info b/desktop/numix-icon-theme-square/numix-icon-theme-square.info index 9493258d2a3d..ef5c5da84eaa 100644 --- a/desktop/numix-icon-theme-square/numix-icon-theme-square.info +++ b/desktop/numix-icon-theme-square/numix-icon-theme-square.info @@ -1,10 +1,10 @@ PRGNAM="numix-icon-theme-square" -VERSION="20220711" +VERSION="23.10.09" HOMEPAGE="https://github.com/numixproject/numix-icon-theme-square/" -DOWNLOAD="https://github.com/numixproject/numix-icon-theme-square/archive/22.07.11/numix-icon-theme-square-22.07.11.tar.gz" -MD5SUM="deaadfa686d7747ebde18594aa10b451" +DOWNLOAD="https://github.com/numixproject/numix-icon-theme-square/archive/23.10.09/numix-icon-theme-square-23.10.09.tar.gz" +MD5SUM="a19a31d3a7f092563120e44cbe628fb7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="numix-icon-theme" -MAINTAINER="orphaned - no maintainer" -EMAIL="nobody@nowhere" +MAINTAINER="Edinaldo P. Silva" +EMAIL="edps.mundognu@gmail.com" -- cgit v1.2.3