summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-12-20 19:20:13 +0900
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-12-21 16:22:26 +0000
commitce1aa5d57c45b70771aa24155a564bfe8207f304 (patch)
treef144f29b2a3f0ffa82cb7d67669b9e7ec7ff93c0
parente3887df53102420a3b314883e8e7bdc0967bcc34 (diff)
downloaddefinitions-ce1aa5d57c45b70771aa24155a564bfe8207f304.tar.gz
Adding evolution mail to GNOME stratum
Change-Id: I92c16a5931cf06c0e547f65bde24d298c6c7d3cc
-rw-r--r--strata/gnome.morph22
-rw-r--r--strata/gnome/evolution.morph11
2 files changed, 33 insertions, 0 deletions
diff --git a/strata/gnome.morph b/strata/gnome.morph
index f561b854..75db9be8 100644
--- a/strata/gnome.morph
+++ b/strata/gnome.morph
@@ -1183,3 +1183,25 @@ chunks:
build-system: autotools
build-depends:
- libcanberra
+- name: evolution
+ morph: strata/gnome/evolution.morph
+ repo: upstream:gnome/evolution
+ ref: 579583275620be75afdedcde909a82fd96136188
+ unpetrify-ref: EVOLUTION_3_18_3
+ build-depends:
+ - enchant
+ - evolution-data-server
+ - gcr
+ - geoclue
+ - geocode-glib
+ - clutter-gtk
+ - gnome-desktop
+ - gnome-online-accounts
+ - gsettings-desktop-schemas
+ - libcanberra
+ - libchamplain
+ - libgdata
+ - libgweather
+ - libnotify
+ - WebKitGtk1
+ - yelp-tools
diff --git a/strata/gnome/evolution.morph b/strata/gnome/evolution.morph
new file mode 100644
index 00000000..e0d0b1f6
--- /dev/null
+++ b/strata/gnome/evolution.morph
@@ -0,0 +1,11 @@
+name: evolution
+kind: chunk
+build-system: autotools
+configure-commands:
+- |
+ ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc \
+ --disable-autoar --disable-libcryptui --disable-pst-import --disable-gtkspell \
+ --disable-text-highlight --enable-contact-maps \
+ --enable-nss --enable-smime \
+ --with-nspr-includes=/usr/include/nspr --with-nspr-libs=/usr/lib \
+ --with-nss-includes=/usr/include/nss --with-nss-libs=/usr/lib/nss