From efc2d632e715498adf632904e2425a5d89e1e44f Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 22 Dec 2017 00:32:25 +0100 Subject: deps/telepathy: updates and recompilations --- deps/telepathy/libsignon-glib/.url | 1 + deps/telepathy/libsignon-glib/libsignon-glib.SlackBuild | 10 +++++----- deps/telepathy/libsignon-glib/libsignon-glib.url | 2 -- 3 files changed, 6 insertions(+), 7 deletions(-) create mode 100644 deps/telepathy/libsignon-glib/.url delete mode 100644 deps/telepathy/libsignon-glib/libsignon-glib.url (limited to 'deps/telepathy/libsignon-glib') diff --git a/deps/telepathy/libsignon-glib/.url b/deps/telepathy/libsignon-glib/.url new file mode 100644 index 0000000..c9b5dce --- /dev/null +++ b/deps/telepathy/libsignon-glib/.url @@ -0,0 +1 @@ +https://gitlab.com/accounts-sso/libsignon-glib/repository/VERSION_1.14/archive.tar.gz diff --git a/deps/telepathy/libsignon-glib/libsignon-glib.SlackBuild b/deps/telepathy/libsignon-glib/libsignon-glib.SlackBuild index 2c6cfcf..1c35c0d 100755 --- a/deps/telepathy/libsignon-glib/libsignon-glib.SlackBuild +++ b/deps/telepathy/libsignon-glib/libsignon-glib.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. # @@ -23,13 +23,13 @@ PKGNAM=libsignon-glib -VERSION=${VERSION:-"1.13"} +VERSION=${VERSION:-"1.14"} BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$(uname -m)" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) readelf /usr/bin/file -A | egrep -q "Tag_CPU.*[4,5]" && ARCH=arm || ARCH=armv7hl ;; # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$(uname -m) ;; @@ -41,8 +41,8 @@ CWD=$(pwd) TMP=${TMP:-/tmp} PKG=$TMP/package-$PKGNAM -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" SLKLDFLAGS="" LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then diff --git a/deps/telepathy/libsignon-glib/libsignon-glib.url b/deps/telepathy/libsignon-glib/libsignon-glib.url deleted file mode 100644 index 2c6f064..0000000 --- a/deps/telepathy/libsignon-glib/libsignon-glib.url +++ /dev/null @@ -1,2 +0,0 @@ -#https://gitlab.com/accounts-sso/libsignon-glib/repository/archive.tar.gz?ref=1.13 -https://gitlab.com/accounts-sso/libsignon-glib/repository/archive.tar.gz?ref=b74889415b725211c46f107103577bdaddcbd1d5 -- cgit v1.2.3-65-gdbad