[arch-commits] Commit in docbook-xsl/repos/extra-any (6 files)
Date: Wednesday, June 10, 2020 @ 17:19:35 Author: heftig Revision: 388752 archrelease: copy trunk to extra-any Added: docbook-xsl/repos/extra-any/765567_non-recursive_string_subst.patch (from rev 388750, docbook-xsl/trunk/765567_non-recursive_string_subst.patch) docbook-xsl/repos/extra-any/PKGBUILD (from rev 388750, docbook-xsl/trunk/PKGBUILD) docbook-xsl/repos/extra-any/docbook-xsl.install (from rev 388750, docbook-xsl/trunk/docbook-xsl.install) Deleted: docbook-xsl/repos/extra-any/765567_non-recursive_string_subst.patch docbook-xsl/repos/extra-any/PKGBUILD docbook-xsl/repos/extra-any/docbook-xsl.install -+ 765567_non-recursive_string_subst.patch | 64 - PKGBUILD| 108 +++--- docbook-xsl.install | 77 +++-- 3 files changed, 126 insertions(+), 123 deletions(-) Deleted: 765567_non-recursive_string_subst.patch === --- 765567_non-recursive_string_subst.patch 2020-06-10 17:19:34 UTC (rev 388751) +++ 765567_non-recursive_string_subst.patch 2020-06-10 17:19:35 UTC (rev 388752) @@ -1,32 +0,0 @@ -Description: use EXSLT "replace" function when available - A recursive implementation of string.subst is problematic, - long strings with many matches will cause stack overflows. -Author: Peter De Wachter -Bug-Debian: https://bugs.debian.org/750593 - docbook-xsl-1.78.1+dfsg.orig/docbook-xsl/lib/lib.xsl -+++ docbook-xsl-1.78.1+dfsg/docbook-xsl/lib/lib.xsl -@@ -6,7 +6,11 @@ - - This module implements DTD-independent functions - -- -->http://www.w3.org/1999/XSL/Transform"; version="1.0"> -+ --> -+http://www.w3.org/1999/XSL/Transform"; -+xmlns:str="http://exslt.org/strings"; -+exclude-result-prefixes="str" -+version="1.0"> - - - -@@ -52,6 +56,9 @@ - - - -+ -+ -+ - - - - Copied: docbook-xsl/repos/extra-any/765567_non-recursive_string_subst.patch (from rev 388750, docbook-xsl/trunk/765567_non-recursive_string_subst.patch) === --- 765567_non-recursive_string_subst.patch (rev 0) +++ 765567_non-recursive_string_subst.patch 2020-06-10 17:19:35 UTC (rev 388752) @@ -0,0 +1,32 @@ +Description: use EXSLT "replace" function when available + A recursive implementation of string.subst is problematic, + long strings with many matches will cause stack overflows. +Author: Peter De Wachter +Bug-Debian: https://bugs.debian.org/750593 + +--- docbook-xsl-1.78.1+dfsg.orig/docbook-xsl/lib/lib.xsl docbook-xsl-1.78.1+dfsg/docbook-xsl/lib/lib.xsl +@@ -6,7 +6,11 @@ + + This module implements DTD-independent functions + +- -->http://www.w3.org/1999/XSL/Transform"; version="1.0"> ++ --> ++http://www.w3.org/1999/XSL/Transform"; ++xmlns:str="http://exslt.org/strings"; ++exclude-result-prefixes="str" ++version="1.0"> + + + +@@ -52,6 +56,9 @@ + + + ++ ++ ++ + + + + Deleted: PKGBUILD === --- PKGBUILD2020-06-10 17:19:34 UTC (rev 388751) +++ PKGBUILD2020-06-10 17:19:35 UTC (rev 388752) @@ -1,54 +0,0 @@ -# Maintainer: Antonio Rojas -# Contributor: Tom Gundersen -# Contributor: Jan de Groot -# Contributor: Sean Middleditch -# Contributor: Daniel J Griffiths - -pkgname=docbook-xsl -pkgver=1.79.2 -pkgrel=6 -pkgdesc='XML stylesheets for Docbook-xml transformations' -url='https://docbook.org/' -arch=(any) -license=(custom) -install=$pkgname.install -source=(https://github.com/docbook/xslt10-stylesheets/releases/download/release%2F$pkgver/docbook-xsl{,-nons}-$pkgver.tar.gz -765567_non-recursive_string_subst.patch) -sha256sums=('966188d7c05fc76eaca115a55893e643dd01a3486f6368733c9ad974fcee7a26' -'f89425b44e48aad24319a2f0d38e0cb6059fdc7dbaf31787c8346c748175ca8e' -'193ec26dcb37bdf12037ed4ea98d68bd550500c8e96b719685d76d7096c3f9b3') - -prepare() { - cd $pkgname-$pkgver - patch -Np2 -i ../765567_non-recursive_string_subst.patch - - cd ../$pkgname-nons-$pkgver - patch -Np2 -i ../765567_non-recursive_string_subst.patch -} - -package() { - depends=(libxml2 libxslt docbook-xml) - - local pkgroot ns dir - for ns in -nons ''; do -pkgroot="$pkgdir/usr/share/xml/docbook/xsl-stylesheets-$pkgver$ns" -dir=$pkgname$ns-$pkgver - -install -Dt "$pkgroot" -m644 $dir/VERSION{,.xsl} - -( - shopt -s
[arch-commits] Commit in docbook-xsl/repos/extra-any (6 files)
Date: Thursday, November 16, 2017 @ 07:02:12 Author: arojas Revision: 310033 archrelease: copy trunk to extra-any Added: docbook-xsl/repos/extra-any/765567_non-recursive_string_subst.patch (from rev 310032, docbook-xsl/trunk/765567_non-recursive_string_subst.patch) docbook-xsl/repos/extra-any/PKGBUILD (from rev 310032, docbook-xsl/trunk/PKGBUILD) docbook-xsl/repos/extra-any/docbook-xsl.install (from rev 310032, docbook-xsl/trunk/docbook-xsl.install) Deleted: docbook-xsl/repos/extra-any/765567_non-recursive_string_subst.patch docbook-xsl/repos/extra-any/PKGBUILD docbook-xsl/repos/extra-any/docbook-xsl.install -+ 765567_non-recursive_string_subst.patch | 64 +- PKGBUILD| 86 - docbook-xsl.install | 102 +++--- 3 files changed, 126 insertions(+), 126 deletions(-) Deleted: 765567_non-recursive_string_subst.patch === --- 765567_non-recursive_string_subst.patch 2017-11-16 07:01:47 UTC (rev 310032) +++ 765567_non-recursive_string_subst.patch 2017-11-16 07:02:12 UTC (rev 310033) @@ -1,32 +0,0 @@ -Description: use EXSLT "replace" function when available - A recursive implementation of string.subst is problematic, - long strings with many matches will cause stack overflows. -Author: Peter De Wachter -Bug-Debian: https://bugs.debian.org/750593 - docbook-xsl-1.78.1+dfsg.orig/docbook-xsl/lib/lib.xsl -+++ docbook-xsl-1.78.1+dfsg/docbook-xsl/lib/lib.xsl -@@ -6,7 +6,11 @@ - - This module implements DTD-independent functions - -- -->http://www.w3.org/1999/XSL/Transform"; version="1.0"> -+ --> -+http://www.w3.org/1999/XSL/Transform"; -+xmlns:str="http://exslt.org/strings"; -+exclude-result-prefixes="str" -+version="1.0"> - - - -@@ -52,6 +56,9 @@ - - - -+ -+ -+ - - - - Copied: docbook-xsl/repos/extra-any/765567_non-recursive_string_subst.patch (from rev 310032, docbook-xsl/trunk/765567_non-recursive_string_subst.patch) === --- 765567_non-recursive_string_subst.patch (rev 0) +++ 765567_non-recursive_string_subst.patch 2017-11-16 07:02:12 UTC (rev 310033) @@ -0,0 +1,32 @@ +Description: use EXSLT "replace" function when available + A recursive implementation of string.subst is problematic, + long strings with many matches will cause stack overflows. +Author: Peter De Wachter +Bug-Debian: https://bugs.debian.org/750593 + +--- docbook-xsl-1.78.1+dfsg.orig/docbook-xsl/lib/lib.xsl docbook-xsl-1.78.1+dfsg/docbook-xsl/lib/lib.xsl +@@ -6,7 +6,11 @@ + + This module implements DTD-independent functions + +- -->http://www.w3.org/1999/XSL/Transform"; version="1.0"> ++ --> ++http://www.w3.org/1999/XSL/Transform"; ++xmlns:str="http://exslt.org/strings"; ++exclude-result-prefixes="str" ++version="1.0"> + + + +@@ -52,6 +56,9 @@ + + + ++ ++ ++ + + + + Deleted: PKGBUILD === --- PKGBUILD2017-11-16 07:01:47 UTC (rev 310032) +++ PKGBUILD2017-11-16 07:02:12 UTC (rev 310033) @@ -1,43 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas -# Contributor: Tom Gundersen -# Contributor: Jan de Groot -# Contributor: Sean Middleditch -# Contributor: Daniel J Griffiths - -pkgname=docbook-xsl -pkgver=1.79.2 -pkgrel=3 -pkgdesc='XML stylesheets for Docbook-xml transformations' -arch=(any) -license=(custom) -url='http://docbook.org/' -depends=(libxml2 libxslt docbook-xml) -install="$pkgname.install" -source=("https://github.com/docbook/xslt10-stylesheets/releases/download/release%2F$pkgver/docbook-xsl-nons-$pkgver.tar.gz"; -765567_non-recursive_string_subst.patch) -sha256sums=('f89425b44e48aad24319a2f0d38e0cb6059fdc7dbaf31787c8346c748175ca8e' -'193ec26dcb37bdf12037ed4ea98d68bd550500c8e96b719685d76d7096c3f9b3') - -prepare() { - cd $pkgname-nons-$pkgver - patch -Np2 -i ../765567_non-recursive_string_subst.patch -} - -package() { - cd $pkgname-nons-$pkgver - - _pkgroot="$pkgdir"/usr/share/xml/docbook/xsl-stylesheets-$pkgver - - install -dm755 ${_pkgroot} - install -m644 VERSION VERSION.xsl ${_pkgroot} - - for fn in assembly common eclipse epub epub3 fo highlighting html htmlhelp javahelp lib \ - manpages params profiling roundtrip template website xhtml xhtml-1_1 xhtml5; do - install -dm7
[arch-commits] Commit in docbook-xsl/repos/extra-any (6 files)
Date: Thursday, July 6, 2017 @ 18:18:22 Author: arojas Revision: 299770 archrelease: copy trunk to extra-any Added: docbook-xsl/repos/extra-any/765567_non-recursive_string_subst.patch (from rev 299769, docbook-xsl/trunk/765567_non-recursive_string_subst.patch) docbook-xsl/repos/extra-any/PKGBUILD (from rev 299769, docbook-xsl/trunk/PKGBUILD) docbook-xsl/repos/extra-any/docbook-xsl.install (from rev 299769, docbook-xsl/trunk/docbook-xsl.install) Deleted: docbook-xsl/repos/extra-any/765567_non-recursive_string_subst.patch docbook-xsl/repos/extra-any/PKGBUILD docbook-xsl/repos/extra-any/docbook-xsl.install -+ 765567_non-recursive_string_subst.patch | 64 ++-- PKGBUILD| 86 ++-- docbook-xsl.install | 92 -- 3 files changed, 126 insertions(+), 116 deletions(-) Deleted: 765567_non-recursive_string_subst.patch === --- 765567_non-recursive_string_subst.patch 2017-07-06 18:17:52 UTC (rev 299769) +++ 765567_non-recursive_string_subst.patch 2017-07-06 18:18:22 UTC (rev 299770) @@ -1,32 +0,0 @@ -Description: use EXSLT "replace" function when available - A recursive implementation of string.subst is problematic, - long strings with many matches will cause stack overflows. -Author: Peter De Wachter -Bug-Debian: https://bugs.debian.org/750593 - docbook-xsl-1.78.1+dfsg.orig/docbook-xsl/lib/lib.xsl -+++ docbook-xsl-1.78.1+dfsg/docbook-xsl/lib/lib.xsl -@@ -6,7 +6,11 @@ - - This module implements DTD-independent functions - -- -->http://www.w3.org/1999/XSL/Transform"; version="1.0"> -+ --> -+http://www.w3.org/1999/XSL/Transform"; -+xmlns:str="http://exslt.org/strings"; -+exclude-result-prefixes="str" -+version="1.0"> - - - -@@ -52,6 +56,9 @@ - - - -+ -+ -+ - - - - Copied: docbook-xsl/repos/extra-any/765567_non-recursive_string_subst.patch (from rev 299769, docbook-xsl/trunk/765567_non-recursive_string_subst.patch) === --- 765567_non-recursive_string_subst.patch (rev 0) +++ 765567_non-recursive_string_subst.patch 2017-07-06 18:18:22 UTC (rev 299770) @@ -0,0 +1,32 @@ +Description: use EXSLT "replace" function when available + A recursive implementation of string.subst is problematic, + long strings with many matches will cause stack overflows. +Author: Peter De Wachter +Bug-Debian: https://bugs.debian.org/750593 + +--- docbook-xsl-1.78.1+dfsg.orig/docbook-xsl/lib/lib.xsl docbook-xsl-1.78.1+dfsg/docbook-xsl/lib/lib.xsl +@@ -6,7 +6,11 @@ + + This module implements DTD-independent functions + +- -->http://www.w3.org/1999/XSL/Transform"; version="1.0"> ++ --> ++http://www.w3.org/1999/XSL/Transform"; ++xmlns:str="http://exslt.org/strings"; ++exclude-result-prefixes="str" ++version="1.0"> + + + +@@ -52,6 +56,9 @@ + + + ++ ++ ++ + + + + Deleted: PKGBUILD === --- PKGBUILD2017-07-06 18:17:52 UTC (rev 299769) +++ PKGBUILD2017-07-06 18:18:22 UTC (rev 299770) @@ -1,43 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas -# Contributor: Tom Gundersen -# Contributor: Jan de Groot -# Contributor: Sean Middleditch -# Contributor: Daniel J Griffiths - -pkgname=docbook-xsl -pkgver=1.79.2 -pkgrel=2 -pkgdesc='XML stylesheets for Docbook-xml transformations' -arch=(any) -license=(custom) -url='http://docbook.org/' -depends=(libxml2 libxslt docbook-xml) -install="$pkgname.install" -source=("https://github.com/docbook/xslt10-stylesheets/releases/download/release%2F$pkgver/docbook-xsl-$pkgver.tar.gz"; -765567_non-recursive_string_subst.patch) -sha256sums=('966188d7c05fc76eaca115a55893e643dd01a3486f6368733c9ad974fcee7a26' -'193ec26dcb37bdf12037ed4ea98d68bd550500c8e96b719685d76d7096c3f9b3') - -prepare() { - cd $pkgname-$pkgver - patch -Np2 -i ../765567_non-recursive_string_subst.patch -} - -package() { - cd $pkgname-$pkgver - - _pkgroot="$pkgdir"/usr/share/xml/docbook/xsl-stylesheets-$pkgver - - install -dm755 ${_pkgroot} - install -m644 VERSION VERSION.xsl ${_pkgroot} - - for fn in assembly common eclipse epub epub3 fo highlighting html htmlhelp javahelp lib \ - manpages params profiling roundtrip template website xhtml xhtml-1_1 xhtml5; do - install -dm755 ${_pkgroot}/
[arch-commits] Commit in docbook-xsl/repos/extra-any (6 files)
Date: Wednesday, July 5, 2017 @ 17:31:03 Author: arojas Revision: 299702 archrelease: copy trunk to extra-any Added: docbook-xsl/repos/extra-any/765567_non-recursive_string_subst.patch (from rev 299701, docbook-xsl/trunk/765567_non-recursive_string_subst.patch) docbook-xsl/repos/extra-any/PKGBUILD (from rev 299701, docbook-xsl/trunk/PKGBUILD) docbook-xsl/repos/extra-any/docbook-xsl.install (from rev 299701, docbook-xsl/trunk/docbook-xsl.install) Deleted: docbook-xsl/repos/extra-any/765567_non-recursive_string_subst.patch docbook-xsl/repos/extra-any/PKGBUILD docbook-xsl/repos/extra-any/docbook-xsl.install -+ 765567_non-recursive_string_subst.patch | 62 +++--- PKGBUILD| 79 +++- docbook-xsl.install | 82 +++--- 3 files changed, 116 insertions(+), 107 deletions(-) Deleted: 765567_non-recursive_string_subst.patch === --- 765567_non-recursive_string_subst.patch 2017-07-05 17:30:32 UTC (rev 299701) +++ 765567_non-recursive_string_subst.patch 2017-07-05 17:31:03 UTC (rev 299702) @@ -1,30 +0,0 @@ -Description: use EXSLT "replace" function when available - A recursive implementation of string.subst is problematic, - long strings with many matches will cause stack overflows. -Author: Peter De Wachter -Bug-Debian: https://bugs.debian.org/750593 - docbook-xsl-1.78.1+dfsg.orig/docbook-xsl/lib/lib.xsl -+++ docbook-xsl-1.78.1+dfsg/docbook-xsl/lib/lib.xsl -@@ -10,7 +10,10 @@ - This module implements DTD-independent functions - - --> --http://www.w3.org/1999/XSL/Transform"; version="1.0"> -+http://www.w3.org/1999/XSL/Transform"; -+xmlns:str="http://exslt.org/strings"; -+exclude-result-prefixes="str" -+version="1.0"> - - - -@@ -56,6 +59,9 @@ - - - -+ -+ -+ - - - Copied: docbook-xsl/repos/extra-any/765567_non-recursive_string_subst.patch (from rev 299701, docbook-xsl/trunk/765567_non-recursive_string_subst.patch) === --- 765567_non-recursive_string_subst.patch (rev 0) +++ 765567_non-recursive_string_subst.patch 2017-07-05 17:31:03 UTC (rev 299702) @@ -0,0 +1,32 @@ +Description: use EXSLT "replace" function when available + A recursive implementation of string.subst is problematic, + long strings with many matches will cause stack overflows. +Author: Peter De Wachter +Bug-Debian: https://bugs.debian.org/750593 + +--- docbook-xsl-1.78.1+dfsg.orig/docbook-xsl/lib/lib.xsl docbook-xsl-1.78.1+dfsg/docbook-xsl/lib/lib.xsl +@@ -6,7 +6,11 @@ + + This module implements DTD-independent functions + +- -->http://www.w3.org/1999/XSL/Transform"; version="1.0"> ++ --> ++http://www.w3.org/1999/XSL/Transform"; ++xmlns:str="http://exslt.org/strings"; ++exclude-result-prefixes="str" ++version="1.0"> + + + +@@ -52,6 +56,9 @@ + + + ++ ++ ++ + + + + Deleted: PKGBUILD === --- PKGBUILD2017-07-05 17:30:32 UTC (rev 299701) +++ PKGBUILD2017-07-05 17:31:03 UTC (rev 299702) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas -# Contributor: Tom Gundersen -# Contributor: Jan de Groot -# Contributor: Sean Middleditch -# Contributor: Daniel J Griffiths - -pkgname=docbook-xsl -pkgver=1.79.2 -pkgrel=1 -pkgdesc='XML stylesheets for Docbook-xml transformations' -arch=(any) -license=(custom) -url='http://docbook.org/' -depends=(libxml2 libxslt docbook-xml) -install="$pkgname.install" -source=("https://github.com/docbook/xslt10-stylesheets/releases/download/release%2F$pkgver/docbook-xsl-$pkgver.tar.gz";) -sha256sums=('966188d7c05fc76eaca115a55893e643dd01a3486f6368733c9ad974fcee7a26') - -package() { - cd $pkgname-$pkgver - - _pkgroot="$pkgdir"/usr/share/xml/docbook/xsl-stylesheets-$pkgver - - install -dm755 ${_pkgroot} - install -m644 VERSION VERSION.xsl ${_pkgroot} - - for fn in assembly common eclipse epub epub3 fo highlighting html htmlhelp javahelp lib \ - manpages params profiling roundtrip template website xhtml xhtml-1_1 xhtml5; do - install -dm755 ${_pkgroot}/${fn} - install -m644 ${fn}/*.{xml,xsl,dtd,ent} ${_pkgroot}/${fn} || true # ignore missing files - done - - install -dm755 "$pkgdir"/etc/xml - install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} Copied: docbook-xsl/repos/extra-any/PKGBUILD (from rev 299701, docbook-xsl/tru
[arch-commits] Commit in docbook-xsl/repos/extra-any (6 files)
Date: Saturday, July 1, 2017 @ 20:29:46 Author: arojas Revision: 299523 archrelease: copy trunk to extra-any Added: docbook-xsl/repos/extra-any/765567_non-recursive_string_subst.patch (from rev 299522, docbook-xsl/trunk/765567_non-recursive_string_subst.patch) docbook-xsl/repos/extra-any/PKGBUILD (from rev 299522, docbook-xsl/trunk/PKGBUILD) docbook-xsl/repos/extra-any/docbook-xsl.install (from rev 299522, docbook-xsl/trunk/docbook-xsl.install) Deleted: docbook-xsl/repos/extra-any/765567_non-recursive_string_subst.patch docbook-xsl/repos/extra-any/PKGBUILD docbook-xsl/repos/extra-any/docbook-xsl.install -+ 765567_non-recursive_string_subst.patch | 60 ++--- PKGBUILD| 78 +--- docbook-xsl.install | 82 +++--- 3 files changed, 107 insertions(+), 113 deletions(-) Deleted: 765567_non-recursive_string_subst.patch === --- 765567_non-recursive_string_subst.patch 2017-07-01 20:29:16 UTC (rev 299522) +++ 765567_non-recursive_string_subst.patch 2017-07-01 20:29:46 UTC (rev 299523) @@ -1,30 +0,0 @@ -Description: use EXSLT "replace" function when available - A recursive implementation of string.subst is problematic, - long strings with many matches will cause stack overflows. -Author: Peter De Wachter -Bug-Debian: https://bugs.debian.org/750593 - docbook-xsl-1.78.1+dfsg.orig/docbook-xsl/lib/lib.xsl -+++ docbook-xsl-1.78.1+dfsg/docbook-xsl/lib/lib.xsl -@@ -10,7 +10,10 @@ - This module implements DTD-independent functions - - --> --http://www.w3.org/1999/XSL/Transform"; version="1.0"> -+http://www.w3.org/1999/XSL/Transform"; -+xmlns:str="http://exslt.org/strings"; -+exclude-result-prefixes="str" -+version="1.0"> - - - -@@ -56,6 +59,9 @@ - - - -+ -+ -+ - - - Copied: docbook-xsl/repos/extra-any/765567_non-recursive_string_subst.patch (from rev 299522, docbook-xsl/trunk/765567_non-recursive_string_subst.patch) === --- 765567_non-recursive_string_subst.patch (rev 0) +++ 765567_non-recursive_string_subst.patch 2017-07-01 20:29:46 UTC (rev 299523) @@ -0,0 +1,30 @@ +Description: use EXSLT "replace" function when available + A recursive implementation of string.subst is problematic, + long strings with many matches will cause stack overflows. +Author: Peter De Wachter +Bug-Debian: https://bugs.debian.org/750593 + +--- docbook-xsl-1.78.1+dfsg.orig/docbook-xsl/lib/lib.xsl docbook-xsl-1.78.1+dfsg/docbook-xsl/lib/lib.xsl +@@ -10,7 +10,10 @@ + This module implements DTD-independent functions + + --> +-http://www.w3.org/1999/XSL/Transform"; version="1.0"> ++http://www.w3.org/1999/XSL/Transform"; ++xmlns:str="http://exslt.org/strings"; ++exclude-result-prefixes="str" ++version="1.0"> + + + +@@ -56,6 +59,9 @@ + + + ++ ++ ++ + + + Deleted: PKGBUILD === --- PKGBUILD2017-07-01 20:29:16 UTC (rev 299522) +++ PKGBUILD2017-07-01 20:29:46 UTC (rev 299523) @@ -1,42 +0,0 @@ -# $Id$ -# Maintainer: Tom Gundersen -# Contributor: Jan de Groot -# Contributor: Sean Middleditch -# Contributor: Daniel J Griffiths - -pkgname=docbook-xsl -pkgver=1.79.1 -pkgrel=2 -pkgdesc='XML stylesheets for Docbook-xml transformations' -arch=('any') -license=('custom') -url='http://docbook.sourceforge.net/' -depends=('libxml2' 'libxslt' 'docbook-xml') -install="$pkgname.install" -source=("https://downloads.sourceforge.net/docbook/${pkgname}-${pkgver}.tar.bz2"; -765567_non-recursive_string_subst.patch) -md5sums=('b48cbf929a2ad85e6672f710777ca7bc' - 'e0dbf66b23121ae789f1930fe90fae0c') - -prepare() { - cd ${srcdir}/${pkgname}-${pkgver} - patch -Np2 -i ../765567_non-recursive_string_subst.patch -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - - _pkgroot=${pkgdir}/usr/share/xml/docbook/xsl-stylesheets-${pkgver} - -install -dm755 ${_pkgroot} - install -m644 VERSION VERSION.xsl ${_pkgroot} - - for fn in assembly common eclipse epub epub3 fo highlighting html htmlhelp javahelp lib \ - manpages params profiling roundtrip template website xhtml xhtml-1_1 xhtml5; do - install -dm755 ${_pkgroot}/${fn} - install -m644 ${fn}/*.{xml,xsl,dtd,ent} ${_pkgroot}/${fn} || true # ignore missing files - done - - install -dm755 ${pkgdir}/etc/xml - install -Dm644 COP