summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-11-07 18:02:52 +0900
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-11-09 16:13:05 +0000
commit0187959c0b231780fb6b5125f1445a0d76c6a062 (patch)
tree87c041e0c6330538e71eaf363e3b20ce18f65f51
parentee7160ddb3c40d5a7bc295ddf4f2f31b09b847d3 (diff)
downloaddefinitions-0187959c0b231780fb6b5125f1445a0d76c6a062.tar.gz
Adding gmime to GNOME stratum
A library for dealing with mime types, required by totem-pl-parser. Change-Id: Idbe9b3f076d5a0b0292e0b3d658d960bb6ea44c3
-rw-r--r--strata/gnome.morph5
-rw-r--r--strata/gnome/gmime.morph6
2 files changed, 11 insertions, 0 deletions
diff --git a/strata/gnome.morph b/strata/gnome.morph
index c93a8d09..ad8d09e7 100644
--- a/strata/gnome.morph
+++ b/strata/gnome.morph
@@ -582,6 +582,11 @@ chunks:
- gsettings-desktop-schemas
- nautilus
- yelp-tools
+- name: gmime
+ morph: strata/gnome/gmime.morph
+ repo: upstream:gnome/gmime
+ ref: 496313fbe956b350c22fa705edbcfdde3d7c9e50
+ unpetrify-ref: GMIME_2_6_20-24-g496313f
- name: grilo
repo: upstream:gnome/grilo
ref: 06a224c1fd71af769b56a825791422e42c3a9523
diff --git a/strata/gnome/gmime.morph b/strata/gnome/gmime.morph
new file mode 100644
index 00000000..f71efac4
--- /dev/null
+++ b/strata/gnome/gmime.morph
@@ -0,0 +1,6 @@
+name: gmime
+kind: chunk
+build-system: autotools
+pre-configure-commands:
+# Work around upstream bug: https://bugzilla.gnome.org/show_bug.cgi?id=757720
+- sed -i 's/$(INCLUDES)/$(AM_CPPFLAGS)/g' gmime/Makefile.am