summaryrefslogtreecommitdiffstats
path: root/desktop/emerald-themes/emerald-themes.SlackBuild
diff options
context:
space:
mode:
author M.Dinslage <daedra1980@gmail.com>2017-04-20 14:18:58 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-22 08:10:49 +0700
commit6f92569d551cbe542f0cecdc37ee9289a33dd8d2 (patch)
tree89052a746ae25d896a4011e9fe7423253547cf40 /desktop/emerald-themes/emerald-themes.SlackBuild
parent8fe4c67262e28386aabcdfcad18bb00e8bd98049 (diff)
downloadslackbuilds-6f92569d551cbe542f0cecdc37ee9289a33dd8d2.tar.gz
slackbuilds-6f92569d551cbe542f0cecdc37ee9289a33dd8d2.tar.xz
desktop/emerald-themes: Updated for version 0.8.14.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/emerald-themes/emerald-themes.SlackBuild')
-rw-r--r--desktop/emerald-themes/emerald-themes.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/emerald-themes/emerald-themes.SlackBuild b/desktop/emerald-themes/emerald-themes.SlackBuild
index bdf8ad838f..25d5b59856 100644
--- a/desktop/emerald-themes/emerald-themes.SlackBuild
+++ b/desktop/emerald-themes/emerald-themes.SlackBuild
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=emerald-themes
-VERSION=${VERSION:-0.8.12.1}
+VERSION=${VERSION:-0.8.14}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"