[arch-commits] Commit in docbook-sgml31/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Wed Apr 13 17:52:40 UTC 2016


    Date: Wednesday, April 13, 2016 @ 19:52:39
  Author: andyrtr
Revision: 264827

upgpkg: docbook-sgml31 3.1-2

initial pkg based on the AUR pkg and BLFS

Modified:
  docbook-sgml31/trunk/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-13 17:48:26 UTC (rev 264826)
+++ PKGBUILD	2016-04-13 17:52:39 UTC (rev 264827)
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 262050 2016-03-18 18:02:01Z andyrtr $
+# $Id$
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 # Contributor: Chris Severance aur.severach aATt spamgourmet dott com
@@ -10,7 +10,7 @@
 pkgdesc="Legacy docbook-sgml"
 arch=('any')
 url='http://www.docbook.org/sgml/'
-license=('custom')
+license=('MIT')
 depends=('sgml-common')
 install=$pkgname.install
 source=("http://www.docbook.org/sgml/${pkgver}/docbk31.zip")
@@ -18,6 +18,9 @@
 
 build() {
   cd "$srcdir"
+  # This command removes the ENT definitions from the catalog file.
+  # This command replaces the DTDDECL catalog entry, which is not supported by Linux SGML tools, 
+  # with the SGMLDECL catalog entry.
   sed -i -e '/ISO 8879/d' \
          -e 's|DTDDECL "-//OASIS//DTD DocBook V3.1//EN"|SGMLDECL|g' \
          docbook.cat


Property changes on: docbook-sgml31/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list