Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=dcf88f48c9e93dd0ad56fd38997f7e3ec7e478f5
commit dcf88f48c9e93dd0ad56fd38997f7e3ec7e478f5 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Sun Nov 18 19:22:03 2007 +0100 asciidoc-8.2.5-1-i686 - version bump - prefer dejavu in fo.xsl, the default font does not support most accents diff --git a/source/apps-extra/asciidoc/FrugalBuild b/source/apps-extra/asciidoc/FrugalBuild index 72e8802..150aaca 100644 --- a/source/apps-extra/asciidoc/FrugalBuild +++ b/source/apps-extra/asciidoc/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: voroskoi <[EMAIL PROTECTED]> pkgname=asciidoc -pkgver=8.2.4 +pkgver=8.2.5 pkgrel=1 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" @@ -15,7 +15,7 @@ up2date="lynx -dump http://www.methods.co.nz/asciidoc/downloads.html |Flasttar" source=(http://www.methods.co.nz/asciidoc/asciidoc-$pkgver.tar.gz \ http://ftp.frugalware.org/pub/other/sources/asciidoc/asciidoc-fonts-0.1.tar.bz2 \ a2x-pdf.diff) -sha1sums=('4c403a98528102f65d78ac07deae2c8a4807186c' \ +sha1sums=('792bc45a17a0b54f8744214251fb08989e178d25' \ '717779406f876f439ac37c79878f403ecdef3467' \ 'c235be9105a5cec42d1c19e416b8dc177127017f') @@ -26,7 +26,10 @@ build() { Fsed 'MANDIR=/usr/local/man' "MANDIR=$Fdestdir/$Fprefix/man" install.sh Fsed 'CONFDIR=/etc/asciidoc' "CONFDIR=$Fdestdir/$Fsysconfdir/asciidoc" install.sh Fsed 'VIM_CONFDIR=/etc/vim' "VIM_CONFDIR=$Fdestdir/$Fprefix/share/vim" install.sh + # enable offline build Fsed 'http://www.oasis-open.org/docbook/xml/' 'file:///usr/share/sgml/docbook/dtd/xml-dtd-' docbook.conf + # prefer dejavu in fo, the default font does not support most accents + Fsed 'serif' 'DejaVuSerif' docbook-xsl/fo.xsl sh install.sh # provive the images in jpg format, too. this is necessary as fop can't # use png images without license problems for pdfs _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
