diff options
author | Igor Malyshev <bsd@itglob.ru> | 2025-02-18 15:56:06 +0100 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2025-02-21 00:27:22 +0100 |
commit | b806801c986260d1ce994fca5ed8944b572d08dc (patch) | |
tree | 8daad8f02fead8bb52197359d092f95bc431714e /databases/evolution-data-server/files/patch-icu61 | |
parent | net-im/tuba: New port: Browse the Fediverse (diff) |
databases/evolution-data-server: update to 3.52.3
This update unbreaks viewing emails.
PR: 284752
Reported by: fuz
Approved by: gnome (fluffy)
Diffstat (limited to 'databases/evolution-data-server/files/patch-icu61')
-rw-r--r-- | databases/evolution-data-server/files/patch-icu61 | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/databases/evolution-data-server/files/patch-icu61 b/databases/evolution-data-server/files/patch-icu61 deleted file mode 100644 index e201fce291e3..000000000000 --- a/databases/evolution-data-server/files/patch-icu61 +++ /dev/null @@ -1,31 +0,0 @@ ---- src/libedataserver/e-alphabet-index-private.cpp.orig 2021-10-29 07:18:27 UTC -+++ src/libedataserver/e-alphabet-index-private.cpp -@@ -77,7 +77,7 @@ _e_alphabet_index_cxx_get_index (EAlphabetIndex *alph - const gchar *word) - { - UErrorCode status = U_ZERO_ERROR; -- UnicodeString string; -+ icu::UnicodeString string; - gint index; - - g_return_val_if_fail (alphabet_index != NULL, -1); -@@ -130,7 +130,7 @@ _e_alphabet_index_cxx_get_labels (EAlphabetIndex *alp - - for (i = 0; alphabet_index->priv->nextBucket (status); i++) { - UAlphabeticIndexLabelType label_type; -- UnicodeString ustring; -+ icu::UnicodeString ustring; - std::string string; - - label_type = alphabet_index->priv->getBucketLabelType (); ---- src/libedataserver/e-transliterator-private.cpp.orig 2021-10-29 07:18:27 UTC -+++ src/libedataserver/e-transliterator-private.cpp -@@ -75,7 +75,7 @@ gchar * - _e_transliterator_cxx_transliterate (ETransliterator *transliterator, - const gchar *str) - { -- UnicodeString transform; -+ icu::UnicodeString transform; - std::string sourceUTF8; - std::string targetUTF8; - |