xpdf: update to 4.04.

This commit is contained in:
Leah Neukirchen 2022-04-19 13:17:39 +02:00
parent 424d1ea546
commit 5c7eb352a1
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'xpdf'
pkgname=xpdf
version=4.03
version=4.04
revision=1
build_style=cmake
configure_args="-DSYSTEM_XPDFRC=/etc/xpdfrc"
@ -13,10 +13,10 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-or-later, GPL-3.0-or-later"
homepage="http://www.xpdfreader.com/"
distfiles="https://dl.xpdfreader.com/xpdf-${version}.tar.gz"
checksum=0fe4274374c330feaadcebb7bd7700cb91203e153b26aa95952f02bf130be846
checksum=63ce23fcbf76048f524c40be479ac3840d7a2cbadb6d1e0646ea77926656bade
post_extract() {
sed -i 's:/usr/share/fonts/type1/gsfonts:/usr/share/fonts/Type1:' xpdf/GlobalParams.cc
vsed -i -e 's:/usr/share/fonts/type1/gsfonts:/usr/share/fonts/Type1:' xpdf/GlobalParams.cc
}
post_install() {