summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-07-16 22:53:19 +0100
committerJavier Jardón <jjardon@gnome.org>2017-07-16 23:13:57 +0100
commit61d1a3f9df03759d282e4831352a3389b9c5836d (patch)
treea38bf0d9010331b96bbd9a553ce24a14d3f16795
parentc14f503365385fa0e88a18e3407335900df3fcb2 (diff)
downloaddefinitions-61d1a3f9df03759d282e4831352a3389b9c5836d.tar.gz
gnome/strata/gnome.morph: Build latest evolution, 3.24.3
-rw-r--r--gnome/strata/gnome.morph5
-rw-r--r--gnome/strata/gnome/evolution.morph11
2 files changed, 6 insertions, 10 deletions
diff --git a/gnome/strata/gnome.morph b/gnome/strata/gnome.morph
index e3813e72..0066c058 100644
--- a/gnome/strata/gnome.morph
+++ b/gnome/strata/gnome.morph
@@ -952,8 +952,8 @@ chunks:
- name: evolution
morph: gnome/strata/gnome/evolution.morph
repo: upstream:gnome/evolution
- ref: 6a02c7980589cf24de90c29556bc84ee2f57b832
- unpetrify-ref: EVOLUTION_3_18_5_2
+ ref: 67f6aedfeff10c8d5bd9268a197b4b6827f89cc4
+ unpetrify-ref: EVOLUTION_3_24_3
build-depends:
- evolution-data-server
- clutter-gtk
@@ -965,4 +965,5 @@ chunks:
- libgdata
- libgweather
- libnotify
+ - WebKitGtk
- yelp-tools
diff --git a/gnome/strata/gnome/evolution.morph b/gnome/strata/gnome/evolution.morph
index e0d0b1f6..df5c81ae 100644
--- a/gnome/strata/gnome/evolution.morph
+++ b/gnome/strata/gnome/evolution.morph
@@ -1,11 +1,6 @@
name: evolution
kind: chunk
-build-system: autotools
+build-system: cmake
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
+- cmake -DCMAKE_INSTALL_PREFIX="$PREFIX"
+ -DENABLE_LIBCRYPTUI=OFF -DENABLE_PST_IMPORT=OFF -DENABLE_YTNEF=OFF