summaryrefslogtreecommitdiffstats
path: root/redhat/applications/kmymoney/kmymoney-3.5.13-recode_ftbfs.patch
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-30 11:31:35 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-30 11:31:35 -0600
commita46db2a2d768b06acb462858c8925c411f8616ee (patch)
treea23959ecbf1802c15c204257f17f855c27b9f232 /redhat/applications/kmymoney/kmymoney-3.5.13-recode_ftbfs.patch
parent68d88671e2193517a9087ffdf326b81068dfee6a (diff)
parent184f44c7e7a1039bb209e3c6a5abd079bcae8e98 (diff)
downloadtde-packaging-a46db2a2d768b06acb462858c8925c411f8616ee.tar.gz
tde-packaging-a46db2a2d768b06acb462858c8925c411f8616ee.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'redhat/applications/kmymoney/kmymoney-3.5.13-recode_ftbfs.patch')
-rw-r--r--redhat/applications/kmymoney/kmymoney-3.5.13-recode_ftbfs.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/redhat/applications/kmymoney/kmymoney-3.5.13-recode_ftbfs.patch b/redhat/applications/kmymoney/kmymoney-3.5.13-recode_ftbfs.patch
new file mode 100644
index 000000000..522329f19
--- /dev/null
+++ b/redhat/applications/kmymoney/kmymoney-3.5.13-recode_ftbfs.patch
@@ -0,0 +1,22 @@
+--- kmymoney/doc/en/Makefile.am.ORI 2011-11-26 17:57:22.473298551 +0100
++++ kmymoney/doc/en/Makefile.am 2011-11-26 17:58:18.611423284 +0100
+@@ -111,7 +111,7 @@
+ kmymoney-user.pdf: $(DOCBOOK_FILES) $(SCREENSHOT_FILES)
+ $(MAKE) get-files
+ $(MEINPROC) --check --stylesheet `dirname $(KDE_XSL_STYLESHEET)`/kde-nochunk.xsl $(srcdir)/index.docbook -o index.html;
+- recode utf8..latin1 index.html
++ recode utf8..latin1 index.html || :
+ html2ps -o kmymoney-user.ps -n index.html
+ ps2pdf kmymoney-user.ps kmymoney-user.pdf
+ rm index.html kmymoney-user.ps
+--- kmymoney/developer-doc/phb/Makefile.am.ORI 2011-11-26 12:00:54.708855347 -0500
++++ kmymoney/developer-doc/phb/Makefile.am 2011-11-26 12:01:01.683692300 -0500
+@@ -106,7 +106,7 @@
+ kmymoney-phb.pdf: $(DOCBOOK_FILES)
+ $(MAKE) get-files
+ $(MEINPROC) --stylesheet `dirname $(KDE_XSL_STYLESHEET)`/kde-nochunk.xsl $(srcdir)/phb.docbook -o index.html
+- recode utf8..latin1 index.html
++ recode utf8..latin1 index.html || :
+ html2ps -o kmymoney-phb.ps -n index.html
+ ps2pdf kmymoney-phb.ps kmymoney-phb.pdf
+ rm index.html kmymoney-phb.ps