[gnome-notes/wip/igaldino/flatpak-intltool] flatpak: build intltool before e-d-s



commit afbb5d67fc90b85672cae4715643a54ba76970b5
Author: Isaque Galdino <igaldino gmail com>
Date:   Thu Aug 1 15:25:56 2019 -0300

    flatpak: build intltool before e-d-s
    
    intltool was removed from GNOME SDK nightly runtime [1], so we have to build it before building EDS 
because EDS won't use gettext library instead of intltool [2], although Notes already moved to gettext [3].
    
    This patch is a copy of what was done in Calendar [4].
    
    [1] https://mail.gnome.org/archives/desktop-devel-list/2019-August/msg00000.html
    [2] https://gitlab.gnome.org/GNOME/evolution-data-server/issues/77
    [3] https://gitlab.gnome.org/GNOME/gnome-notes/commit/a2f9112aa3143bc6974bb01ac8ac7bee766b1159
    [4] https://gitlab.gnome.org/GNOME/gnome-calendar/commit/2b3023232f7d53fab69ba4cce0adfd2200f72a95

 build-aux/flatpak/org.gnome.Notes.json | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/build-aux/flatpak/org.gnome.Notes.json b/build-aux/flatpak/org.gnome.Notes.json
index c96b1ab..784c37b 100644
--- a/build-aux/flatpak/org.gnome.Notes.json
+++ b/build-aux/flatpak/org.gnome.Notes.json
@@ -83,6 +83,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" : "evolution-data-server",
             "cleanup" : [


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