desktop/papirus-icon-theme: Updated for version 20230801.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
878d60c6ca
commit
7d990ce66c
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue