[guake] Add missing patch

Pierre-YvesChibon pingou at fedoraproject.org
Fri Jul 11 10:30:41 UTC 2014


commit a8f8fbe19c3f9893410483881f4b888230a3eb89
Author: Pierre-Yves Chibon <pingou at pingoured.fr>
Date:   Fri Jul 11 12:30:54 2014 +0200

    Add missing patch

 0001-Remove-vte-check-in-the-configure.ac.patch |   38 +++++++++++++++++++++++
 1 files changed, 38 insertions(+), 0 deletions(-)
---
diff --git a/0001-Remove-vte-check-in-the-configure.ac.patch b/0001-Remove-vte-check-in-the-configure.ac.patch
new file mode 100644
index 0000000..b253bcb
--- /dev/null
+++ b/0001-Remove-vte-check-in-the-configure.ac.patch
@@ -0,0 +1,38 @@
+From e959dddcce0c1e561837abe622c74efd5abcaae7 Mon Sep 17 00:00:00 2001
+From: Pierre-Yves Chibon <pingou at pingoured.fr>
+Date: Wed, 19 Mar 2014 10:43:17 +0100
+Subject: [PATCH] Remove vte check in the configure.ac
+
+---
+ configure.ac | 15 ---------------
+ 1 file changed, 15 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 76f0649..130c160 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -55,21 +55,6 @@ AS_AC_EXPAND(LIBDIR, ${libdir})
+ AS_AC_EXPAND(BINDIR, ${bindir})
+ AS_AC_EXPAND(DATADIR, ${datarootdir})
+ 
+-dnl Checking python-vte
+-AC_MSG_CHECKING([for the python-vte package])
+-ac_pvte_result=`$PYTHON -c 'try:
+-    import vte
+-except Exception, e:
+-    print str(e)' 2> /dev/null`
+-
+-if test -z "$ac_pvte_result"; then
+-    AC_MSG_RESULT([yes])
+-else
+-    AC_MSG_RESULT([no])
+-    AC_MSG_ERROR([cannot import Python module "vte".
+-    Please check if you have python-vte installed. The error was:
+-    $ac_pvte_result])
+-fi
+ 
+ dnl gconf
+ AC_PATH_PROG(GCONFTOOL, gconftool-2, no)
+-- 
+1.8.5.3
+


More information about the scm-commits mailing list