Date: Saturday, August 22, 2020 @ 00:02:21 Author: svenstaro Revision: 686553
upgpkg: openimageio 2.1.18.1-2: Remove vendored fonts (FS#67648) Modified: openimageio/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-21 23:36:07 UTC (rev 686552) +++ PKGBUILD 2020-08-22 00:02:21 UTC (rev 686553) @@ -3,7 +3,7 @@ pkgname=openimageio pkgver=2.1.18.1 -pkgrel=1 +pkgrel=2 pkgdesc="A library for reading and writing images, including classes, utilities, and applications" arch=(x86_64) url="http://www.openimageio.org/" @@ -36,5 +36,8 @@ DESTDIR="$pkgdir" ninja -C build install + # Remove vendored fonts + rm -r "$pkgdir"/usr/share/fonts + install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE".md }