summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
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
commite6d88ba9422a834a95c68948f3b2df8c6b5e5eca (patch)
treea5717bc4b5e023c79caaa255ed9ff0420382aa55 /desktop
parentf668050b9537e80733afa6a835ac5aa0806ea972 (diff)
downloadslackbuilds-e6d88ba9422a834a95c68948f3b2df8c6b5e5eca.tar.gz
slackbuilds-e6d88ba9422a834a95c68948f3b2df8c6b5e5eca.tar.xz
desktop/oomox: Updated for version 1.4.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/oomox/README6
-rw-r--r--desktop/oomox/oomox.SlackBuild17
-rw-r--r--desktop/oomox/oomox.info14
3 files changed, 19 insertions, 18 deletions
diff --git a/desktop/oomox/README b/desktop/oomox/README
index 9dcebfb53d..017fc5753c 100644
--- a/desktop/oomox/README
+++ b/desktop/oomox/README
@@ -1,13 +1,13 @@
Oomox is a graphical application for generating different color
-variations of a Numix-based and Flat-Plat themes (GTK2, GTK3),
+variations of a Numix-based and Materia themes (GTK2, GTK3),
Gnome-Colors and Archdroid icon themes.
Note:
You may specify alternate versions of the oomox-gtk-theme and/or
-Flat-Plat theme by passing OOMOXVER and/or FLATPLATVER variables to the
+Materia theme by passing OOMOXVER and/or MATERIAVER variables to the
script, for example
- OOMOXVER=1.2.8.1 FLATPLATVER=20170917 ./oomox.SlackBuild
+ OOMOXVER=1.2.9 MATERIAVER=20171112 ./oomox.SlackBuild
but you will need to manually place the corresponding tarball(s) in the
slackbuild directory.
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 \
diff --git a/desktop/oomox/oomox.info b/desktop/oomox/oomox.info
index 854684beea..2d7c6be43b 100644
--- a/desktop/oomox/oomox.info
+++ b/desktop/oomox/oomox.info
@@ -1,12 +1,12 @@
PRGNAM="oomox"
-VERSION="1.4.0"
+VERSION="1.4.3"
HOMEPAGE="https://github.com/actionless/oomox"
-DOWNLOAD="https://github.com/actionless/oomox/archive/1.4.0/oomox-1.4.0.tar.gz \
- https://github.com/actionless/oomox-gtk-theme/archive/1.2.8.1/oomox-gtk-theme-1.2.8.1.tar.gz \
- https://github.com/nana-4/materia-theme/archive/v20170917/materia-theme-20170917.tar.gz"
-MD5SUM="c2d3cd340f119f6a98bbada595c4ebd6 \
- 983b4dfa91d0f0bc87afa82d28090c18 \
- 3648014db068f539013a787ef1d6bc8a"
+DOWNLOAD="https://github.com/actionless/oomox/archive/1.4.3/oomox-1.4.3.tar.gz \
+ https://github.com/actionless/oomox-gtk-theme/archive/1.2.9/oomox-gtk-theme-1.2.9.tar.gz \
+ https://github.com/nana-4/materia-theme/archive/v20171112/materia-theme-20171112.tar.gz"
+MD5SUM="d949862f150b04ac01a7e1a8738e9501 \
+ 7ae336350a6f908907d80a528bde7ba4 \
+ 43d2f08df2930b9971e2b4bb42911861"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pygobject3-python3 sassc"