summaryrefslogtreecommitdiffstats
path: root/deps/telepathy/signon
diff options
context:
space:
mode:
Diffstat (limited to 'deps/telepathy/signon')
-rw-r--r--deps/telepathy/signon/.url1
-rwxr-xr-xdeps/telepathy/signon/signon.SlackBuild20
-rw-r--r--deps/telepathy/signon/signon.url1
3 files changed, 11 insertions, 11 deletions
diff --git a/deps/telepathy/signon/.url b/deps/telepathy/signon/.url
new file mode 100644
index 0000000..f2bc9fb
--- /dev/null
+++ b/deps/telepathy/signon/.url
@@ -0,0 +1 @@
+https://gitlab.com/accounts-sso/signond/repository/VERSION_8.59/archive.tar.gz
diff --git a/deps/telepathy/signon/signon.SlackBuild b/deps/telepathy/signon/signon.SlackBuild
index ba32513..8137abf 100755
--- a/deps/telepathy/signon/signon.SlackBuild
+++ b/deps/telepathy/signon/signon.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright 2015, 2016 Eric Hameleers, Eindhoven, NL
+# Copyright 2015, 2016, 2017 Eric Hameleers, Eindhoven, NL
# Copyright 2015 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
@@ -24,25 +24,25 @@
PKGNAM=signon
SRCNAM=signond
-VERSION=${VERSION:-"49e13c1_20160414git"}
+VERSION=${VERSION:-"8.59"}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:--j7}
# Automatically determine the architecture we're building on:
-MARCH=$( uname -m )
if [ -z "$ARCH" ]; then
- case "$MARCH" in
- i?86) export ARCH=i486 ;;
- armv7hl) export ARCH=$MARCH ;;
- arm*) export ARCH=arm ;;
+ case "$(uname -m)" in
+ i?86) ARCH=i586 ;;
+ arm*) readelf /usr/bin/file -A | egrep -q "Tag_CPU.*[4,5]" && ARCH=arm || AR
+CH=armv7hl ;;
# Unless $ARCH is already set, use uname -m for all other archs:
- *) export ARCH=$MARCH ;;
+ *) ARCH=$(uname -m) ;;
esac
+ export ARCH
fi
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "s390" ]; then
SLKCFLAGS="-O2"
diff --git a/deps/telepathy/signon/signon.url b/deps/telepathy/signon/signon.url
deleted file mode 100644
index 313e4d5..0000000
--- a/deps/telepathy/signon/signon.url
+++ /dev/null
@@ -1 +0,0 @@
-https://gitlab.com/accounts-sso/signond/repository/archive.tar.gz?ref=49e13c1b5aae35278168984fb1a7c0fc1ad8883e