[gnome-logs] flatpak: Update build for fdo 22.08



commit 5baa8de90beb2121bd9bd17b5dc723f8152411fc
Author: Maximiliano Sandoval R <msandova gnome org>
Date:   Thu Jul 14 11:48:52 2022 +0200

    flatpak: Update build for fdo 22.08
    
    Fixes CI.

 org.gnome.Logs.json | 27 +++++++++++++++++++++++++--
 1 file changed, 25 insertions(+), 2 deletions(-)
---
diff --git a/org.gnome.Logs.json b/org.gnome.Logs.json
index 7fa48d6..17ac49e 100644
--- a/org.gnome.Logs.json
+++ b/org.gnome.Logs.json
@@ -48,6 +48,25 @@
         }
       ]
     },
+    {
+        "name": "python3-jinja2",
+        "buildsystem": "simple",
+        "build-commands": [
+            "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" 
--prefix=${FLATPAK_DEST} \"jinja2\" --no-build-isolation"
+        ],
+        "sources": [
+            {
+                "type": "file",
+                "url": 
"https://files.pythonhosted.org/packages/1d/97/2288fe498044284f39ab8950703e88abbac2abbdf65524d576157af70556/MarkupSafe-2.1.1.tar.gz";,
+                "sha256": "7f91197cc9e48f989d12e4e6fbc46495c446636dfc81b9ccf50bb0ec74b91d4b"
+            },
+            {
+                "type": "file",
+                "url": 
"https://files.pythonhosted.org/packages/bc/c3/f068337a370801f372f2f8f6bad74a5c140f6fda3d9de154052708dd3c65/Jinja2-3.1.2-py3-none-any.whl";,
+                "sha256": "6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61"
+            }
+        ]
+    },
     {
       "name": "systemd",
       "buildsystem": "meson",
@@ -56,7 +75,11 @@
         "-Drootprefix=/app",
         "-Drootlibdir=/app/lib",
         "-Dsysconfdir=/app/etc",
+        "-Ddocdir=/app/share/doc",
+        "-Dsysvinit-path=/app/etc/init.d",
 
+        "-Dfdisk=false",
+        "-Ddbus=false",
         "-Dutmp=false",
         "-Dhibernate=false",
         "-Dldconfig=false",
@@ -104,14 +127,14 @@
         "/lib/sysctl.d",
         "/lib/systemd",
         "/lib/udev",
+        "/app/share/doc",
         "/share"
       ],
       "sources": [
         {
           "type": "git",
           "url": "https://github.com/systemd/systemd.git";,
-          "tag": "v246",
-          "commit": "ae366f3acbc1a45504e9875099b17a7e1a221d03"
+          "tag": "v251"
         }
       ]
     },


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