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

Tom Gundersen tomegun at archlinux.org
Thu May 31 12:37:19 UTC 2012


    Date: Thursday, May 31, 2012 @ 08:37:19
  Author: tomegun
Revision: 160236

upgpkg: docbook-xsl 1.77.0-1

upsrteam release

Modified:
  docbook-xsl/trunk/PKGBUILD

----------+
 PKGBUILD |   27 +++++++++++----------------
 1 file changed, 11 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-31 12:26:12 UTC (rev 160235)
+++ PKGBUILD	2012-05-31 12:37:19 UTC (rev 160236)
@@ -1,12 +1,12 @@
 # $Id$
-# Maintainer:
+# Maintainer: Tom Gundersen <teg at jklm.no>
 # Contributor: Jan de Groot <jgc at archlinux.org>
 # Contributor: Sean Middleditch <elanthis at awesomeplay.com>
 # Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=docbook-xsl
-pkgver=1.76.1
-pkgrel=2
+pkgver=1.77.0
+pkgrel=1
 pkgdesc='XML stylesheets for Docbook-xml transformations'
 arch=('any')
 license=('custom')
@@ -14,27 +14,22 @@
 depends=('libxml2' 'libxslt' 'docbook-xml')
 install="$pkgname.install"
 source=("http://downloads.sourceforge.net/docbook/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('b5340507cb240cc7ce00632b9c40bff5')
 
 package() {
+	cd ${srcdir}/${pkgname}-${pkgver}
+
 	_pkgroot=${pkgdir}/usr/share/xml/docbook/xsl-stylesheets-${pkgver}
 
-	cd ${srcdir}/${pkgname}-${pkgver}
-	install -dm755 ${_pkgroot}/{common,params}
-	install -m644 common/*.{xml,xsl,dtd,ent} ${_pkgroot}/common/
-	install -m644 params/*.xml ${_pkgroot}/params/
+        install -dm755 ${_pkgroot}
+	install -m644 VERSION ${_pkgroot}
 
-	for fn in fo highlighting html roundtrip; do
+	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} ${_pkgroot}/${fn}/
+		install -m644 ${fn}/*.{xml,xsl,dtd,ent} ${_pkgroot}/${fn} || true  # ignore missing files
 	done
 
-	for fn in eclipse htmlhelp javahelp lib manpages profiling template website xhtml{,-1_1}; do
-		install -dm755 ${_pkgroot}/${fn}
-		install -m644 ${fn}/*.xsl ${_pkgroot}/${fn}/
-	done
-
 	install -dm755 ${pkgdir}/etc/xml
-	install -m644 VERSION ${_pkgroot}/
 	install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
+md5sums=('67a956b1d55ff9ec928c57ff92b58f7b')




More information about the arch-commits mailing list