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

Bug#954132: wine build depends on unicode-data (< 13) but 13.0.0-2 is to be installed



Hi

Looking at the upstream commit from the 5.5 branch [1], the following
seems to be the only part relevant to the 5.0 branch:

--- a/tools/make_unicode
+++ b/tools/make_unicode
@@ -193,7 +193,8 @@
     "Top_And_Bottom_And_Right"  => 0x0c,
     "Overstruck"  => 0x0d,
     "Invisible"  => 0x0e,
-    "Bottom_And_Left"  => 0x0f
+    "Bottom_And_Left"  => 0x0f,
+    "Top_And_Bottom_And_Left"  => 0x10,
 );

 my %nameprep_flags =

and with this change I could build wine 5.0-3 with unicode-data 13.0.0-2.

Regards
Graham


[1] https://salsa.debian.org/wine-team/wine/-/commit/b83af7c763b40280650990d4ca6385ad35143b00


Reply to: