Date: Monday, April 4, 2011 @ 17:05:28 Author: bisson Revision: 117882
upstream update (disable t1lib) Modified: xpdf/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-04-04 21:04:57 UTC (rev 117881) +++ PKGBUILD 2011-04-04 21:05:28 UTC (rev 117882) @@ -1,17 +1,17 @@ # $Id$ -# Maintainer +# Maintainer: Gaetan Bisson <[email protected]> # Contributor: tobias <[email protected]> -# Contributor Sarah Hay <[email protected]> +# Contributor: Sarah Hay <[email protected]> pkgname=xpdf _srcver=3.02 -_patchlevel=pl5 +_patchlevel=pl6 pkgver=${_srcver}_${_patchlevel} pkgrel=1 pkgdesc="A viewer for Portable Document Format (PDF) files" arch=('i686' 'x86_64') license=('GPL') -depends=('gcc-libs' 'lesstif' 't1lib' 'gsfonts' 'libxt' 'desktop-file-utils') +depends=('lesstif' 'gsfonts' 'libxt' 'desktop-file-utils') optdepends=('poppler: pdf tools that used to be included in xpdf') backup=('etc/xpdfrc') url="http://www.foolabs.com/xpdf/" @@ -52,8 +52,6 @@ --enable-wordlist \ --with-freetype2-library=/usr/lib \ --with-freetype2-includes=/usr/include/freetype2 \ - --with-t1-library=/usr/lib \ - --with-t1-includes=/usr/include \ --x-includes=/usr/include \ --with-Xm-library=/usr/lib \ --with-Xm-includes=/usr/include
