disable dot to reduce doc size

This commit is contained in:
Than Ngo 2013-02-28 17:48:01 +01:00
parent fbfb1d8e39
commit 262ec97ebe
2 changed files with 17 additions and 0 deletions

12
kdelibs-4.9.3-dot.patch Normal file
View File

@ -0,0 +1,12 @@
diff -up kdelibs-4.9.3/doc/common/Doxyfile.global.me kdelibs-4.9.3/doc/common/Doxyfile.global
--- kdelibs-4.9.3/doc/common/Doxyfile.global.me 2012-12-04 16:57:09.239184154 +0100
+++ kdelibs-4.9.3/doc/common/Doxyfile.global 2012-12-04 16:57:13.157191451 +0100
@@ -1392,7 +1392,7 @@ HIDE_UNDOC_RELATIONS = NO
# toolkit from AT&T and Lucent Bell Labs. The other options in this section
# have no effect if this option is set to NO (the default)
-HAVE_DOT = YES
+HAVE_DOT = NO
# By default doxygen will write a font called FreeSans.ttf to the output
# directory and reference it in all dot files that doxygen generates. This

View File

@ -158,6 +158,9 @@ Patch300: kdelibs-4.10.0-webkit.patch
# set abrt default
Patch301: kdelibs-4.x-abrt.patch
# disable dot to reduce doc size
Patch302: kdelibs-4.9.3-dot.patch
# kmailservice/ktelnetservice moved here
Conflicts: kdelibs3 < 3.5.10-42
@ -328,6 +331,7 @@ sed -i -e "s|@@VERSION_RELEASE@@|%{version}-%{release}|" kio/kio/kprotocolmanage
%if 0%{?rhel}
%patch300 -p1 -b .webkit
%patch301 -p1 -b .abrt
%patch302 -p1 -b .dot
%endif
%build
@ -565,6 +569,7 @@ gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null || :
- rhel condition:
adapt webkit patch
abrt by default
disable dot to reduce doc size
* Thu Feb 07 2013 Lukáš Tinkl <ltinkl@redhat.com> 6:4.10.0-3
- complete kdelibs-udisks2_2_stage.patch