Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/libreoffice/files: libreoffice-3.5.2-icu-49.patch
Date: Mon, 02 Apr 2012 16:58:39
Message-Id: 20120402165815.ADBF22004B@flycatcher.gentoo.org
1 scarabeus 12/04/02 16:58:15
2
3 Added: libreoffice-3.5.2-icu-49.patch
4 Log:
5 Add patch for icu49. Thanks to Arfrever for it. Fixes bug#410307.
6
7 (Portage version: 2.2.0_alpha98/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-office/libreoffice/files/libreoffice-3.5.2-icu-49.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/files/libreoffice-3.5.2-icu-49.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/files/libreoffice-3.5.2-icu-49.patch?rev=1.1&content-type=text/plain
14
15 Index: libreoffice-3.5.2-icu-49.patch
16 ===================================================================
17 From 0c08a84c04b166ab6479716e2c33cd444d7e3dbe Mon Sep 17 00:00:00 2001
18 From: Arfrever Frehtes Taifersar Arahesis <Arfrever@××××××.Org>
19 Date: Mon, 2 Apr 2012 18:46:32 +0200
20 Subject: [PATCH] Make ICU build with icu-49 by removing no-longer used variables.
21
22 Signed-off-by: Tomas Chvatal <tchvatal@××××.cz>
23 ---
24 i18npool/source/breakiterator/data/char.txt | 1 -
25 i18npool/source/breakiterator/data/char_in.txt | 3 ---
26 2 files changed, 0 insertions(+), 4 deletions(-)
27
28 diff --git a/i18npool/source/breakiterator/data/char.txt b/i18npool/source/breakiterator/data/char.txt
29 index 8e49a56..acb932e 100644
30 --- a/i18npool/source/breakiterator/data/char.txt
31 +++ b/i18npool/source/breakiterator/data/char.txt
32 @@ -16,7 +16,6 @@
33 $CR = [\p{Grapheme_Cluster_Break = CR}];
34 $LF = [\p{Grapheme_Cluster_Break = LF}];
35 $Control = [\p{Grapheme_Cluster_Break = Control}];
36 -$Prepend = [\p{Grapheme_Cluster_Break = Prepend}];
37 $Extend = [\p{Grapheme_Cluster_Break = Extend}];
38 $SpacingMark = [\p{Grapheme_Cluster_Break = SpacingMark}];
39 # True Indic wants to move by syllables. Break up SpacingMark. This based on Unicode 6.0 data
40 diff --git a/i18npool/source/breakiterator/data/char_in.txt b/i18npool/source/breakiterator/data/char_in.txt
41 index 5e1ed67..5ad12a7 100644
42 --- a/i18npool/source/breakiterator/data/char_in.txt
43 +++ b/i18npool/source/breakiterator/data/char_in.txt
44 @@ -15,7 +15,6 @@
45 $CR = [\p{Grapheme_Cluster_Break = CR}];
46 $LF = [\p{Grapheme_Cluster_Break = LF}];
47 $Control = [\p{Grapheme_Cluster_Break = Control}];
48 -$Prepend = [\p{Grapheme_Cluster_Break = Prepend}];
49 $Extend = [\p{Grapheme_Cluster_Break = Extend}];
50 $SpacingMark = [\p{Grapheme_Cluster_Break = SpacingMark}];
51 $BengaliLetter = [\u0985-\u09B9 \u09CE \u09DC-\u09E1 \u09F0-\u09F1];
52 @@ -72,7 +71,6 @@ $L ($L | $V | $LV | $LVT);
53 [^$Control $CR $LF] $Extend;
54
55 [^$Control $CR $LF] $SpacingMark;
56 -$Prepend [^$Control $CR $LF];
57
58
59 ## -------------------------------------------------
60 @@ -94,7 +92,6 @@ $T ($LVT | $T);
61
62 $Extend [^$Control $CR $LF];
63 $SpacingMark [^$Control $CR $LF];
64 -[^$Control $CR $LF] $Prepend;
65
66
67 ## -------------------------------------------------
68 --
69 1.7.3.4