summaryrefslogtreecommitdiffstats
path: root/system/xfe
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2017-05-14 21:43:57 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-05-20 06:52:25 +0700
commit719382fc04e23a4937924c5ab07949df2f89d2a6 (patch)
treeaa4732a01a3bd260bd89b483d9be643b4585fc72 /system/xfe
parent6d4c1509f5455891c0bf183dc426a8ac33ca219e (diff)
downloadslackbuilds-719382fc04e23a4937924c5ab07949df2f89d2a6.tar.gz
slackbuilds-719382fc04e23a4937924c5ab07949df2f89d2a6.tar.xz
system/xfe: Updated for version 1.42.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/xfe')
-rw-r--r--system/xfe/xfe.SlackBuild10
-rw-r--r--system/xfe/xfe.info6
2 files changed, 8 insertions, 8 deletions
diff --git a/system/xfe/xfe.SlackBuild b/system/xfe/xfe.SlackBuild
index 23ae03dd37..5fcd5c5259 100644
--- a/system/xfe/xfe.SlackBuild
+++ b/system/xfe/xfe.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for xfe
-# Copyright 2006-2016 Robby Workman, Tuscaloosa, Alabama, USA
+# Copyright 2006-2017 Robby Workman, Tuscaloosa, Alabama, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xfe
-VERSION=${VERSION:-1.41}
+VERSION=${VERSION:-1.42}
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"
diff --git a/system/xfe/xfe.info b/system/xfe/xfe.info
index 5543658bbd..b717e451ae 100644
--- a/system/xfe/xfe.info
+++ b/system/xfe/xfe.info
@@ -1,8 +1,8 @@
PRGNAM="xfe"
-VERSION="1.41"
+VERSION="1.42"
HOMEPAGE="http://roland65.free.fr/xfe/"
-DOWNLOAD="http://downloads.sourceforge.net/xfe/xfe-1.41.tar.gz"
-MD5SUM="cd4978240decbf0449f07c5061b9c4b8"
+DOWNLOAD="http://downloads.sourceforge.net/xfe/xfe-1.42.tar.gz"
+MD5SUM="34326f185070db02e7419f85f7967cdf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="fox-toolkit"