Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1002ff022eb5cc8887a087c5d4cca9037e6663fe

commit 1002ff022eb5cc8887a087c5d4cca9037e6663fe
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date:   Sun May 4 02:17:04 2008 +0200

asciidoc-8.2.6-4-i686
- updated fop-0.9x.diff to handle accents correctly

diff --git a/source/apps-extra/asciidoc/FrugalBuild 
b/source/apps-extra/asciidoc/FrugalBuild
index 11effc0..ae5b7c6 100644
--- a/source/apps-extra/asciidoc/FrugalBuild
+++ b/source/apps-extra/asciidoc/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=asciidoc
pkgver=8.2.6
-pkgrel=3
+pkgrel=4
pkgdesc="AsciiDoc is a text document format for writing short documents, 
articles, books and UNIX man pages."
url="http://www.methods.co.nz/asciidoc/index.html";
depends=()
@@ -16,7 +16,7 @@ 
source=(http://www.methods.co.nz/asciidoc/asciidoc-$pkgver.tar.gz \
fop-0.9x.diff)
sha1sums=('cce98ed670c462a3a007b03b6f92d2108c5bc405' \
'717779406f876f439ac37c79878f403ecdef3467' \
-          'c79b780f8b5aec17184a8339fe8d05bf16c1014c')
+          '23d7944cb69af3e658733fadb790c46502dd6ecb')

build() {
Fpatchall
diff --git a/source/apps-extra/asciidoc/fop-0.9x.diff 
b/source/apps-extra/asciidoc/fop-0.9x.diff
index 7262d4a..b35d4fe 100644
--- a/source/apps-extra/asciidoc/fop-0.9x.diff
+++ b/source/apps-extra/asciidoc/fop-0.9x.diff
@@ -18,10 +18,10 @@ diff -Naur asciidoc-8.2.6.orig/a2x asciidoc-8.2.6/a2x
pdf="$DESTINATION_DIR/$SRC_NAME.pdf"
to_docbook
-    execute_command_2 "xsltproc $XSLTPROC_OPTS --nonet \
-+    execute_command_2 "xsltproc $XSLTPROC_OPTS --nonet --stringparam 
draft.mode no \
++    execute_command_2 "xsltproc $XSLTPROC_OPTS --nonet --stringparam 
draft.mode no --stringparam sans.font.family DejaVuSans --stringparam 
title.font.family DejaVuSans --stringparam body.font.family DejaVuSerif 
--stringparam dingbat.font.family DejaVuSerif --stringparam 
monospace.font.family DejaVuSansMono \
\"$xsl\" \"$xml\" >\"$fo\""
-    execute_command_2 "fop.sh \"$fo\" \"$pdf\""
-+    execute_command_2 "fop \"$fo\" \"$pdf\""
++    execute_command_2 "fop -c /usr/share/fop/dejavu-ttf.xml -fo \"$fo\" -pdf 
\"$pdf\""
}

function to_odt()
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to