aboutsummaryrefslogtreecommitdiff
path: root/desktop/oomox/oomox.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/oomox/oomox.SlackBuild')
-rw-r--r--desktop/oomox/oomox.SlackBuild17
1 files changed, 9 insertions, 8 deletions
diff --git a/desktop/oomox/oomox.SlackBuild b/desktop/oomox/oomox.SlackBuild
index 63cb40797b..1c299bde20 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 \