[gnome-apps-nightly] nautilus: Don't run the configure in exempi's autogen



commit 356c160db8a5a0678727eb87b6f5ec22a9c09ca9
Author: Mathieu Bridon <bochecha daitauha fr>
Date:   Tue Aug 16 15:53:14 2016 +0200

    nautilus: Don't run the configure in exempi's autogen
    
    https://bugs.freedesktop.org/show_bug.cgi?id=97366

 ...t-running-configure-at-the-end-of-autogen.patch |   30 ++++++++++++++++++++
 org.gnome.Nautilus.json                            |    4 ++
 2 files changed, 34 insertions(+), 0 deletions(-)
---
diff --git a/exempi-Allow-not-running-configure-at-the-end-of-autogen.patch 
b/exempi-Allow-not-running-configure-at-the-end-of-autogen.patch
new file mode 100644
index 0000000..2bb2ab6
--- /dev/null
+++ b/exempi-Allow-not-running-configure-at-the-end-of-autogen.patch
@@ -0,0 +1,30 @@
+From 811ac05426d5d0be06e929c634ee2076b51fba29 Mon Sep 17 00:00:00 2001
+From: Mathieu Bridon <bochecha daitauha fr>
+Date: Tue, 16 Aug 2016 15:26:51 +0200
+Subject: [PATCH] Allow not running configure at the end of autogen
+
+This implements the OSTree Build API, which makes it much easier to
+build Exempi in Flatpak.
+
+https://github.com/cgwalters/build-api
+---
+ autogen.sh | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/autogen.sh b/autogen.sh
+index 8c27a23..7f7cbe2 100755
+--- a/autogen.sh
++++ b/autogen.sh
+@@ -46,5 +46,7 @@ if test -z "$*"; then
+       echo "the $0 command line."
+ fi
+ 
+-echo "Running configure..."
+-$topsrcdir/configure --enable-maintainer-mode "$@"
++if [ ! $NOCONFIGURE == "1" ]; then
++      echo "Running configure..."
++      $topsrcdir/configure --enable-maintainer-mode "$@"
++fi
+-- 
+2.7.4
+
diff --git a/org.gnome.Nautilus.json b/org.gnome.Nautilus.json
index 70eeb43..c82a24b 100644
--- a/org.gnome.Nautilus.json
+++ b/org.gnome.Nautilus.json
@@ -45,6 +45,10 @@
                 {
                     "type": "git",
                     "url": "https://anongit.freedesktop.org/git/exempi.git";
+                },
+                {
+                    "type": "patch",
+                    "path": "exempi-Allow-not-running-configure-at-the-end-of-autogen.patch"
                 }
             ]
 


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