1
0
forked from ports/opt

qtwebengine: fixes FS#1931

This commit is contained in:
Tim Biermann 2023-04-29 15:57:09 +02:00
parent ccbcd5995c
commit bcd0cedc50
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 7 additions and 3 deletions

View File

@ -299,7 +299,6 @@ drwxr-xr-x root/root usr/lib/qt5/qml/QtWebEngine/Controls2Delegates/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/qt5/
drwxr-xr-x root/root usr/share/qt5/resources/
-rw-r--r-- root/root usr/share/qt5/resources/icudtl.dat
-rw-r--r-- root/root usr/share/qt5/resources/qtwebengine_devtools_resources.pak
-rw-r--r-- root/root usr/share/qt5/resources/qtwebengine_resources.pak
-rw-r--r-- root/root usr/share/qt5/resources/qtwebengine_resources_100p.pak

View File

@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/VA3xoGZQ2gU/J8rfgxPy+cXe0Obwu3xAYqtznmMPvjkjjecKywe3721i0/M5e6wnfCrLRgJznCOgyTIzZc+2wo=
RWSE3ohX2g5d/fnNvNf4kf0+czZ6wW+3VaYaSjkSI9u5ctsD5isFKILn+/sy8FM8TE+kDrq5Bk0W/mCyX862vAFQC01sWHzg0A0=
SHA256 (Pkgfile) = 61ea2aa279359c4734519372c1ac28b3065fdb511e49c09309b0bd8a8e9421f1
SHA256 (.footprint) = 44b1db82a792e29d0e7a4bf1a4ea7d0ed7b440ab9f0df493452d03ff3c164554
SHA256 (.footprint) = 9c07e0209b90e6d45f593e30c0b5342a594c32de974cc61990189f9e80f4a21a
SHA256 (qtwebengine-5.15.13.tar.xz) = a0758a083d65de968a40f6eaef633a66ccfa3bea700b7d4f14ba7a53b8ac3dbd
SHA256 (qtwebengine-5.15.13-build_fixes-1.patch) = a9e248414302b6fbd19e0404142e5ad082fb4a45eaf6f96d1b847a7b4bf8e1bd
SHA256 (qtwebengine-5.15.2-disable-fatal-warnings.patch) = 19dac26d6753f4cbe1fe2bcb911d8124ea082f55ff86b45cdcba294d3c199249

View File

@ -0,0 +1,5 @@
#!/bin/sh
rm -f footprint.in
mv .footprint footprint.in
grep -v 'icudtl.dat' footprint.in > .footprint
rm -f footprint.in