diff --git a/deskutils/gucharmap/files/patch-gucharmap_gen-guch-unicode-tables.pl b/deskutils/gucharmap/files/patch-gucharmap_gen-guch-unicode-tables.pl new file mode 100644 index 000000000000..104c3ee7eb79 --- /dev/null +++ b/deskutils/gucharmap/files/patch-gucharmap_gen-guch-unicode-tables.pl @@ -0,0 +1,10 @@ +--- gucharmap/gen-guch-unicode-tables.pl.orig 2017-05-09 22:11:10 UTC ++++ gucharmap/gen-guch-unicode-tables.pl +@@ -999,6 +999,7 @@ sub process_versions_txt + { + next; + } ++ next if $raw_version > $v; + + my $version = $raw_version; + $version =~ tr/_/ /;