From 61d1a3f9df03759d282e4831352a3389b9c5836d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 16 Jul 2017 22:53:19 +0100 Subject: gnome/strata/gnome.morph: Build latest evolution, 3.24.3 --- gnome/strata/gnome.morph | 5 +++-- gnome/strata/gnome/evolution.morph | 11 +++-------- 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 -- cgit v1.2.1