Date: Thursday, June 16, 2022 @ 14:32:13 Author: arojas Revision: 448798
Fix cmake config Modified: litehtml/trunk/PKGBUILD ----------+ PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-16 14:14:03 UTC (rev 448797) +++ PKGBUILD 2022-06-16 14:32:13 UTC (rev 448798) @@ -2,7 +2,7 @@ pkgname=litehtml pkgver=0.6 -pkgrel=1 +pkgrel=2 pkgdesc='Fast and lightweight HTML/CSS rendering engine' url='http://www.litehtml.com/' arch=(x86_64) @@ -25,4 +25,6 @@ package() { DESTDIR="$pkgdir" cmake --install build install -Dm644 $pkgname-$pkgver/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname +# Don't search for non-existant gumbo cmake config + sed -e '/gumbo/d' -i "$pkgdir"/usr/lib/cmake/litehtml/litehtmlConfig.cmake }
