summaryrefslogtreecommitdiffstats
path: root/accounts-sso
diff options
context:
space:
mode:
authorTreeve Jelbert2015-06-14 11:53:06 +0200
committerTreeve Jelbert2015-06-14 11:53:06 +0200
commitcdf52e1298cfbe3f9d601256e3f45c1c5b6f5936 (patch)
treefa8f80d9103b212fefb070f6c8c6977116a1a204 /accounts-sso
parent4dc9981487912fa5cc99507cb664e2da6c253ec5 (diff)
move libaccounts-glib, version 1.18
Diffstat (limited to 'accounts-sso')
-rwxr-xr-xaccounts-sso/libaccounts-glib/BUILD2
-rwxr-xr-xaccounts-sso/libaccounts-glib/DEPENDS7
-rwxr-xr-xaccounts-sso/libaccounts-glib/DETAILS14
-rwxr-xr-xaccounts-sso/libaccounts-glib/DOWNLOAD1
-rw-r--r--accounts-sso/libaccounts-glib/HISTORY10
-rwxr-xr-xaccounts-sso/libaccounts-glib/PRE_BUILD10
6 files changed, 44 insertions, 0 deletions
diff --git a/accounts-sso/libaccounts-glib/BUILD b/accounts-sso/libaccounts-glib/BUILD
new file mode 100755
index 0000000000..142f4fcf15
--- /dev/null
+++ b/accounts-sso/libaccounts-glib/BUILD
@@ -0,0 +1,2 @@
+CFLAGS+=" -Wno-error" &&
+default_build
diff --git a/accounts-sso/libaccounts-glib/DEPENDS b/accounts-sso/libaccounts-glib/DEPENDS
new file mode 100755
index 0000000000..e2cbc2fb73
--- /dev/null
+++ b/accounts-sso/libaccounts-glib/DEPENDS
@@ -0,0 +1,7 @@
+depends glib2 &&
+depends libxslt &&
+depends libxml2 &&
+depends pkgconfig &&
+depends sqlite &&
+optional_depends gtk-doc '--enable-gtk-doc' '--disable-gtk-doc' 'build documentation'
+
diff --git a/accounts-sso/libaccounts-glib/DETAILS b/accounts-sso/libaccounts-glib/DETAILS
new file mode 100755
index 0000000000..c4efca4169
--- /dev/null
+++ b/accounts-sso/libaccounts-glib/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=libaccounts-glib
+ VERSION=1.18
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+ WEB_SITE=https://gitlab.com/accounts-sso/$SPELL
+ SOURCE_URL[0]=$WEB_SITE.git
+ LICENSE[0]=LGPL
+ ENTERED=20141102
+ KEYWORDS=""
+ SHORT=""
+cat << EOF
+The Accounts & SSO framework consists of a set of components and libraries which implement an account
+manager for a user's online accounts and a single-sign-on daemon which handles the authentication to the
+remote services on behalf of the client applications.
+EOF
diff --git a/accounts-sso/libaccounts-glib/DOWNLOAD b/accounts-sso/libaccounts-glib/DOWNLOAD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/accounts-sso/libaccounts-glib/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/accounts-sso/libaccounts-glib/HISTORY b/accounts-sso/libaccounts-glib/HISTORY
new file mode 100644
index 0000000000..f91ba2c35a
--- /dev/null
+++ b/accounts-sso/libaccounts-glib/HISTORY
@@ -0,0 +1,10 @@
+2015-06-14 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 1.18
+ now at gitlab
+ * PRE_BUILD, DOWNLOAD: added
+ * DEPENDS: add sqlite
+
+2014-11-02 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 1.16
+ spell created
+
diff --git a/accounts-sso/libaccounts-glib/PRE_BUILD b/accounts-sso/libaccounts-glib/PRE_BUILD
new file mode 100755
index 0000000000..185d86f256
--- /dev/null
+++ b/accounts-sso/libaccounts-glib/PRE_BUILD
@@ -0,0 +1,10 @@
+source $GRIMOIRE/clone_single_branch &&
+clone_single_branch &&
+cd $SOURCE_DIRECTORY &&
+if is_depends_enabled $SPELL gtk-doc;then
+ gtkdocize --copy --flavour no-tmpl
+else
+ sed -i '/SUBDIRS/s/docs//' Makefile.am &&
+ sed -i '/docs/D;/GTK/D' configure.ac
+fi &&
+autoreconf -f -i --symlink