[gnome-disk-utility/fix-polkit-build] Flatpak: Fix polkit build failure



commit 17b11e87bcde8907f18c0bc523f51f21fda174f5
Author: Kai Lüke <kailueke riseup net>
Date:   Sun Aug 18 19:33:06 2019 +0200

    Flatpak: Fix polkit build failure
    
    Since polkit still uses intltool, the build
    will fail because it was dropped from the
    GNOME runtime.
    
    Add intltool as dependency.
    For some reason pam also was not present anymore
    and had to be added as well.
    
    https://gitlab.gnome.org/GNOME/gnome-disk-utility/issues/147

 flatpak/org.gnome.DiskUtility.json | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
---
diff --git a/flatpak/org.gnome.DiskUtility.json b/flatpak/org.gnome.DiskUtility.json
index 0e5f9868..15e497a3 100644
--- a/flatpak/org.gnome.DiskUtility.json
+++ b/flatpak/org.gnome.DiskUtility.json
@@ -230,6 +230,30 @@
                 }
             ]
         },
+        {
+            "name" : "pam",
+            "config-opts" : [
+                "--includedir=/app/include/security"
+            ],
+            "sources" : [
+                {
+                    "type" : "archive",
+                    "url" : 
"https://github.com/linux-pam/linux-pam/releases/download/v1.3.1/Linux-PAM-1.3.1.tar.xz";,
+                    "sha256" : "eff47a4ecd833fbf18de9686632a70ee8d0794b79aecb217ebd0ce11db4cd0db"
+                }
+            ]
+        },
+        {
+            "name" : "intltool",
+            "sources" : [
+                {
+                    "type" : "archive",
+                    "url" : "https://launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz";,
+                    "sha256" : "67c74d94196b153b774ab9f89b2fa6c6ba79352407037c8c14d5aeb334e959cd"
+                }
+            ]
+
+        },
         {
             "name" : "polkit",
             "config-opts" : [


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