[evolution] Bump libical version to 3.0.3 in flatpak scripts



commit 80c5be4ef47041253cc2428d5a1da341c53f9a6f
Author: Milan Crha <mcrha redhat com>
Date:   Tue Mar 20 13:35:32 2018 +0100

    Bump libical version to 3.0.3 in flatpak scripts
    
    This modifies only flatpak build, not the native build requirement.
    Also bump runtime version in the master flatpak script, to match what
    the stable script requires.

 flatpak/README                          |   10 ++++++++--
 flatpak/org.gnome.Evolution-master.json |    6 +++---
 flatpak/org.gnome.Evolution-stable.json |    4 ++--
 3 files changed, 13 insertions(+), 7 deletions(-)
---
diff --git a/flatpak/README b/flatpak/README
index 2ab249c..d50c025 100644
--- a/flatpak/README
+++ b/flatpak/README
@@ -8,11 +8,17 @@ To build it, one can follow the below commands, which expect flatpak and
 flatpak-builder installed. Refer to the Flatpak developer documentation
 and command man pages for the meaning of respective arguments.
 
+Note the actual versions of the GNOME SDK and Platform (below is used
+version 3.26) can differ each release of Evolution. The exact expected
+version can be seen (or changed) in the .json file, the runtime-version
+key (line "runtime-version": "3.26",). Use the same version in the below
+install commands as is written in the runtime-version key of the .json file.
+
 To prepare Flatpak, add GNOME repository and install the SDK and Platform:
 
    $ flatpak remote-add --from gnome https://sdk.gnome.org/gnome.flatpakrepo
-   $ flatpak install gnome org.gnome.Platform//3.24
-   $ flatpak install gnome org.gnome.Sdk//3.24
+   $ flatpak install gnome org.gnome.Platform//3.26
+   $ flatpak install gnome org.gnome.Sdk//3.26
 
 After this, Evolution can be built. While the below commands build the git master
 version of Evolution, it can be changed to the stable version, when all "-master"
diff --git a/flatpak/org.gnome.Evolution-master.json b/flatpak/org.gnome.Evolution-master.json
index e81906d..b00a85c 100644
--- a/flatpak/org.gnome.Evolution-master.json
+++ b/flatpak/org.gnome.Evolution-master.json
@@ -1,7 +1,7 @@
 {
        "app-id": "org.gnome.Evolution",
        "runtime": "org.gnome.Platform",
-       "runtime-version": "3.24",
+       "runtime-version": "3.26",
        "sdk": "org.gnome.Sdk",
        "command": "evolution",
        "rename-icon": "evolution",
@@ -41,8 +41,8 @@
                        "sources": [
                                {
                                        "type": "archive",
-                                       "url": 
"https://github.com/libical/libical/releases/download/v2.0.0/libical-2.0.0.tar.gz";,
-                                       "sha256": 
"654c11f759c19237be39f6ad401d917e5a05f36f1736385ed958e60cf21456da"
+                                       "url": 
"https://github.com/libical/libical/releases/download/v3.0.3/libical-3.0.3.tar.gz";,
+                                       "sha256": 
"5b91eb8ad2d2dcada39d2f81d5e3ac15895823611dc7df91df39a35586f39241"
                                }
                        ]
                },
diff --git a/flatpak/org.gnome.Evolution-stable.json b/flatpak/org.gnome.Evolution-stable.json
index 559b955..ff10130 100644
--- a/flatpak/org.gnome.Evolution-stable.json
+++ b/flatpak/org.gnome.Evolution-stable.json
@@ -40,8 +40,8 @@
                        "sources": [
                                {
                                        "type": "archive",
-                                       "url": 
"https://github.com/libical/libical/releases/download/v2.0.0/libical-2.0.0.tar.gz";,
-                                       "sha256": 
"654c11f759c19237be39f6ad401d917e5a05f36f1736385ed958e60cf21456da"
+                                       "url": 
"https://github.com/libical/libical/releases/download/v3.0.3/libical-3.0.3.tar.gz";,
+                                       "sha256": 
"5b91eb8ad2d2dcada39d2f81d5e3ac15895823611dc7df91df39a35586f39241"
                                }
                        ]
                },


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