summaryrefslogtreecommitdiff
path: root/qtwebengine
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-06-24 06:53:25 +0200
committerTim Biermann <tbier@posteo.de>2022-06-24 06:54:05 +0200
commit2704a46e925016e354d8bc9f91c8657ae44e73f9 (patch)
tree2abe1cf0c695e03d795d2e03a864b532c3aa27a4 /qtwebengine
parent8260c79e264a2895b9f225fd61ca3180045445d7 (diff)
downloadopt-2704a46e925016e354d8bc9f91c8657ae44e73f9.tar.gz
opt-2704a46e925016e354d8bc9f91c8657ae44e73f9.tar.xz
qtwebengine: rebuild and don't use system icu
Diffstat (limited to 'qtwebengine')
-rw-r--r--qtwebengine/.signature4
-rw-r--r--qtwebengine/Pkgfile5
2 files changed, 5 insertions, 4 deletions
diff --git a/qtwebengine/.signature b/qtwebengine/.signature
index c1aba1696..80bdba27e 100644
--- a/qtwebengine/.signature
+++ b/qtwebengine/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/bmNIesm3/ClFcapNZOj4LcRYCRVUJqffKiiV12upemyQjb4LK1ydOkRHBtNp0G9Qz/9mFWXJlDNXbB2ICbTnA8=
-SHA256 (Pkgfile) = 4819832c6a1817475fae0ca0c55fca37e4c67ec0d09a8f1186e069fdea0e48bd
+RWSE3ohX2g5d/QDrrJTqcp65T5VqJkEuPdGfb5vQSTLoyr0KXn011jNZkJgBvdJvzYo0Qh3D7H0DTU8+MyImPnmf9UlK7774Lgk=
+SHA256 (Pkgfile) = d040ab8079379e5d7a880c3cbe1d0113fab5d1921b468b14316c2f24d4fde9d2
SHA256 (.footprint) = 44b1db82a792e29d0e7a4bf1a4ea7d0ed7b440ab9f0df493452d03ff3c164554
SHA256 (qtwebengine-5.15.9.tar.xz) = 4b61afcd5b5452d9b3178f28335fb455da543170220f72dba85fe6aa8e76fa39
SHA256 (qtwebengine-5.15.9-build_fixes-1.patch) = 78aa2fb51bf3b4916f23e4bf81dcaff838da7b38c3261d8cfd18178b52e50445
diff --git a/qtwebengine/Pkgfile b/qtwebengine/Pkgfile
index 4b7df74c6..d677813a2 100644
--- a/qtwebengine/Pkgfile
+++ b/qtwebengine/Pkgfile
@@ -5,7 +5,7 @@
name=qtwebengine
version=5.15.9
-release=1
+release=2
source=(https://anduin.linuxfromscratch.org/BLFS/qtwebengine/$name-$version.tar.xz
https://www.linuxfromscratch.org/patches/blfs/svn/qtwebengine-$version-build_fixes-1.patch
qtwebengine-5.15.2-disable-fatal-warnings.patch
@@ -56,7 +56,8 @@ build() {
prt-get isinst pulseaudio && PKGMK_QTWEBENGINE+=' -pulseaudio' || PKGMK_QTWEBENGINE+=' -no-pulseaudio'
prt-get isinst pipewire && PKGMK_QTWEBENGINE+=' -webengine-webrtc-pipewire'
- prt-get isinst icu && PKGMK_QTWEBENGINE+=' -webengine-icu' || PKGMK_QTWEBENGINE+=' -no-webengine-icu'
+ #prt-get isinst icu && PKGMK_QTWEBENGINE+=' -webengine-icu' || PKGMK_QTWEBENGINE+=' -no-webengine-icu'
+ PKGMK_QTWEBENGINE+=' -no-webengine-icu'
qmake-qt5 .. -- \
$PKGMK_QTWEBENGINE \

Generated by cgit