[nautilus] flatpak: Update manifest with gexiv2 changes



commit 35acba3fe913af24309afd72c207d43673bb6a26
Author: Carlos Soriano <csoriano gnome org>
Date:   Mon Nov 20 20:41:47 2017 +0100

    flatpak: Update manifest with gexiv2 changes

 org.gnome.Nautilus.json | 21 ++++++++-------------
 1 file changed, 8 insertions(+), 13 deletions(-)
---
diff --git a/org.gnome.Nautilus.json b/org.gnome.Nautilus.json
index 2ed1cbc6c..922b78f9a 100644
--- a/org.gnome.Nautilus.json
+++ b/org.gnome.Nautilus.json
@@ -23,34 +23,31 @@
     "cleanup": [ "/include", "/share/bash-completion" ],
     "modules": [
         {
-            "name": "libexif",
+            "name": "exiv2",
             "sources": [
                 {
                     "type": "archive",
-                    "url": "https://downloads.sourceforge.net/libexif/libexif-0.6.21.tar.bz2";,
-                    "sha256": "16cdaeb62eb3e6dfab2435f7d7bccd2f37438d21c5218ec4e58efa9157d4d41a"
+                    "url": "http://exiv2.org/builds/exiv2-0.26-trunk.tar.gz";,
+                    "sha256": "c75e3c4a0811bf700d92c82319373b7a825a2331c12b8b37d41eb58e4f18eafb"
                 },
                 {
                     "type": "shell",
                     "commands": [
-                        "cp -f /usr/share/gnu-config/config.sub .",
-                        "cp -f /usr/share/gnu-config/config.guess ."
+                        "cp -f /usr/share/gnu-config/config.sub ./config/",
+                        "cp -f /usr/share/gnu-config/config.guess ./config/"
                     ]
                 }
             ]
         },
         {
-            "name": "exempi",
-            "config-opts": [
-                "--disable-unittest"
-            ],
+            "name": "gexiv2",
+            "config-opts": [ "--disable-introspection" ],
             "sources": [
                 {
                     "type": "git",
-                    "url": "https://anongit.freedesktop.org/git/exempi.git";
+                    "url": "https://git.gnome.org/browse/gexiv2";
                 }
             ]
-
         },
         {
             "name": "tracker",
@@ -93,8 +90,6 @@
             "config-opts": [
                 "-Denable-desktop=false",
                 "-Denable-selinux=false",
-                "-Denable-xmp=true",
-                "-Denable-exif=true",
                 "--libdir=/app/lib"
             ],
             "sources": [


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