[gnome-continuous] patches/evolution-buildapi.patch: Disable gnome-autoar support



commit a7b6c787c9559abf2be80304fe31a583c643e3d6
Author: Javier Jardón <jjardon gnome org>
Date:   Sun Feb 19 00:16:47 2017 +0000

    patches/evolution-buildapi.patch: Disable gnome-autoar support
    
    Evolution seems to fail to pick the dependency up although its
    actually installed:
    http://build.gnome.org/continuous/buildmaster/builds/2017/02/18/82/build/log-evolution.txt

 patches/evolution-buildapi.patch |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/patches/evolution-buildapi.patch b/patches/evolution-buildapi.patch
index d001790..7c53458 100644
--- a/patches/evolution-buildapi.patch
+++ b/patches/evolution-buildapi.patch
@@ -1,4 +1,4 @@
-From 2c7bc9a54d1c966b627626dc227cbd67bdf2e301 Mon Sep 17 00:00:00 2001
+From 46c9118d26f455074a6c78a7aba66a1f8cbbdd04 Mon Sep 17 00:00:00 2001
 From: Emmanuele Bassi <ebassi gnome org>
 Date: Fri, 21 Oct 2016 04:13:24 +0530
 Subject: [PATCH] build: Add a "configure" script implementing the GNOME Build
@@ -10,16 +10,16 @@ v2:
   - Use the Ninja generator for CMake
   - Perform various sanity checks
 ---
- configure | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 1 file changed, 99 insertions(+)
+ configure | 100 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 100 insertions(+)
  create mode 100755 configure
 
 diff --git a/configure b/configure
 new file mode 100755
-index 0000000000..17cb6f2987
+index 0000000000..dd05f7e075
 --- /dev/null
 +++ b/configure
-@@ -0,0 +1,99 @@
+@@ -0,0 +1,100 @@
 +#!/bin/bash
 +# configure script adapter for cmake
 +# Copyright 2010, 2011, 2013 Colin Walters <walters verbum org>
@@ -112,6 +112,7 @@ index 0000000000..17cb6f2987
 +
 +
 +exec ${CMAKE} \
++     -DENABLE_AUTOAR=OFF
 +     -DENABLE_LIBCRYPTUI=OFF \
 +     -DENABLE_PST_IMPORT=OFF \
 +     -DENABLE_YTNEF=OFF \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]