[gnome-continuous] manifest: Add autogen.sh script to hunspell



commit 50a74f2836912a385501de56129d2de401ad7140
Author: Javier Jardón <jjardon gnome org>
Date:   Sat Feb 18 19:51:15 2017 +0000

    manifest: Add autogen.sh script to hunspell

 manifest.json                  |    3 ++-
 patches/hunspell-autogen.patch |   22 ++++++++++++++++++++++
 2 files changed, 24 insertions(+), 1 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 1c05eae..f088745 100644
--- a/manifest.json
+++ b/manifest.json
@@ -812,7 +812,8 @@
       
                 {"src": "git:https://chromium.googlesource.com/webm/libwebp"},
 
-               {"src": "git:https://github.com/hunspell/hunspell.git"},
+               {"src": "git:https://github.com/hunspell/hunspell.git";
+                "patches:" ["hunspell-autogen.patch"]},
 
                {"src": "tarball:https://github.com/AbiWord/enchant/archive/enchant-1-6-1.tar.gz";,
                 "name": "enchant",
diff --git a/patches/hunspell-autogen.patch b/patches/hunspell-autogen.patch
new file mode 100644
index 0000000..81d16eb
--- /dev/null
+++ b/patches/hunspell-autogen.patch
@@ -0,0 +1,22 @@
+From e2289b453abfe6c4878fceb1a187f12d86fd79b7 Mon Sep 17 00:00:00 2001
+From: Colin Walters <walters verbum org>
+Date: Wed, 11 Jan 2012 16:51:37 -0500
+Subject: [PATCH] autogen.sh: New developer/git bootstrap script
+
+See http://people.gnome.org/~walters/docs/build-api.txt
+---
+ autogen.sh |    2 ++
+ 1 files changed, 2 insertions(+), 0 deletions(-)
+ create mode 100755 autogen.sh
+
+diff --git a/autogen.sh b/autogen.sh
+new file mode 100755
+index 0000000..c187584
+--- /dev/null
++++ b/autogen.sh
+@@ -0,0 +1,2 @@
++#!/bin/sh
++exec autoreconf -vfi
+-- 
+1.7.6.4
+


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