From 7b636d44b26ba289f6fc139f1c04a16025bdc722 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 24 Aug 2022 22:16:30 +0300 Subject: [PATCH 7/7] sdl/2 theme: Install fonts See osdn #45433 Signed-off-by: Marko Lindqvist --- data/themes/gui-sdl/human/Makefile.am | 6 ++++++ data/themes/gui-sdl2/human/Makefile.am | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/data/themes/gui-sdl/human/Makefile.am b/data/themes/gui-sdl/human/Makefile.am index d6b3d10796..76fed37d01 100644 --- a/data/themes/gui-sdl/human/Makefile.am +++ b/data/themes/gui-sdl/human/Makefile.am @@ -6,6 +6,12 @@ pkgdatadir = $(datadir)/$(PACKAGE)/themes/gui-sdl/human pkgdata_DATA = \ COPYING.DejaVu \ DejaVuSans.ttf \ + COPYING.fireflysung \ + fireflysung.ttf \ + COPYING.sazanami \ + sazanami-gothic.ttf \ + COPYING.UnDotum \ + UnDotum.ttf \ backgrounds.themespec \ bg.png \ bg2.png \ diff --git a/data/themes/gui-sdl2/human/Makefile.am b/data/themes/gui-sdl2/human/Makefile.am index 8e9357a229..34ca906ff3 100644 --- a/data/themes/gui-sdl2/human/Makefile.am +++ b/data/themes/gui-sdl2/human/Makefile.am @@ -6,6 +6,12 @@ pkgdatadir = $(datadir)/$(PACKAGE)/themes/gui-sdl2/human pkgdata_DATA = \ COPYING.DejaVu \ DejaVuSans.ttf \ + COPYING.fireflysung \ + fireflysung.ttf \ + COPYING.sazanami \ + sazanami-gothic.ttf \ + COPYING.UnDotum \ + UnDotum.ttf \ backgrounds.themespec \ bg.png \ bg2.png \ -- 2.35.1