[gnome-continuous] qqwing: autoreconf to avoid problems with missing aclocal-1.14



commit eb8a7340480f1d9fc06f7b2efaff1978fcb3f1dc
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Wed Oct 12 13:46:08 2016 -0400

    qqwing: autoreconf to avoid problems with missing aclocal-1.14
    
    Due to timestamps and lack of AM_MAINTAINER_MODE([disable]), the
    build of qqwing would attempt to re-run aclocal, which would fail
    because we no longer have automake-1.14 in our build environment.
    Run autoreconf up-front with automake-1.15 to avoid the problem.

 manifest.json                |    4 +++-
 patches/qqwing-autogen.patch |   22 ++++++++++++++++++++++
 2 files changed, 25 insertions(+), 1 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 2821de9..6017394 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1307,8 +1307,10 @@
                {"src": "gnome:gnome-2048"},
 
                {"src": "tarball:http://qqwing.com/qqwing-1.3.4.tar.gz";,
+                "rm-configure": true,
                 "name": "qqwing",
-                "checksum": "1753736c31feea0085f5cfac33143743204f8a7e66b81ccd17e249ecafba802f"},
+                "checksum": "1753736c31feea0085f5cfac33143743204f8a7e66b81ccd17e249ecafba802f",
+                 "patches": ["qqwing-autogen.patch"]},
 
                {"src": "gnome:gnome-sudoku"},
 
diff --git a/patches/qqwing-autogen.patch b/patches/qqwing-autogen.patch
new file mode 100644
index 0000000..5c196bd
--- /dev/null
+++ b/patches/qqwing-autogen.patch
@@ -0,0 +1,22 @@
+From 0c69c744628460478a81697d11c9ac6d6e9234cd Mon Sep 17 00:00:00 2001
+From: "Owen W. Taylor" <otaylor fishsoup net>
+Date: Wed, 12 Oct 2016 12:31:23 -0400
+Subject: [PATCH] Add an autogen.sh
+
+---
+ autogen.sh | 3 +++
+ 1 file changed, 3 insertions(+)
+ create mode 100755 autogen.sh
+
+diff --git a/autogen.sh b/autogen.sh
+new file mode 100755
+index 0000000..0c88b92
+--- /dev/null
++++ b/autogen.sh
+@@ -0,0 +1,3 @@
++#!/bin/sh
++
++exec autoreconf
+-- 
+2.7.4
+


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