From 66807968c5334e56a87d767d047bc039b2e8b5ad Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Sat, 7 Nov 2015 19:52:57 +0900 Subject: Adding libgdata to GNOME strata Required for various gnome apps, and required to build youtube grilo plugin Change-Id: If16bcecc35ff6ed86450264b4cb981c490c18f82 --- strata/gnome.morph | 10 ++++++++++ strata/gnome/libgdata.morph | 6 ++++++ 2 files changed, 16 insertions(+) create mode 100644 strata/gnome/libgdata.morph diff --git a/strata/gnome.morph b/strata/gnome.morph index 410843d8..671b3458 100644 --- a/strata/gnome.morph +++ b/strata/gnome.morph @@ -383,6 +383,16 @@ chunks: ref: 9ff9d2902caf8a85c5019c11214d73e67053ba69 unpetrify-ref: liboauth-0.9.7 build-system: autotools +- name: libgdata + morph: strata/gnome/libgdata.morph + repo: upstream:libgdata + ref: ed52192fcd3cde2c0d7f0ab0d9e300fcdbc373a8 + unpetrify-ref: LIBGDATA_0_17_3-16-ged52192 + build-depends: + - gcr + - gnome-online-accounts + - liboauth + - m4-common - name: evolution-data-server morph: strata/gnome/evolution-data-server.morph repo: upstream:evolution-data-server diff --git a/strata/gnome/libgdata.morph b/strata/gnome/libgdata.morph new file mode 100644 index 00000000..4ff7c477 --- /dev/null +++ b/strata/gnome/libgdata.morph @@ -0,0 +1,6 @@ +name: libgdata +kind: chunk +build-system: autotools +configure-commands: +# Disable these cause we're too lazy to build libuhttpmock +- ./autogen.sh --prefix="$PREFIX" --disable-installed-tests --disable-always-build-tests -- cgit v1.2.1