summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2015-06-14 11:53:06 +0200
committerTreeve Jelbert2015-06-14 11:53:06 +0200
commitcdf52e1298cfbe3f9d601256e3f45c1c5b6f5936 (patch)
treefa8f80d9103b212fefb070f6c8c6977116a1a204
parent4dc9981487912fa5cc99507cb664e2da6c253ec5 (diff)
move libaccounts-glib, version 1.18
-rwxr-xr-xaccounts-sso/libaccounts-glib/BUILD (renamed from gnome2-libs/libaccounts-glib/BUILD)0
-rwxr-xr-xaccounts-sso/libaccounts-glib/DEPENDS (renamed from gnome2-libs/libaccounts-glib/DEPENDS)1
-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
-rwxr-xr-xgnome2-libs/libaccounts-glib/DETAILS17
-rw-r--r--gnome2-libs/libaccounts-glib/HISTORY4
8 files changed, 36 insertions, 21 deletions
diff --git a/gnome2-libs/libaccounts-glib/BUILD b/accounts-sso/libaccounts-glib/BUILD
index 142f4fcf15..142f4fcf15 100755
--- a/gnome2-libs/libaccounts-glib/BUILD
+++ b/accounts-sso/libaccounts-glib/BUILD
diff --git a/gnome2-libs/libaccounts-glib/DEPENDS b/accounts-sso/libaccounts-glib/DEPENDS
index 716f25dfaf..e2cbc2fb73 100755
--- a/gnome2-libs/libaccounts-glib/DEPENDS
+++ b/accounts-sso/libaccounts-glib/DEPENDS
@@ -2,5 +2,6 @@ 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
diff --git a/gnome2-libs/libaccounts-glib/DETAILS b/gnome2-libs/libaccounts-glib/DETAILS
deleted file mode 100755
index f31238e6ff..0000000000
--- a/gnome2-libs/libaccounts-glib/DETAILS
+++ /dev/null
@@ -1,17 +0,0 @@
- SPELL=libaccounts-glib
- SPELLX=accounts-sso
- VERSION=1.16
- SOURCE_HASH=sha512:714021e87786c79d120af25aa1d3586c43796c341557925a503200fd47c6ffb1e6ba52f8d9f3fa17f8b55024bc32258c46f8e1274c4915cff3a7b39c011b6801
- SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=http://code.google.com/p/accounts-sso
- SOURCE_URL[0]=http://$SPELLX.googlecode.com/files/$SOURCE
- 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/gnome2-libs/libaccounts-glib/HISTORY b/gnome2-libs/libaccounts-glib/HISTORY
deleted file mode 100644
index 7fd9a546d0..0000000000
--- a/gnome2-libs/libaccounts-glib/HISTORY
+++ /dev/null
@@ -1,4 +0,0 @@
-2014-11-02 Treeve Jelbert <treeve@sourcemage.org>
- * DETAILS: version 1.16
- spell created
-