diff options
author | Jay Lanagan <j@lngn.net> | 2023-08-05 08:44:20 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-05 08:44:20 +0700 |
commit | 7d990ce66c762d6747cb08ca12f85afb1eb29529 (patch) | |
tree | d2e608172aced02608ec10a8651bc0c31f088abe /desktop | |
parent | 878d60c6cad581a57cc142de9d36fc5889b267bb (diff) |
desktop/papirus-icon-theme: Updated for version 20230801.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/papirus-icon-theme/papirus-icon-theme.SlackBuild | 13 | ||||
-rw-r--r-- | desktop/papirus-icon-theme/papirus-icon-theme.info | 8 |
2 files changed, 10 insertions, 11 deletions
diff --git a/desktop/papirus-icon-theme/papirus-icon-theme.SlackBuild b/desktop/papirus-icon-theme/papirus-icon-theme.SlackBuild index 67311b9a41941..3121ebaca1df3 100644 --- a/desktop/papirus-icon-theme/papirus-icon-theme.SlackBuild +++ b/desktop/papirus-icon-theme/papirus-icon-theme.SlackBuild @@ -26,15 +26,12 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=papirus-icon-theme -VERSION=${VERSION:-20230601} +VERSION=${VERSION:-20230801} 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 @@ -82,13 +79,13 @@ cd $PKG # To create a new doinst.sh, comment the next line, uncomment the lines below # it and @THEMES@ above, grab the new one from the package and gzip it. -find . -type l -delete +#find . -type l -delete # 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. -#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 +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 /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE diff --git a/desktop/papirus-icon-theme/papirus-icon-theme.info b/desktop/papirus-icon-theme/papirus-icon-theme.info index 5c9f1bb69ee74..48f1e26d92594 100644 --- a/desktop/papirus-icon-theme/papirus-icon-theme.info +++ b/desktop/papirus-icon-theme/papirus-icon-theme.info @@ -1,8 +1,10 @@ PRGNAM="papirus-icon-theme" -VERSION="20230601" +VERSION="20230801" HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme" -DOWNLOAD="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/20230601/papirus-icon-theme-20230601.tar.gz" -MD5SUM="1bb8fffc5775b3b6035adcec77d34d26" +DOWNLOAD="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/20230801/papirus-icon-theme-20230801.tar.gz \ + https://slackware.lngn.net/pub/source/papirus-icon-theme/doinst.sh.gz" +MD5SUM="5d31d7380965ffea4abd3f422c7d2c1e \ + 01ffe45f2845f48617a4b02ba5d27914" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |