From 24d795bcdcd8a81db74713f68c96bd7948aef37b Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Thu, 1 Feb 2018 17:26:00 +0100 Subject: pcr/chm2pdf: rebuilt for arm --- pcr/chm2pdf/Changelog | 29 +++++++++++++++-------------- pcr/chm2pdf/PKGBUILD | 30 +++++++++++++++++------------- 2 files changed, 32 insertions(+), 27 deletions(-) diff --git a/pcr/chm2pdf/Changelog b/pcr/chm2pdf/Changelog index f48ac33c8..e5484bda0 100644 --- a/pcr/chm2pdf/Changelog +++ b/pcr/chm2pdf/Changelog @@ -1,17 +1,18 @@ -2013-10-29 Ognjen Vidovic +2015-11-09 Giovanni Santini + 0.9.1-3: + * new maintainer - 0.9.1-2: - * new maintainer +2013-10-29 Ognjen Vidovic + 0.9.1-2: + * new maintainer 2013-07-20 Mariusz Libera - - 0.9.1-2: - * new maintainer - * added prepare() function - * added package() function - * removed build() function - * removed $startdir usage - * cleaned up dependencies - * updated name and description of beautiful soup optdep - * added Changelog - + 0.9.1-2: + * new maintainer + * added prepare() function + * added package() function + * removed build() function + * removed $startdir usage + * cleaned up dependencies + * updated name and description of beautiful soup optdep + * added Changelog diff --git a/pcr/chm2pdf/PKGBUILD b/pcr/chm2pdf/PKGBUILD index a3ef76883..4a293046c 100644 --- a/pcr/chm2pdf/PKGBUILD +++ b/pcr/chm2pdf/PKGBUILD @@ -1,29 +1,33 @@ -# Contributor: Ognjen Vidovic -# Contributor: Mariusz Libera -# Contributor: fes0 -# Contributor: Rodrigo Coacci +# Maintainer (AUR): Giovanni Santini +# Contributor (AUR): Ognjen Vidovic +# Contributor (AUR): Mariusz Libera +# Contributor (AUR): fes0 +# Contributor (AUR): Rodrigo Coacci # Maintainer : Parabola Aurélien DESBRIÈRES +# parabola changes and rationale: +# no changes. + pkgname=chm2pdf pkgver=0.9.1 -pkgrel=2 +pkgrel=5 pkgdesc="A simple Python script that converts CHM files into PDF files." arch=('any') url="http://code.google.com/p/chm2pdf/" license=('GPL2') depends=('htmldoc' 'python2-pychm') optdepends=('python2-beautifulsoup3: makes HTML files of CHM standards compliant') -changelog=Changelog -source=("http://chm2pdf.googlecode.com/files/chm2pdf-${pkgver}.tar.gz") +changelog="Changelog" +source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${pkgname}/${pkgname}-${pkgver}.tar.gz") +sha256sums=('204293c264c94bd17f56925d21d20b9f69a96136836198ba1a5014fe128ec3b0') prepare() { - cd "$srcdir/$pkgname-$pkgver" - # python2 fix - sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' chm2pdf + cd "$srcdir/$pkgname-$pkgver" + # python2 fix + sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' chm2pdf } package() { - cd "$srcdir/$pkgname-$pkgver" - python2 setup.py install --root="$pkgdir" + cd "$srcdir/$pkgname-$pkgver" + python2 setup.py install --root="$pkgdir" } - -- cgit v1.2.3