[gnome-boxes/flatpak-master-fixup: 18/26] flatpak: Build intltool for gtk-vnc



commit aec557897538945544100e708e59474d34e3f306
Author: Felipe Borges <felipeborges gnome org>
Date:   Fri Aug 2 12:21:50 2019 +0200

    flatpak: Build intltool for gtk-vnc
    
    intltool is no longer part of the Flatpak runtime/SDK. See
    https://gitlab.gnome.org/GNOME/gnome-build-meta/issues/104
    
    Unfortunately gtk-vnc still needs it. Ideally it would get ported
    to Gettext. See https://gitlab.gnome.org/GNOME/gtk-vnc/issues/9

 build-aux/flatpak/org.gnome.Boxes.json | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/build-aux/flatpak/org.gnome.Boxes.json b/build-aux/flatpak/org.gnome.Boxes.json
index c2469adb..61caaad8 100644
--- a/build-aux/flatpak/org.gnome.Boxes.json
+++ b/build-aux/flatpak/org.gnome.Boxes.json
@@ -50,6 +50,17 @@
                 }
             ]
         },
+        {
+            "name" : "intltool",
+            "cleanup" : [ "*" ],
+            "sources" : [
+                {
+                    "type" : "archive",
+                    "url" : "https://launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz";,
+                    "sha256" : "67c74d94196b153b774ab9f89b2fa6c6ba79352407037c8c14d5aeb334e959cd"
+                }
+            ]
+        },
         {
             "name" : "gtk-vnc",
             "sources" : [


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