forked from pool/doxygen
- 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/package/show/devel:tools/doxygen?expand=0&rev=110
This commit is contained in:
parent
0cc3ec644c
commit
48bea02f4c
28
doxygen-fix-QCH-files.patch
Normal file
28
doxygen-fix-QCH-files.patch
Normal 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");
|
||||
+ }
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user