[gnome-continuous] patches/gtkspell-autogen.patch: Fix to use correct package name



commit 9c72ce321eb5cb057565bb6692c434b06044ea01
Author: Colin Walters <walters verbum org>
Date:   Fri Nov 29 11:20:37 2013 -0500

    patches/gtkspell-autogen.patch: Fix to use correct package name

 patches/gtkspell-autogen.patch |   20 ++++++++------------
 1 files changed, 8 insertions(+), 12 deletions(-)
---
diff --git a/patches/gtkspell-autogen.patch b/patches/gtkspell-autogen.patch
index 64420ff..26b808a 100644
--- a/patches/gtkspell-autogen.patch
+++ b/patches/gtkspell-autogen.patch
@@ -1,4 +1,4 @@
-From fb822b30a9e5f16a25c39fda7dcbedd8275f5cd3 Mon Sep 17 00:00:00 2001
+From e58081e4470254f9fb6e2dbad19af7cde037aaab Mon Sep 17 00:00:00 2001
 From: Colin Walters <walters verbum org>
 Date: Fri, 29 Nov 2013 11:01:03 -0500
 Subject: [PATCH] Use standard autogen.sh
@@ -6,14 +6,14 @@ Subject: [PATCH] Use standard autogen.sh
 The one from the tarball breaks since it wants ACLOCAL_FLAGS to
 be defined.
 ---
- autogen.sh |  174 +++++-------------------------------------------------------
- 1 files changed, 14 insertions(+), 160 deletions(-)
+ autogen.sh |  168 ++++--------------------------------------------------------
+ 1 files changed, 10 insertions(+), 158 deletions(-)
 
 diff --git a/autogen.sh b/autogen.sh
-index dced313..ab5aa84 100755
+index dced313..b649dd1 100755
 --- a/autogen.sh
 +++ b/autogen.sh
-@@ -4,169 +4,23 @@
+@@ -4,169 +4,21 @@
  srcdir=`dirname $0`
  test -z "$srcdir" && srcdir=.
  
@@ -26,17 +26,13 @@ index dced313..ab5aa84 100755
 -      export PATH
 -      export LD_LIBRARY_PATH
 -fi
--
--(test -f $srcdir/configure.ac) || {
-+PKG_NAME="Evolution"
++PKG_NAME="gtkspell3"
 +REQUIRED_AUTOCONF_VERSION=2.58
 +REQUIRED_AUTOMAKE_VERSION=1.10
 +REQUIRED_LIBTOOL_VERSION=2.2
 +REQUIRED_INTLTOOL_VERSION=0.35.5
-+
-+(test -f $srcdir/configure.ac \
-+  && test -f $srcdir/ChangeLog \
-+  && test -d $srcdir/shell) || {
+ 
+ (test -f $srcdir/configure.ac) || {
      echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
 -    echo " top-level package directory"
 +    echo " top-level $PKG_NAME directory"


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