[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [craft-blueprints-kde] libs/icu: Revert "Update ICU to 62.1 on Windows too"
From:       Hannah von Reth <null () kde ! org>
Date:       2018-09-27 13:32:30
Message-ID: E1g5WP8-0000cz-DM () code ! kde ! org
[Download RAW message or body]

Git commit c9fc90bd3d45a85d0eb68e8773cdf9078d3cf009 by Hannah von Reth.
Committed on 27/09/2018 at 13:31.
Pushed by vonreth into branch 'master'.

Revert "Update ICU to 62.1 on Windows too"

Due to a typo the cache was still build with 5.58

This reverts commit 361f4dda03efeff455eea4ffd1a58de912b8113e.

M  +4    -1    libs/icu/icu.py

https://commits.kde.org/craft-blueprints-kde/c9fc90bd3d45a85d0eb68e8773cdf9078d3cf009

diff --git a/libs/icu/icu.py b/libs/icu/icu.py
index 8143127..0b356eb 100644
--- a/libs/icu/icu.py
+++ b/libs/icu/icu.py
@@ -22,7 +22,10 @@ class subinfo(info.infoclass):
             self.patchToApply["55.1"] = [("icu-20150414.diff", 2), ("icu-msys.diff", \
                2)]
             self.patchToApply["58.2"] = ("0020-workaround-missing-locale.patch",
                                          2)  # \
https://raw.githubusercontent.com/Alexpux/MINGW-packages/master/mingw-w64-icu/0020-workaround-missing-locale.patch
                
-        self.defaultTarget = "62.1"
+        if CraftCore.compiler.isWindows:
+            self.defaultTarget = "58.2"
+        else:
+            self.defaultTarget = "62.1"
 
     def setDependencies(self):
         self.buildDependencies["virtual/base"] = "default"


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic