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

commit 09540b5ab3d3f0dda39e2da7873a47244dd954b8
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Thu Apr 9 12:31:33 2009 +0200

asciidoc-8.4.2-2-i686

- backport patch from hg to fix a bug triggered by our documentation
build as well

diff --git a/source/apps-extra/asciidoc/1dfa7028bbb3.patch 
b/source/apps-extra/asciidoc/1dfa7028bbb3.patch
new file mode 100644
index 0000000..383333e
--- /dev/null
+++ b/source/apps-extra/asciidoc/1dfa7028bbb3.patch
@@ -0,0 +1,22 @@
+
+# HG changeset patch
+# User Stuart Rackham <srack...@methods.co.nz>
+# Date 1238715506 -46800
+# Node ID 1dfa7028bbb3378f69135514c25198ef2e528ac8
+# Parent ac2c424789ffa673b8345ca1f7dd144a378aae06
+FIXED: Conf file missing sections bug: 
http://groups.google.com/group/asciidoc/browse_thread/thread/fd27add515597c06
+
+--- a/asciidoc.py      Mon Mar 30 18:37:04 2009 +1300
++++ b/asciidoc.py      Fri Apr 03 12:38:26 2009 +1300
+@@ -3845,9 +3845,9 @@
+             else:
+                 sections[section] = contents
+         rdr.close()
+-        document.update_attributes() # So they are available immediately.
+         self.load_sections(sections)
+         self.loaded.append(os.path.realpath(fname))
++        document.update_attributes() # So they are available immediately.
+
+     def load_sections(self,sections):
+         '''Loads sections dictionary. Each dictionary entry contains a
+
diff --git a/source/apps-extra/asciidoc/FrugalBuild 
b/source/apps-extra/asciidoc/FrugalBuild
index 3c2e85a..6fb7d06 100644
--- a/source/apps-extra/asciidoc/FrugalBuild
+++ b/source/apps-extra/asciidoc/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=asciidoc
pkgver=8.4.2
-pkgrel=1
+pkgrel=2
pkgdesc="AsciiDoc is a text document format for writing short documents, 
articles, books and UNIX man pages."
url="http://www.methods.co.nz/asciidoc/";
depends=()
@@ -13,13 +13,15 @@ archs=('i686' 'x86_64' 'ppc')
up2date="Flasttar $url/downloads.html"
source=($url/asciidoc-$pkgver.tar.gz \
http://ftp.frugalware.org/pub/other/sources/asciidoc/asciidoc-fonts-0.1.tar.bz2 
\
-       README.Frugalware)
+       README.Frugalware 1dfa7028bbb3.patch)
sha1sums=('37530a26705124d6c3ad2f2f288f3e5b11b2349b' \
'717779406f876f439ac37c79878f403ecdef3467' \
-          '31d7a38de67fd8d2492b8a07d64721491b69d1ea')
+          '31d7a38de67fd8d2492b8a07d64721491b69d1ea' \
+          '99aedf7c25dbe73de2f535ce633e5844ba91b3bc')
Finclude python

build() {
+       Fpatchall
# enable offline build
Fsed 'http://www.oasis-open.org/docbook/xml/' 
'file:///usr/share/sgml/docbook/dtd/xml-dtd-' docbook.conf
Fmake
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to