diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-06-28 01:08:02 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-06-28 01:08:02 -0300 |
commit | 93b4e351b297424bea9fb532259036d7a6607672 (patch) | |
tree | 29d4a1b522982f21887849077712109d54f3311e /libre/python-reportlab-libre | |
parent | 1a964ffde3b029db71136e1ceb5e758e1627d8d0 (diff) | |
download | abslibre-93b4e351b297424bea9fb532259036d7a6607672.tar.gz abslibre-93b4e351b297424bea9fb532259036d7a6607672.tar.bz2 abslibre-93b4e351b297424bea9fb532259036d7a6607672.zip |
preparing reportlab update
Diffstat (limited to 'libre/python-reportlab-libre')
-rw-r--r-- | libre/python-reportlab-libre/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libre/python-reportlab-libre/PKGBUILD b/libre/python-reportlab-libre/PKGBUILD index e0dfc9d9c..bdbe3179a 100644 --- a/libre/python-reportlab-libre/PKGBUILD +++ b/libre/python-reportlab-libre/PKGBUILD @@ -1,5 +1,6 @@ -# $Id: PKGBUILD 29478 2010-10-14 14:58:41Z angvp $ -# Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> +# $Id: PKGBUILD 67753 2012-03-14 10:35:58Z giovanni $ +# Maintainer: +# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> # Contributor: William Rea <sillywilly@gmail.com> # Maintainer (Parabola): fauno <fauno@kiwwwi.com.ar> # Contributor: borgo <nomail> @@ -7,7 +8,7 @@ pkgname=python-reportlab-libre _origname=reportlab pkgver=2.5 -pkgrel=1 +pkgrel=2 pkgdesc="A proven industry-strength PDF generating solution" arch=('i686' 'x86_64') depends=('python2' 'freetype2' 'ttf-bitstream-vera' 'gsfonts' 'python-imaging') @@ -34,6 +35,6 @@ build() { rm -f reportlab/fonts/Vera* reportlab/fonts/bitstream-vera-license.txt patch -p1 -i $srcdir/free-fonts.patch - python2 setup.py install --root=$pkgdir + python2 setup.py install --root=$pkgdir --optimize=1 install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/license.txt } |