diff options
author | Leo C <leoc@gmx.com> | 2017-12-03 22:49:24 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-09 08:27:17 +0700 |
commit | e6d88ba9422a834a95c68948f3b2df8c6b5e5eca (patch) | |
tree | a5717bc4b5e023c79caaa255ed9ff0420382aa55 /desktop/oomox/oomox.SlackBuild | |
parent | f668050b9537e80733afa6a835ac5aa0806ea972 (diff) |
desktop/oomox: Updated for version 1.4.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/oomox/oomox.SlackBuild')
-rw-r--r-- | desktop/oomox/oomox.SlackBuild | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/desktop/oomox/oomox.SlackBuild b/desktop/oomox/oomox.SlackBuild index 63cb40797beaf..1c299bde20f55 100644 --- a/desktop/oomox/oomox.SlackBuild +++ b/desktop/oomox/oomox.SlackBuild @@ -23,14 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=oomox -VERSION=${VERSION:-1.4.0} +VERSION=${VERSION:-1.4.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} ARCH=noarch -OOMOXVER=${OOMOXVER:-1.2.8.1} -FLATPLATVER=${FLATPLATVER:-20170917} +OOMOXVER=${OOMOXVER:-1.2.9} +MATERIAVER=${MATERIAVER:-20171112} CWD=$(pwd) TMP=${TMP:-/tmp/SBo} @@ -62,7 +62,8 @@ cp -a archdroid-icon-theme archdroid.sh colors gnome-colors gnome_colors.sh \ mkdir $PKG/opt/oomox/gtk-theme tar xvf $CWD/$PRGNAM-gtk-theme-$OOMOXVER.tar.gz --strip-components=1 -C $PKG/opt/oomox/gtk-theme ( cd $PKG/opt/oomox/gtk-theme - rm -fr .editorconfig .github .gitignore .hound.yml .scss-lint.yml screenshot.png + rm -fr .editorconfig .github .gitignore .hound.yml .scss-lint.yml .travis.yml \ + Dockerfile screenshot.png screenshots test chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ @@ -70,10 +71,10 @@ tar xvf $CWD/$PRGNAM-gtk-theme-$OOMOXVER.tar.gz --strip-components=1 -C $PKG/opt \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; ) -mkdir $PKG/opt/oomox/flat-plat-theme -tar xvf $CWD/materia-theme-$FLATPLATVER.tar.gz --strip-components=1 -C $PKG/opt/oomox/flat-plat-theme -( cd $PKG/opt/oomox/flat-plat-theme - rm -fr .github .gitignore +mkdir $PKG/opt/oomox/materia-theme +tar xvf $CWD/materia-theme-$MATERIAVER.tar.gz --strip-components=1 -C $PKG/opt/oomox/materia-theme +( cd $PKG/opt/oomox/materia-theme + rm -fr .github .gitignore test.sh chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |