summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-02-27 23:13:18 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-02-27 23:13:48 -0200
commite3d9decbda04039a7661aa587518f2f5b2f0a3a5 (patch)
tree86a95ef1d9c9cead29562e9ff3a79d6e4e078611
parent0bd7c1b58b203cb4a1f5710759c99a2590ceee3b (diff)
python-reportlab-libre: revert package description on PKGBUILD
-rw-r--r--libre/python-reportlab-libre/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/python-reportlab-libre/PKGBUILD b/libre/python-reportlab-libre/PKGBUILD
index 2fc4ee836..401d61c9f 100644
--- a/libre/python-reportlab-libre/PKGBUILD
+++ b/libre/python-reportlab-libre/PKGBUILD
@@ -11,7 +11,7 @@ pkgname=(python2-reportlab-libre python-reportlab-libre)
_origname=reportlab
pkgver=3.0
pkgrel=1
-pkgdesc="A proven industry-strength PDF generating solution, without nonfree fonts support"
+pkgdesc="A proven industry-strength PDF generating solution, without nonfree Adobe T1 fonts support"
arch=('i686' 'x86_64')
url="http://www.reportlab.org/rl_toolkit.html"
depends=('freetype2')
@@ -31,7 +31,7 @@ prepare() {
for x in ${_reportlab_source[@]}; do
cd $srcdir/$x
- # remove nonfree fonts support
+ # remove nonfree Adobe T1 fonts support
patch -p1 -i $srcdir/free-fonts.patch
# Parabola contains those fonts from the ttf-bitstream-vera package