From: Roland Rosenfeld <roland@debian.org>
Date: Sat, 21 Dec 2024 14:48:25 +0100
Forwarded: not-needed
Subject: Use fonts from fonts-urw-base35 and fonts-lohit-deva instead
 of bundled fonts

--- a/t/10_basic.t
+++ b/t/10_basic.t
@@ -11,7 +11,7 @@ BEGIN { use_ok('HarfBuzz::Shaper') };
 
 my $hb = HarfBuzz::Shaper->new;
 
-$hb->set_font('NimbusRoman-Regular.otf');
+$hb->set_font('/usr/share/fonts/opentype/urw-base35/NimbusRoman-Regular.otf');
 $hb->set_size(36);
 $hb->set_text("Hell€!");
 my $info = $hb->shaper;
--- a/t/20_shaper.t
+++ b/t/20_shaper.t
@@ -12,7 +12,7 @@ BEGIN { use_ok('HarfBuzz::Shaper') };
 
 my $hb = HarfBuzz::Shaper->new;
 
-$hb->set_font('Lohit-Devanagari.ttf');
+$hb->set_font('/usr/share/fonts/truetype/lohit-devanagari/Lohit-Devanagari.ttf');
 $hb->set_size(36);
 $hb->set_text(
   "\N{DEVANAGARI LETTER TA}".
--- a/t/30_kern.t
+++ b/t/30_kern.t
@@ -11,7 +11,7 @@ BEGIN { use_ok('HarfBuzz::Shaper') };
 
 my $hb = HarfBuzz::Shaper->new;
 
-$hb->set_font('NimbusRoman-Regular.otf');
+$hb->set_font('/usr/share/fonts/opentype/urw-base35/NimbusRoman-Regular.otf');
 $hb->set_size(36);
 $hb->set_text("LVAT");
 my $info = $hb->shaper;
--- a/t/31_extents.t
+++ b/t/31_extents.t
@@ -11,7 +11,7 @@ BEGIN { use_ok('HarfBuzz::Shaper') };
 
 my $hb = HarfBuzz::Shaper->new;
 
-$hb->set_font('NimbusRoman-Regular.otf');
+$hb->set_font('/usr/share/fonts/opentype/urw-base35/NimbusRoman-Regular.otf');
 $hb->set_size(36);
 $hb->set_text("fiets");
 
