summaryrefslogtreecommitdiffstats
path: root/accounts-sso
diff options
context:
space:
mode:
authorTreeve Jelbert2016-06-01 15:23:33 +0200
committerTreeve Jelbert2016-06-01 15:56:46 +0200
commit91a288b2469fc233060ae4880fc05a59c123c85c (patch)
tree8d9364aa3721e0b2153d4f6402fe875b0ec90983 /accounts-sso
parent05a6a72919f2d77c2223f388399ac6890dfe8e9f (diff)
libsignon-glib-1.14
Diffstat (limited to 'accounts-sso')
-rwxr-xr-xaccounts-sso/libsignon-glib/BUILD3
-rwxr-xr-xaccounts-sso/libsignon-glib/DEPENDS7
-rwxr-xr-xaccounts-sso/libsignon-glib/DETAILS21
-rw-r--r--accounts-sso/libsignon-glib/HISTORY10
-rwxr-xr-xaccounts-sso/libsignon-glib/PRE_BUILD4
5 files changed, 45 insertions, 0 deletions
diff --git a/accounts-sso/libsignon-glib/BUILD b/accounts-sso/libsignon-glib/BUILD
new file mode 100755
index 0000000000..1d90bad143
--- /dev/null
+++ b/accounts-sso/libsignon-glib/BUILD
@@ -0,0 +1,3 @@
+CFLAGS+=" -Wno-error" &&
+OPTS+=" --disable-tests" &&
+default_build
diff --git a/accounts-sso/libsignon-glib/DEPENDS b/accounts-sso/libsignon-glib/DEPENDS
new file mode 100755
index 0000000000..611d12f9ea
--- /dev/null
+++ b/accounts-sso/libsignon-glib/DEPENDS
@@ -0,0 +1,7 @@
+depends glib2 &&
+depends signond &&
+depends libxslt &&
+depends libxml2 &&
+depends pkgconfig &&
+depends gtk-doc
+
diff --git a/accounts-sso/libsignon-glib/DETAILS b/accounts-sso/libsignon-glib/DETAILS
new file mode 100755
index 0000000000..4affff155f
--- /dev/null
+++ b/accounts-sso/libsignon-glib/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=libsignon-glib
+ VERSION=1.14
+ VX=e90302e342bfd27bc8c9132ab9d0ea3d8723fd03
+ SOURCE_HASH=sha512:06657473cd16feaf1b9dc19804a67421a829fadc9f5eb220574a73da89604cd4de7b1e86dc9b41b7274af0632b4ff4253fe56a49acffd21485368107a6eeaec1
+ SOURCE=$SPELL-$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
+ LICENSE[0]=LGPL
+ STAGED_INSTALL=off
+ ENTERED=20150614
+ KEYWORDS=""
+ SHORT="GLib binding for the D-Bus API of signond"
+cat << EOF
+Single signon authentication library for GLib applications
+----------------------------------------------------------
+
+This project is a library for managing single signon credentilas which can be
+used from GLib applications. It is effectively a GLib binding for the D-Bus API
+provided by signond. It is part of the accounts-sso project:
+EOF
diff --git a/accounts-sso/libsignon-glib/HISTORY b/accounts-sso/libsignon-glib/HISTORY
new file mode 100644
index 0000000000..c7144fe15d
--- /dev/null
+++ b/accounts-sso/libsignon-glib/HISTORY
@@ -0,0 +1,10 @@
+2016-06-01 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 1.14
+
+2015-12-09 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 1.13
+
+2015-10-04 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 1.12
+ spell created
+
diff --git a/accounts-sso/libsignon-glib/PRE_BUILD b/accounts-sso/libsignon-glib/PRE_BUILD
new file mode 100755
index 0000000000..d4fa805a1a
--- /dev/null
+++ b/accounts-sso/libsignon-glib/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+gtkdocize --copy --flavour no-tmpl &&
+autoreconf -f -i --symlink