[arch-commits] Commit in dblatex/trunk (PKGBUILD dblatex-0.3.4-build-fix.patch)

Lukas Fleischer lfleischer at archlinux.org
Wed Jun 1 07:32:19 UTC 2016


    Date: Wednesday, June 1, 2016 @ 09:32:19
  Author: lfleischer
Revision: 177593

upgpkg: dblatex 0.3.7-1

Upstream update.

Modified:
  dblatex/trunk/PKGBUILD
Deleted:
  dblatex/trunk/dblatex-0.3.4-build-fix.patch

-------------------------------+
 PKGBUILD                      |   13 ++++---------
 dblatex-0.3.4-build-fix.patch |   14 --------------
 2 files changed, 4 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-01 06:22:22 UTC (rev 177592)
+++ PKGBUILD	2016-06-01 07:32:19 UTC (rev 177593)
@@ -1,11 +1,10 @@
-# $Id$
 # Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
 # Contributor: Marcin Karpezo <sirmacik at gmail dot com>
 # Contributor: Andreas Hauser <andy-aur at splashground.de>
 
 pkgname=dblatex
-pkgver=0.3.4
-pkgrel=3
+pkgver=0.3.7
+pkgrel=1
 pkgdesc='DocBook (XML and SGML) to DVI, PDF, PostScript converter using latex.'
 arch=('any')
 url='http://dblatex.sourceforge.net/'
@@ -12,16 +11,12 @@
 license=('GPL')
 depends=('docbook-xsl' 'docbook-xml' 'libxslt' 'python2' 'texlive-core' 'texlive-htmlxml'
          'texlive-latexextra' 'texlive-pictures')
-source=("http://downloads.sourceforge.net/project/dblatex/dblatex/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2"
-        'dblatex-0.3.4-build-fix.patch')
-md5sums=('a511a2eaa55757b341e4c46353c5c681'
-         '3784801bcfdea61ee45e92bdfc905d4a')
+source=("http://downloads.sourceforge.net/project/dblatex/dblatex/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('15ba461151e7cc2d6a89cb6ebcf3650b')
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  patch -Np0 -i ../dblatex-0.3.4-build-fix.patch
-
   python2 setup.py install --root "${pkgdir}" --catalogs=/etc/xml/docbook-xml
   sed -i -e "s,${pkgdir},," -e "s,#!/usr/bin/env python,#!/usr/bin/env python2," \
     "${pkgdir}/usr/bin/dblatex"

Deleted: dblatex-0.3.4-build-fix.patch
===================================================================
--- dblatex-0.3.4-build-fix.patch	2016-06-01 06:22:22 UTC (rev 177592)
+++ dblatex-0.3.4-build-fix.patch	2016-06-01 07:32:19 UTC (rev 177593)
@@ -1,14 +0,0 @@
---- setup.py.old	2012-11-08 20:33:26.224458028 +0100
-+++ setup.py	2012-11-08 20:33:41.656633881 +0100
-@@ -365,10 +365,7 @@ class Install(install):
-             raise OSError("not found: %s" % ", ".join(mis_stys))
- 
-     def run(self):
--        if self.install_layout == "deb":
--            db = DebianInstaller(self)
--        else:
--            db = None
-+        db = None
- 
-         if not(db) and not(self.nodeps):
-             try:



More information about the arch-commits mailing list