summaryrefslogtreecommitdiffstats
path: root/accounts-sso
diff options
context:
space:
mode:
authorTreeve Jelbert2015-10-04 14:27:19 +0200
committerTreeve Jelbert2015-10-04 14:35:07 +0200
commit419ab9c464eb33a1e4595e1ca8f79252ae3ff898 (patch)
tree71e53ae3772cc678bc7608f3c511a19bda7cea6b /accounts-sso
parent5b68279436888bb354f7e07ac6b330e1e238a282 (diff)
signon-plugin-oauth2 0.23
Diffstat (limited to 'accounts-sso')
-rwxr-xr-xaccounts-sso/signon-plugin-oauth2/BUILD1
-rwxr-xr-xaccounts-sso/signon-plugin-oauth2/DEPENDS3
-rwxr-xr-xaccounts-sso/signon-plugin-oauth2/DETAILS15
-rw-r--r--accounts-sso/signon-plugin-oauth2/HISTORY3
4 files changed, 22 insertions, 0 deletions
diff --git a/accounts-sso/signon-plugin-oauth2/BUILD b/accounts-sso/signon-plugin-oauth2/BUILD
new file mode 100755
index 0000000000..0694f5668d
--- /dev/null
+++ b/accounts-sso/signon-plugin-oauth2/BUILD
@@ -0,0 +1 @@
+qt5_build
diff --git a/accounts-sso/signon-plugin-oauth2/DEPENDS b/accounts-sso/signon-plugin-oauth2/DEPENDS
new file mode 100755
index 0000000000..ad49b6d35a
--- /dev/null
+++ b/accounts-sso/signon-plugin-oauth2/DEPENDS
@@ -0,0 +1,3 @@
+depends qtbase &&
+depends signond &&
+depends libsignon-qt
diff --git a/accounts-sso/signon-plugin-oauth2/DETAILS b/accounts-sso/signon-plugin-oauth2/DETAILS
new file mode 100755
index 0000000000..8d80ef72ef
--- /dev/null
+++ b/accounts-sso/signon-plugin-oauth2/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=signon-plugin-oauth2
+ VERSION=0.23
+ VX=b74b5397992caddeb32a6158c9295126c55a3025
+ SOURCE_HASH=sha512:f0e492bfccd2eaca5a85ef8f0a18355967705a3138d261efeaeaa891e041304a7468fd0524da1c0e01798af7449bb53cf3b8ff9a5a4eb8271a914588e0063796
+ SOURCE=$VERSION.tar.bz2
+ SOURCE_URL=https://gitlab.com/accounts-sso/$SPELL/repository/archive.tar.bz2?ref=VERSION_${VERSION}
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-VERSION_$VERSION-$VX
+ WEB_SITE=https://gitlab.com/accounts-sso/$SPELL
+ ENTERED=20151004
+ LICENSE[0]=LGPL
+ KEYWORDS=""
+ SHORT="OAuth 1.0a and 2.0 authentication plugin for the SSO daemon"
+cat << EOF
+OAuth 1.0a and 2.0 authentication plugin for the SSO daemon
+EOF
diff --git a/accounts-sso/signon-plugin-oauth2/HISTORY b/accounts-sso/signon-plugin-oauth2/HISTORY
new file mode 100644
index 0000000000..7cadc8e379
--- /dev/null
+++ b/accounts-sso/signon-plugin-oauth2/HISTORY
@@ -0,0 +1,3 @@
+2015-10-04 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 8.58
+ new spell