Based on https://bitbucket.org/ustsv/testpkg_msys2/src/master/mingw-w64-wxpython-phoenix-git/PKGBUILD Exclude numpy dependency on *-clang-* because it has not been built for lack of a fortran compiler.
54 lines
4.0 KiB
Diff
54 lines
4.0 KiB
Diff
diff --git "a/docs/doxygen/Doxyfile" "b/docs/doxygen/Doxyfile"
|
|
index 030a80bc3c..fec52a0af0 100644
|
|
--- "a/ext/wxWidgets/docs/doxygen/Doxyfile"
|
|
+++ "b/ext/wxWidgets/docs/doxygen/Doxyfile"
|
|
@@ -29,7 +29,6 @@ MULTILINE_CPP_IS_BRIEF = NO
|
|
INHERIT_DOCS = YES
|
|
SEPARATE_MEMBER_PAGES = NO
|
|
TAB_SIZE = 4
|
|
-TCL_SUBST =
|
|
OPTIMIZE_OUTPUT_FOR_C = NO
|
|
OPTIMIZE_OUTPUT_JAVA = NO
|
|
OPTIMIZE_FOR_FORTRAN = NO
|
|
@@ -92,12 +91,12 @@ ALIASES += endFlagTable="</div>\n"
|
|
# creates appearance section: this should be used for all main GUI controls
|
|
# that look different in different ports. genericAppearance can be used for the
|
|
# controls that always look the same.
|
|
-ALIASES += appearance{1}="\htmlonly<div class="appearance"><span class='appearance'>Appearance:</span><table><tr><td>\endhtmlonly\n\image html appear-\1-msw.png \"wxMSW Appearance\"\n\htmlonly</td><td>\endhtmlonly\n\image html appear-\1-gtk.png \"wxGTK Appearance\"\n\htmlonly</td><td>\endhtmlonly\n\image html appear-\1-mac.png \"wxOSX Appearance\"\n\htmlonly</td></tr></table></div>\endhtmlonly"
|
|
-ALIASES += genericAppearance{1}="\htmlonly<div class="appearance"><span class='appearance'>Appearance:</span><table class='appearance'><tr><td>\endhtmlonly\n\image html generic/\1.png \"Generic Appearance\"\n\htmlonly</td></tr></table></div>\endhtmlonly"
|
|
+ALIASES += appearance{1}="\htmlonly<div class=\"appearance\"><span class='appearance'>Appearance:</span><table><tr><td>\endhtmlonly\n\image html appear-\1-msw.png \"wxMSW Appearance\"\n\htmlonly</td><td>\endhtmlonly\n\image html appear-\1-gtk.png \"wxGTK Appearance\"\n\htmlonly</td><td>\endhtmlonly\n\image html appear-\1-mac.png \"wxOSX Appearance\"\n\htmlonly</td></tr></table></div>\endhtmlonly"
|
|
+ALIASES += genericAppearance{1}="\htmlonly<div class=\"appearance\"><span class='appearance'>Appearance:</span><table class='appearance'><tr><td>\endhtmlonly\n\image html generic/\1.png \"Generic Appearance\"\n\htmlonly</td></tr></table></div>\endhtmlonly"
|
|
|
|
# these compact versions are only used on the screenshots page
|
|
-ALIASES += appearance_brief{2}="\htmlonly<div class="appearance_brief"><table><tr><td>\endhtmlonly\n\1\htmlonly</td><td>\endhtmlonly\n\image html appear-\2-msw.png\n\htmlonly</td><td>\endhtmlonly\n\image html appear-\2-gtk.png\n\htmlonly</td><td>\endhtmlonly\n\image html appear-\2-mac.png\n\htmlonly</td></tr></table></div>\endhtmlonly"
|
|
-ALIASES += genericAppearance_brief{2}="\htmlonly<div class="appearance_brief"><table><tr><td>\endhtmlonly\n\1\htmlonly</td><td>\endhtmlonly\n\image html generic/\2.png\n\htmlonly</td></tr></table></div>\endhtmlonly"
|
|
+ALIASES += appearance_brief{2}="\htmlonly<div class=\"appearance_brief\"><table><tr><td>\endhtmlonly\n\1\htmlonly</td><td>\endhtmlonly\n\image html appear-\2-msw.png\n\htmlonly</td><td>\endhtmlonly\n\image html appear-\2-gtk.png\n\htmlonly</td><td>\endhtmlonly\n\image html appear-\2-mac.png\n\htmlonly</td></tr></table></div>\endhtmlonly"
|
|
+ALIASES += genericAppearance_brief{2}="\htmlonly<div class=\"appearance_brief\"><table><tr><td>\endhtmlonly\n\1\htmlonly</td><td>\endhtmlonly\n\image html generic/\2.png\n\htmlonly</td></tr></table></div>\endhtmlonly"
|
|
|
|
# aliases for the creation of "named member groups"
|
|
# USAGE: the first argument must not contain spaces and be a unique identifier
|
|
@@ -338,7 +337,6 @@ VERBATIM_HEADERS = NO # Default: YES
|
|
#---------------------------------------------------------------------------
|
|
|
|
ALPHABETICAL_INDEX = YES
|
|
-COLS_IN_ALPHA_INDEX = 5
|
|
IGNORE_PREFIX = wx
|
|
|
|
|
|
@@ -539,15 +537,12 @@ GENERATE_TAGFILE = $(GENERATE_TAGFILE)
|
|
ALLEXTERNALS = NO
|
|
EXTERNAL_GROUPS = YES
|
|
EXTERNAL_PAGES = YES
|
|
-PERL_PATH = /usr/bin/perl
|
|
-
|
|
|
|
#---------------------------------------------------------------------------
|
|
# dot Tool Options
|
|
#---------------------------------------------------------------------------
|
|
|
|
CLASS_DIAGRAMS = YES
|
|
-MSCGEN_PATH =
|
|
DIA_PATH =
|
|
HIDE_UNDOC_RELATIONS = YES
|
|
HAVE_DOT = YES # Default: NO
|