[gnome-disk-utility/fix-polkit-build: 6/6] Flatpak: Fix polkit build failure
- From: Kai Lüke <kailueke src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-disk-utility/fix-polkit-build: 6/6] Flatpak: Fix polkit build failure
- Date: Fri, 23 Aug 2019 19:13:02 +0000 (UTC)
commit cb20484d12718c27ef2598b57e12f421ce4a24b6
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]