From 262ec97ebefd2b575252df7e5b3193cbfc2cef87 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Thu, 28 Feb 2013 17:48:01 +0100 Subject: [PATCH] disable dot to reduce doc size --- kdelibs-4.9.3-dot.patch | 12 ++++++++++++ kdelibs.spec | 5 +++++ 2 files changed, 17 insertions(+) create mode 100644 kdelibs-4.9.3-dot.patch diff --git a/kdelibs-4.9.3-dot.patch b/kdelibs-4.9.3-dot.patch new file mode 100644 index 0000000..2bca78d --- /dev/null +++ b/kdelibs-4.9.3-dot.patch @@ -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 diff --git a/kdelibs.spec b/kdelibs.spec index 110f946..3402a1e 100644 --- a/kdelibs.spec +++ b/kdelibs.spec @@ -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 6:4.10.0-3 - complete kdelibs-udisks2_2_stage.patch