summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/fontutils.scm6
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 57f91e5f7af..cf43ec25e59 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -2211,6 +2211,7 @@ work well with other GTK desktop environments.")
2211 ("freetype" ,freetype) 2211 ("freetype" ,freetype)
2212 ("glib" ,glib) 2212 ("glib" ,glib)
2213 ("pango" ,pango) 2213 ("pango" ,pango)
2214 ("perl" ,perl) ;needed for pdfoutline
2214 ("perl-pdf-api2" ,perl-pdf-api2) 2215 ("perl-pdf-api2" ,perl-pdf-api2)
2215 ("perl-libintl-perl" ,perl-libintl-perl) 2216 ("perl-libintl-perl" ,perl-libintl-perl)
2216 ("unicode-blocks" 2217 ("unicode-blocks"
@@ -2227,7 +2228,10 @@ work well with other GTK desktop environments.")
2227 (synopsis "PDF and PostScript font samples generator") 2228 (synopsis "PDF and PostScript font samples generator")
2228 (description "This package provides a tool that can be used to make font 2229 (description "This package provides a tool that can be used to make font
2229samples that show coverage of the font and are similar in appearance to 2230samples that show coverage of the font and are similar in appearance to
2230Unicode Charts. It was developed for use with DejaVu Fonts project.") 2231Unicode Charts. It was developed for use with DejaVu Fonts project.
2232
2233This package also includes the @command{pdfoutline} script, which can be used
2234to modify outlines (machine-readable tables of contents) in PDF files.")
2231 (license license:gpl3+))) 2235 (license license:gpl3+)))
2232 2236
2233(define-public libraqm 2237(define-public libraqm