Accepting request 442823 from devel:tools

- Fix: Add missing jquery.js, dynsections.js & optional
 svgpan.js to QCH file [bsc#1011331]
 + doxygen-fix-QCH-files.patch

OBS-URL: https://build.opensuse.org/request/show/442823
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=66
This commit is contained in:
Dominique Leuenberger 2016-12-03 17:25:23 +00:00 committed by Git OBS Bridge
commit a9ed649ad0
3 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,28 @@
From bf9415698e53d79b4b94bdf64a52be4347eb3150 Mon Sep 17 00:00:00 2001
From: "Friedrich W. H. Kossebau" <kossebau@kde.org>
Date: Sun, 30 Oct 2016 11:15:14 +0100
Subject: [PATCH] Fix: Add missing jquery.js, dynsections.js & optional
svgpan.js to QCH file
---
src/htmlgen.cpp | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/src/htmlgen.cpp b/src/htmlgen.cpp
index 5b4519b..0ca7182 100644
--- a/src/htmlgen.cpp
+++ b/src/htmlgen.cpp
@@ -1026,6 +1026,13 @@ void HtmlGenerator::writeStyleInfo(int part)
}
}
}
+
+ Doxygen::indexList->addStyleSheetFile("jquery.js");
+ Doxygen::indexList->addStyleSheetFile("dynsections.js");
+ if (Config_getBool(INTERACTIVE_SVG))
+ {
+ Doxygen::indexList->addStyleSheetFile("svgpan.js");
+ }
}
}

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Nov 30 11:32:31 UTC 2016 - pgajdos@suse.com
- Fix: Add missing jquery.js, dynsections.js & optional
svgpan.js to QCH file [bsc#1011331]
+ doxygen-fix-QCH-files.patch
-------------------------------------------------------------------
Tue Sep 6 17:31:33 UTC 2016 - foss@grueninger.de

View File

@ -32,6 +32,8 @@ Patch1: %{name}-no-lowercase-man-names.patch
Patch3: vhdlparser-no-return.patch
# suse specific, for ppc64le ppc64, workaround for bnc#921577
Patch4: doxygen-dot-one-thread.patch
# is upstreamed, bnc#1011331
Patch5: doxygen-fix-QCH-files.patch
BuildRequires: bison
BuildRequires: cmake >= 2.8.12
BuildRequires: flex
@ -56,6 +58,7 @@ as well.
%ifarch ppc64le ppc64
%patch4 -p1
%endif
%patch5 -p1
%build
export CFLAGS="%{optflags} -fPIC"