[sushi/alatiera/ci: 4/4] flatpak: Update poppler and evince




commit abbfc0f8aa45a96fc12eb35260bb83cc06055ab2
Author: Jordan Petridis <jordan centricular com>
Date:   Sun Jul 24 09:17:07 2022 +0300

    flatpak: Update poppler and evince

 flatpak/org.gnome.NautilusPreviewer.json | 37 +++++++++++++++++++++-----------
 1 file changed, 25 insertions(+), 12 deletions(-)
---
diff --git a/flatpak/org.gnome.NautilusPreviewer.json b/flatpak/org.gnome.NautilusPreviewer.json
index e763e8e..4a129aa 100644
--- a/flatpak/org.gnome.NautilusPreviewer.json
+++ b/flatpak/org.gnome.NautilusPreviewer.json
@@ -31,37 +31,50 @@
             "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"],
+            "config-opts": [
+                "-DCMAKE_INSTALL_LIBDIR=/app/lib",
+                "-DCMAKE_INSTALL_INCLUDEDIR=/app/include",
+                "-DENABLE_BOOST=OFF",
+                "-DENABLE_LIBOPENJPEG=none",
+                "-DENABLE_QT5=OFF",
+                "-DENABLE_QT6=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-22.07.0.tar.xz";,
+                    "sha256": "420230c5c43782e2151259b3e523e632f4861342aad70e7e20b8773d9eaf3428"
                 }
             ]
         },
         {
             "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" ],
+            "buildsystem": "meson",
+            "config-opts": [
+                "-Dintrospection=true",
+                "-Dgtk_doc=false",
+                "-Dviewer=false",
+                "-Dpreviewer=false",
+                "-Dnautilus=false",
+                "-Ddbus=false",
+                "-Dcomics=disabled",
+                "-Dgspell=disabled"
+            ],
             "sources": [
                 {
                     "type": "archive",
-                    "url": "http://download.gnome.org/sources/evince/3.32/evince-3.32.0.tar.xz";,
-                    "sha256": "f0d977216466ed2f5a6de64476ef7113dc7c7c9832336f1ff07f3c03c5324c40"
+                    "url": "https://download.gnome.org/sources/evince/43/evince-43.alpha.tar.xz";,
+                    "sha256": "3cf54d28f797ef8b0504bebb1c168a180d4ddf925cb83a9f9c69fe0d189ef611"
                 }
             ]
         },


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