summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin Brodsky2020-08-21 13:55:20 +0100
committerKevin Brodsky2020-08-21 13:55:20 +0100
commit9bce217331b9aea22eba42e2360a8fe8ba4478cf (patch)
tree3b9bdd5d84ffd39ed670b78cf9ca3109636fc033 /PKGBUILD
parentba930ca3d56774527cacb8371df1d7e812c2da1e (diff)
downloadaur-9bce217331b9aea22eba42e2360a8fe8ba4478cf.tar.gz
Don't try to remove non-existing libfreetype
libfreetype has been removed from 0.96.5, remove the workaround.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ce472d89cdf..bc995180554f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,12 +39,6 @@ package() {
rm "${pkgdir}/opt/${pkgname}/XnView.desktop"
chmod 644 "${pkgdir}/opt/${pkgname}"/xnview*.png
chmod 755 "${pkgdir}/opt/${pkgname}/XnView"
-
- # Some old version of libfreetype started getting shipped in 0.95.
- # libfreetype depends on libfontconfig, but since libfontconfig is not
- # provided in the archive and the system one is not compatible, we need to
- # remove it so that the XnView uses the system libfreetype.
- rm "${pkgdir}/opt/${pkgname}/lib/libfreetype.so"*
}
# vim:set ts=2 sw=2 et: