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:		Tue Jan 22 12:55:01 2019 +0100
Changeset:	6e431b43d9186e3ee26ff5ccb34103c76d1e7f06

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=6e431b43d9186e3ee26ff5ccb34103c76d1e7f06

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

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

diffs:
diff --git a/doxygen/TODO b/doxygen/TODO
index df850abb00..5d1452dd7d 100644
--- a/doxygen/TODO
+++ b/doxygen/TODO
@@ -5,10 +5,12 @@
     => Set new one
 [X] LaTeX option is disabled because it was broken in the past
     => Added new dependencies:
+       - print/tex-adjustbox
        - print/tex-appendix
        - devel/tex-etoolbox
        - print/tex-import
        - print/tex-hanging
+       - print/tex-pgf
        - print/tex-tabu
        - print/tex-ulem
     => Created packages for missing dependencies:
diff --git a/doxygen/options.mk b/doxygen/options.mk
index 1d80d363b3..6f58cab9eb 100644
--- a/doxygen/options.mk
+++ b/doxygen/options.mk
@@ -30,6 +30,7 @@ DEPENDS+=	tex-rsfs-[0-9]*:../../fonts/tex-rsfs
 #
 # Styles used by Doxygen output.
 #
+DEPENDS+=	tex-adjustbox-[0-9]*:../../print/tex-adjustbox
 DEPENDS+=	tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts
 DEPENDS+=	tex-appendix-[0-9]*:../../print/tex-appendix
 DEPENDS+=	tex-colortbl-[0-9]*:../../print/tex-colortbl
@@ -49,6 +50,7 @@ DEPENDS+=	tex-multirow-[0-9]*:../../print/tex-multirow
 DEPENDS+=	tex-newunicodechar-[0-9]*:../../wip/tex-newunicodechar
 DEPENDS+=	tex-natbib-[0-9]*:../../print/tex-natbib
 DEPENDS+=	tex-oberdiek-[0-9]*:../../print/tex-oberdiek
+DEPENDS+=	tex-pgf-[0-9]*:../../print/tex-pgf
 DEPENDS+=	tex-psnfss>=9.2anb2:../../fonts/tex-psnfss
 DEPENDS+=	tex-pspicture-[0-9]*:../../print/tex-pspicture
 DEPENDS+=	tex-sectsty-[0-9]*:../../print/tex-sectsty


Home | Main Index | Thread Index | Old Index