summaryrefslogtreecommitdiffstats
path: root/deps/telepathy/libsignon-glib/fetch-libsignon-glib.sh
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-10-13 17:55:28 +0200
committer Eric Hameleers <alien@slackware.com>2019-10-13 17:55:28 +0200
commit2abcb72ccc90cb1361edf19273d4a1dae690cf4a (patch)
tree020e479e641da21b645586664bfee7bb4dd4b0c0 /deps/telepathy/libsignon-glib/fetch-libsignon-glib.sh
parent57ec3da3a54f8380517de0b37f42be75ef04a307 (diff)
downloadktown-2abcb72ccc90cb1361edf19273d4a1dae690cf4a.tar.gz
ktown-2abcb72ccc90cb1361edf19273d4a1dae690cf4a.tar.xz
Remove telepathy dependencies and stop building KDE Telepathy
Diffstat (limited to 'deps/telepathy/libsignon-glib/fetch-libsignon-glib.sh')
-rw-r--r--deps/telepathy/libsignon-glib/fetch-libsignon-glib.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/deps/telepathy/libsignon-glib/fetch-libsignon-glib.sh b/deps/telepathy/libsignon-glib/fetch-libsignon-glib.sh
deleted file mode 100644
index fa11ce4..0000000
--- a/deps/telepathy/libsignon-glib/fetch-libsignon-glib.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-# Fetch a versioned tarball, and update the git submodules as well:
-
-VERSION=${VERSION:-2.1}
-
-git clone https://gitlab.com/accounts-sso/libsignon-glib.git libsignon-glib-${VERSION}
-cd libsignon-glib-${VERSION}
- git submodule init
- git submodule update
- rm -rf .git*
-cd - 1>/dev/null
-tar -Jcf libsignon-glib-${VERSION}.tar.xz libsignon-glib-${VERSION}
-rm -rf libsignon-glib-${VERSION}
-