Compare commits

..

No commits in common. "6a809bf4ce667ead48afd5986532a70622b7fb5d" and "da6168bf24c46980fbc8968a721e7f3fe07fe387" have entirely different histories.

4 changed files with 3 additions and 13 deletions

View File

@ -21,7 +21,6 @@ my $build = Module::Build->new(
'DBIx::Class' => 0,
'Pango' => 0,
'Crypt::URandom' => 0,
'Mojolicious' => 0,
},
extra_linker_flags => ['-lfontconfig', '-lfreetype'],
test_requires => {

2
deps
View File

@ -1 +1 @@
DBI DBD::SQLite Cairo::GObject Glib::IO Glib::Object::Introspection JSON Moo YAML::PP Path::Tiny DBIx::Class Pango Crypt::URandom Mojolicious
DBI DBD::SQLite Cairo::GObject Glib::IO Glib::Object::Introspection JSON Moo YAML::PP Path::Tiny DBIx::Class Pango Crypt::URandom

View File

@ -80,11 +80,7 @@ sub _migrate_kanji($self) {
Glib::Timeout->add(
1_000,
sub {
$read->blocking(0);
$n_characters = <$read>;
if (!defined $n_characters) {
return 1;
}
chomp $n_characters;
say 'Copying ' . $n_characters . ' kanji';
Glib::Timeout->add(

View File

@ -32,11 +32,6 @@
<developer_name>sergiotarxz</developer_name>
<releases>
<release version="v1.01" date="2024-12-02">
<description>
<p>Bugfix, avoiding blocking the program for a small time while waiting for the number of kanji characters to populate.</p>
</description>
</release>
<release version="v1.00" date="2024-11-27">
<description>
<p>Adding BETA Kanji support.</p>