[sushi/update-flatpak] flatpak: Update dependencies




commit 8c7c6423af38ced25bb10db45beb50f8727ee800
Author: Felipe Borges <felipeborges gnome org>
Date:   Tue Nov 2 16:33:21 2021 +0100

    flatpak: Update dependencies

 flatpak/org.gnome.NautilusPreviewer.json | 73 +++++++++++++++-----------------
 1 file changed, 34 insertions(+), 39 deletions(-)
---
diff --git a/flatpak/org.gnome.NautilusPreviewer.json b/flatpak/org.gnome.NautilusPreviewer.json
index 4291a26..08e828f 100644
--- a/flatpak/org.gnome.NautilusPreviewer.json
+++ b/flatpak/org.gnome.NautilusPreviewer.json
@@ -3,13 +3,6 @@
     "runtime": "org.gnome.Platform",
     "runtime-version": "master",
     "sdk": "org.gnome.Sdk",
-    "build-options": {
-        "cflags": "-O2 -g",
-        "cxxflags": "-O2 -g",
-        "env": {
-            "V": "1"
-        }
-    },
     "command": "sushi",
     "cleanup": [
         "/include",
@@ -24,65 +17,67 @@
         "--share=network",
         "--device=dri",
         "--talk-name=org.freedesktop.FileManager1",
-        "--filesystem=xdg-run/dconf",
-        "--filesystem=~/.config/dconf:ro",
-        "--filesystem=host:ro",
-        "--filesystem=home",
-        "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
+        "--filesystem=home:ro"
     ],
     "modules": [
         {
             "name": "popplerdata",
             "no-autogen": true,
-            "make-install-args": ["prefix=/app"],
+            "make-install-args": [
+                "prefix=/app"
+            ],
             "sources": [
                 {
                     "type": "archive",
-                    "url": "https://poppler.freedesktop.org/poppler-data-0.4.9.tar.gz";,
-                    "sha256": "1f9c7e7de9ecd0db6ab287349e31bf815ca108a5a175cf906a90163bdbe32012"
+                    "url": "https://poppler.freedesktop.org/poppler-data-0.4.10.tar.gz";,
+                    "sha256": "6e2fcef66ec8c44625f94292ccf8af9f1d918b410d5aa69c274ce67387967b30"
                 }
             ]
         },
         {
             "name": "poppler",
             "buildsystem": "cmake-ninja",
-            "config-opts": ["-DCMAKE_INSTALL_LIBDIR=/app/lib", "-DCMAKE_INSTALL_INCLUDEDIR=/app/include",
-                            "-DENABLE_LIBOPENJPEG=none"],
-            "cleanup": [ "/bin" ],
+            "config-opts": [
+                "-DCMAKE_INSTALL_LIBDIR=/app/lib",
+                "-DCMAKE_INSTALL_INCLUDEDIR=/app/include",
+                "-DENABLE_LIBOPENJPEG=none",
+                "-DENABLE_BOOST=OFF",
+                "-DENABLE_CPP=OFF",
+                "-DBUILD_GTK_TESTS=OFF",
+                "-DBUILD_CPP_TESTS=OFF"
+            ],
+            "cleanup": [
+                "/bin"
+            ],
             "sources": [
                 {
                     "type": "archive",
-                    "url": "https://poppler.freedesktop.org/poppler-0.64.0.tar.xz";,
-                    "sha256": "b21df92ca99f78067785cf2dc8e06deb04726b62389c0ee1f5d8b103c77f64b1"
+                    "url": "https://poppler.freedesktop.org/poppler-21.08.0.tar.xz";,
+                    "sha256": "e9cf5dc5964bce4bb0264d1c4f8122706c910588b421cfc30abc97d6b23e602d"
                 }
             ]
         },
         {
             "name": "evince",
-            "cleanup": [ "/share/GConf", "/share/help" ],
-            "config-opts": [ "--disable-nautilus", "--disable-viewer",
-                             "--disable-previewer", "--disable-dbus",
-                             "--disable-browser-plugin", "--enable-introspection",
-                             "--disable-comics", "--without-gspell" ],
-            "sources": [
-                {
-                    "type": "archive",
-                    "url": "http://download.gnome.org/sources/evince/3.32/evince-3.32.0.tar.xz";,
-                    "sha256": "f0d977216466ed2f5a6de64476ef7113dc7c7c9832336f1ff07f3c03c5324c40"
-                }
-            ]
-        },
-        {
-            "name": "neon",
+            "buildsystem": "meson",
+            "cleanup": [
+                "/share/GConf",
+                "/share/help"
+            ],
             "config-opts": [
-                "--with-libproxy=no",
-                "--with-gssapi=no"
+                "-Dnautilus=false",
+                "-Dviewer=false",
+                "-Dpreviewer=false",
+                "-Ddbus=false",
+                "-Dintrospection=true",
+                "-Dcomics=disabled",
+                "-Dgspell=disabled"
             ],
             "sources": [
                 {
                     "type": "archive",
-                    "url": "http://http.debian.net/debian/pool/main/n/neon27/neon27_0.30.2.orig.tar.gz";,
-                    "sha256": "db0bd8cdec329b48f53a6f00199c92d5ba40b0f015b153718d1b15d3d967fbca"
+                    "url": "https://download.gnome.org/sources/evince/40/evince-40.1.tar.xz";,
+                    "sha256": "7a666363c350af2e3bbba7f14b3c1befc5012f9ed3d9d073447f4c59f33dcf2d"
                 }
             ]
         },


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