summaryrefslogtreecommitdiffstats
path: root/accounts-sso
diff options
context:
space:
mode:
authorTreeve Jelbert2015-07-19 14:53:40 +0200
committerTreeve Jelbert2015-07-19 20:42:52 +0200
commit026cd74068aa0db9b8f722830d241d314f492520 (patch)
tree92445ddb81c49597301ca3e9335411e59d6e500f /accounts-sso
parentc47969830d11452e6e2f34bec484f0df8f9c4160 (diff)
libaccounts-glib: => master
Diffstat (limited to 'accounts-sso')
-rwxr-xr-xaccounts-sso/libaccounts-glib/DEPENDS2
-rwxr-xr-xaccounts-sso/libaccounts-glib/DETAILS11
-rw-r--r--accounts-sso/libaccounts-glib/HISTORY6
-rwxr-xr-xaccounts-sso/libaccounts-glib/PRE_BUILD7
4 files changed, 15 insertions, 11 deletions
diff --git a/accounts-sso/libaccounts-glib/DEPENDS b/accounts-sso/libaccounts-glib/DEPENDS
index e2cbc2fb73..a57de5e362 100755
--- a/accounts-sso/libaccounts-glib/DEPENDS
+++ b/accounts-sso/libaccounts-glib/DEPENDS
@@ -3,5 +3,5 @@ depends libxslt &&
depends libxml2 &&
depends pkgconfig &&
depends sqlite &&
-optional_depends gtk-doc '--enable-gtk-doc' '--disable-gtk-doc' 'build documentation'
+depends gtk-doc
diff --git a/accounts-sso/libaccounts-glib/DETAILS b/accounts-sso/libaccounts-glib/DETAILS
index c4efca4169..c08cf40ec1 100755
--- a/accounts-sso/libaccounts-glib/DETAILS
+++ b/accounts-sso/libaccounts-glib/DETAILS
@@ -1,5 +1,5 @@
SPELL=libaccounts-glib
- VERSION=1.18
+ VERSION=master
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
WEB_SITE=https://gitlab.com/accounts-sso/$SPELL
SOURCE_URL[0]=$WEB_SITE.git
@@ -8,7 +8,10 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
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.
+Accounts management library for GLib applications
+-------------------------------------------------
+
+This project is a library for managing accounts which can be used from GLib
+applications. It is part of the accounts-sso project:
+
EOF
diff --git a/accounts-sso/libaccounts-glib/HISTORY b/accounts-sso/libaccounts-glib/HISTORY
index f91ba2c35a..bb3de83442 100644
--- a/accounts-sso/libaccounts-glib/HISTORY
+++ b/accounts-sso/libaccounts-glib/HISTORY
@@ -1,3 +1,9 @@
+2015-07-19 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version master
+ previous version no longer builds
+ update DESC
+ * DEPENDS, PRE_BUILD: gtk-doc is required
+
2015-06-14 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 1.18
now at gitlab
diff --git a/accounts-sso/libaccounts-glib/PRE_BUILD b/accounts-sso/libaccounts-glib/PRE_BUILD
index 185d86f256..f1988dddeb 100755
--- a/accounts-sso/libaccounts-glib/PRE_BUILD
+++ b/accounts-sso/libaccounts-glib/PRE_BUILD
@@ -1,10 +1,5 @@
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 &&
+gtkdocize --copy --flavour no-tmpl
autoreconf -f -i --symlink