summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-07-06 10:16:02 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-07-06 10:16:02 +0000
commit52222e74ab5768f92f130f94f2d88b209f9193b5 (patch)
tree01a55d4a0fe9fde46eb544919364f46912c1e95e
parentce20b6155d111c1200cc21a0adc3e733c061b758 (diff)
downloaddefinitions-52222e74ab5768f92f130f94f2d88b209f9193b5.tar.gz
Update libgdata, and gnome-online-accounts, add autoconf-archive
This fixes a deprecation warning in libgdata that occurs after the Gtk+ upgrade.
-rw-r--r--gnome/strata/gnome.morph14
-rw-r--r--gnome/strata/gnome/autoconf-archive.morph3
2 files changed, 13 insertions, 4 deletions
diff --git a/gnome/strata/gnome.morph b/gnome/strata/gnome.morph
index b8460eb1..c9172ef5 100644
--- a/gnome/strata/gnome.morph
+++ b/gnome/strata/gnome.morph
@@ -313,8 +313,8 @@ chunks:
- name: gnome-online-accounts
morph: gnome/strata/gnome/gnome-online-accounts.morph
repo: upstream:gnome/gnome-online-accounts
- ref: d08463aefde22f36898f4e79798d365359e57614
- unpetrify-ref: 3.18.1
+ ref: f5169b28bfef03f0c82b538784bb4c66a2a0034c
+ unpetrify-ref: 3.24.1
build-depends:
- librest
- telepathy-glib
@@ -327,12 +327,18 @@ chunks:
ref: 9ff9d2902caf8a85c5019c11214d73e67053ba69
unpetrify-ref: liboauth-0.9.7
build-system: autotools
+- name: autoconf-archive
+ morph: gnome/strata/gnome/autoconf-archive.morph
+ repo: upstream:autoconf-archive
+ ref: 77e8330ea91e1f2be52ea8d348c72f56f1337dfb
+ unpetrify-ref: baserock/v2017.03.21
- name: libgdata
morph: gnome/strata/gnome/libgdata.morph
repo: upstream:libgdata
- ref: ed52192fcd3cde2c0d7f0ab0d9e300fcdbc373a8
- unpetrify-ref: baserock/LIBGDATA_0_17_3-16-ged52192
+ ref: 19f9f9420146bc51c7dc6dba2102c7d94bae149a
+ unpetrify-ref: 0.17.8
build-depends:
+ - autoconf-archive
- gnome-online-accounts
- liboauth
- name: krb5
diff --git a/gnome/strata/gnome/autoconf-archive.morph b/gnome/strata/gnome/autoconf-archive.morph
index de05f0aa..5420b68a 100644
--- a/gnome/strata/gnome/autoconf-archive.morph
+++ b/gnome/strata/gnome/autoconf-archive.morph
@@ -1,5 +1,8 @@
name: autoconf-archive
kind: chunk
build-system: autotools
+
pre-configure-commands:
+# Disable documentation, as it requires texinfo
+- sed -e '/^SUBDIRS\s\+=\s\+doc.*$/d' Makefile.am -i
- ./bootstrap.sh