[gnome-photos/gnome-3-22] flatpak: Add missing patch to disable builddir != srcdir for exiv2



commit 04b5a2d9b6274f59c24ebae6807a36aa8b800845
Author: Debarshi Ray <debarshir gnome org>
Date:   Wed Mar 8 11:41:07 2017 +0100

    flatpak: Add missing patch to disable builddir != srcdir for exiv2
    
    ... and move the Flatpak build files to a separate sub-directory.
    
    https://wiki.gnome.org/Initiatives/GnomeGoals/FlatpakManifests
    
    https://bugzilla.gnome.org/show_bug.cgi?id=779380

 flatpak/exiv2-no-builddir.patch                    |   25 ++++++++++++++++++++
 .../org.gnome.Photos.json                          |    0
 2 files changed, 25 insertions(+), 0 deletions(-)
---
diff --git a/flatpak/exiv2-no-builddir.patch b/flatpak/exiv2-no-builddir.patch
new file mode 100644
index 0000000..1df8c22
--- /dev/null
+++ b/flatpak/exiv2-no-builddir.patch
@@ -0,0 +1,25 @@
+From ba7a8cfe30342592e277ad41837f0eb5c6e88648 Mon Sep 17 00:00:00 2001
+From: Emmanuele Bassi <ebassi gnome org>
+Date: Wed, 20 Jan 2016 17:00:19 +0000
+Subject: [PATCH] Disable builddir for exiv2
+
+It's not supported.
+---
+ configure | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/configure b/configure
+index 4cd76eb..7848532 100755
+--- a/configure
++++ b/configure
+@@ -19914,6 +19914,8 @@ fi
+ # Configuration summary.
+ # ---------------------------------------------------------------------------
+ 
++echo \#buildapi-variable-no-builddir >/dev/null
++
+ echo ""
+ echo "------------------------------------------------------------------"
+ echo "-- Exiv2 $VERSION feature configuration summary"
+-- 
+2.5.0
diff --git a/org.gnome.Photos.json b/flatpak/org.gnome.Photos.json
similarity index 100%
rename from org.gnome.Photos.json
rename to flatpak/org.gnome.Photos.json


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