diff options
author | Leo C <leoc@gmx.com> | 2020-12-23 11:37:45 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:43:00 -0500 |
commit | 6a07c590ba61e3ca72c673340abd95038b35ffda (patch) | |
tree | 0344bd5aae9e27e8a9370e4110c6028e528501f4 /desktop/materia-theme/materia-theme.SlackBuild | |
parent | 5140ad1ceb30e10dd923817664bf4769159ee76d (diff) |
desktop/materia-theme: Updated for version 20200916.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop/materia-theme/materia-theme.SlackBuild')
-rw-r--r-- | desktop/materia-theme/materia-theme.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/desktop/materia-theme/materia-theme.SlackBuild b/desktop/materia-theme/materia-theme.SlackBuild index 5330170ef837d..46feb5c06a10e 100644 --- a/desktop/materia-theme/materia-theme.SlackBuild +++ b/desktop/materia-theme/materia-theme.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for materia-theme -# Copyright 2018 Leonardo Citrolo, Italy +# Copyright 2018-2020 Leonardo Citrolo, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=materia-theme -VERSION=${VERSION:-20180928} +VERSION=${VERSION:-20200916} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -50,11 +50,8 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; mkdir -p $PKG/usr/share/themes - ./install.sh --dest $PKG/usr/share/themes -find -L $PKG/usr/share/themes -type f -name index.theme -exec chmod 644 {} \; - mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a COPYING HACKING.md README.md TODO.md \ $PKG/usr/doc/$PRGNAM-$VERSION |