[gnome-continuous] manifest: add gnome-contacts



commit 789ca9fa1d66bb0b42eedcb8735f9d4bd0dec308
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date:   Wed Mar 25 15:41:09 2015 +0100

    manifest: add gnome-contacts

 manifest.json                         |    6 +++++-
 patches/gnome-contacts-builddir.patch |   24 ++++++++++++++++++++++++
 2 files changed, 29 insertions(+), 1 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 887d19a..371c8e2 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1320,7 +1320,11 @@
                 "patches": ["gnome-tetravex-builddir.patch"]},
 
                {"src": "gnome:tali",
-                "patches": ["tali-builddir.patch"]}
+                "patches": ["tali-builddir.patch"]},
+
+               {"src": "gnome:gnome-contacts",
+                "config-opts": ["--disable-man-pages"],
+                "patches": ["gnome-contacts-builddir.patch"]}
        ],
 
     "installed-tests-components": [],
diff --git a/patches/gnome-contacts-builddir.patch b/patches/gnome-contacts-builddir.patch
new file mode 100644
index 0000000..595e8a9
--- /dev/null
+++ b/patches/gnome-contacts-builddir.patch
@@ -0,0 +1,24 @@
+From 8707eac5e856572f3684d26edd932d0f246f09b3 Mon Sep 17 00:00:00 2001
+From: Vadim Rutkovsky <vrutkovs redhat com>
+Date: Wed, 25 Mar 2015 15:38:46 +0100
+Subject: [PATCH] Fix builddir!=srcdir issue
+
+---
+ configure.ac | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/configure.ac b/configure.ac
+index 0de0bc8..6e3feaf 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -112,6 +112,7 @@ AS_IF([test "x$enable_man_pages" != "xno"],
+ 
+ AM_CONDITIONAL([BUILD_MAN_PAGES], [test "x$have_manutils" = "xyes"])
+ 
++echo \#buildapi-variable-no-builddir >/dev/null
+ 
+ dnl libgd
+ LIBGD_INIT([
+-- 
+1.8.3.1
+


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