diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2020-11-27 19:30:10 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:52:22 -0500 |
commit | 41b4ce8217cb01a87050f28ad9e47b9d0e9e8ca5 (patch) | |
tree | 85fc662d9bce33aac30bd312fbf6c283d6f22649 /desktop/papirus-icon-theme/papirus-icon-theme.SlackBuild | |
parent | 23f41b5b16990e3b1e6e01a82e108abe7daf4b11 (diff) |
desktop/papirus-icon-theme: Updated for version 20201031.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop/papirus-icon-theme/papirus-icon-theme.SlackBuild')
-rw-r--r-- | desktop/papirus-icon-theme/papirus-icon-theme.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/papirus-icon-theme/papirus-icon-theme.SlackBuild b/desktop/papirus-icon-theme/papirus-icon-theme.SlackBuild index 1cbf14b5a18b0..bc3998483a160 100644 --- a/desktop/papirus-icon-theme/papirus-icon-theme.SlackBuild +++ b/desktop/papirus-icon-theme/papirus-icon-theme.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=papirus-icon-theme -VERSION=${VERSION:-20180311} +VERSION=${VERSION:-20201031} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,7 +69,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -THEMES=$(sed -ne '/^THEMES=/s/.*:-\([^}]*\)}.*/\1/p' install.sh) +THEMES=$(grep \{ICON_THEMES install.sh | cut -d= -f2 | cut -d} -f1) mkdir -p $PKG/usr/share/icons for theme in $THEMES; do |