pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

doxygen: Add more missing dependencies



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Mon Jan 21 13:32:22 2019 +0100
Changeset:	4a335518e27aaf7a68321b0caa35853e481f5ca8

Modified Files:
	doxygen/TODO
	doxygen/options.mk

Log Message:
doxygen: Add more missing dependencies

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4a335518e27aaf7a68321b0caa35853e481f5ca8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 doxygen/TODO       | 3 +++
 doxygen/options.mk | 3 +++
 2 files changed, 6 insertions(+)

diffs:
diff --git a/doxygen/TODO b/doxygen/TODO
index da02e80369..0eae767484 100644
--- a/doxygen/TODO
+++ b/doxygen/TODO
@@ -5,9 +5,12 @@
     => Set new one
 [X] LaTeX option is disabled because it was broken in the past
     => Added new dependencies:
+       - print/tex-appendix
+       - devel/tex-etoolbox
        - print/tex-import
        - print/tex-hanging
        - print/tex-tabu
+       - print/tex-ulem
     => Created packages for missing dependencies:
        - wip/tex-etoc
        - wip/tex-listofitems
diff --git a/doxygen/options.mk b/doxygen/options.mk
index ad9b69bd5b..1d80d363b3 100644
--- a/doxygen/options.mk
+++ b/doxygen/options.mk
@@ -31,8 +31,10 @@ DEPENDS+=	tex-rsfs-[0-9]*:../../fonts/tex-rsfs
 # Styles used by Doxygen output.
 #
 DEPENDS+=	tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts
+DEPENDS+=	tex-appendix-[0-9]*:../../print/tex-appendix
 DEPENDS+=	tex-colortbl-[0-9]*:../../print/tex-colortbl
 DEPENDS+=	tex-etoc-[0-9]*:../../wip/tex-etoc
+DEPENDS+=	tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
 DEPENDS+=	tex-fancyhdr-[0-9]*:../../print/tex-fancyhdr
 DEPENDS+=	tex-float-[0-9]*:../../print/tex-float
 DEPENDS+=	tex-geometry-[0-9]*:../../print/tex-geometry
@@ -54,6 +56,7 @@ DEPENDS+=	tex-stackengine-[0-9]*:../../wip/tex-stackengine
 DEPENDS+=	tex-tabu-[0-9]*:../../print/tex-tabu
 DEPENDS+=	tex-tocloft-[0-9]*:../../print/tex-tocloft
 DEPENDS+=	tex-tools-[0-9]*:../../print/tex-tools
+DEPENDS+=	tex-ulem-[0-9]*:../../print/tex-ulem
 DEPENDS+=	tex-wasysym-[0-9]*:../../fonts/tex-wasysym
 DEPENDS+=	tex-xcolor-[0-9]*:../../print/tex-xcolor
 DEPENDS+=	tex-xtab-[0-9]*:../../print/tex-xtab


Home | Main Index | Thread Index | Old Index