Package Details: qt5-webkit 5.212.0alpha4-26

Git Clone URL: https://aur.archlinux.org/qt5-webkit.git (read-only, click to copy)
Package Base: qt5-webkit
Description: Classes for a WebKit2 based implementation and a new QML API
Upstream URL: https://github.com/qtwebkit/qtwebkit
Licenses: LGPL2.1
Submitter: arojas
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 41
Popularity: 2.52
First Submitted: 2022-11-21 07:42 (UTC)
Last Updated: 2024-09-03 21:23 (UTC)

Sources (9)

Pinned Comments

FabioLolix commented on 2024-08-20 14:12 (UTC)

btw patches are welcome here https://github.com/FabioLolix/PKGBUILD-AUR_fix/tree/master/q

FabioLolix commented on 2024-05-24 12:05 (UTC)

qt5-webkit-movableink-git prebuild uploaded on sourceforge, thanks to MoetaYuko for the patch


About the comments; I'm starting to get really pissed off; please refrain to stating the obvious, make questions already answered, reporting already reported stuff, the icu solutions work for installed packages whenever how quirk they are, etc, etc, etc....

If you wanna post, post a patch!


I'm not a programmer but I guess webengine would be more convenient

@TheExplorer You don't say! [insert Nicals Cage meme]

If this package would never build in the future, shouldn't it be dropped in favor of qt5-webkit-movableink-git?

@oldherl have you tried to read the post before yours before posting, you should try that

FabioLolix commented on 2024-05-23 08:40 (UTC)

Post another time that this fails to build with icu 75 and I'll no longer upload the pre-build packages, I have qt5-webkit-movableink-git ready. You have been warned.

Have been posted enough icu 74 solution too.

FabioLolix commented on 2023-12-27 15:49 (UTC)

btw, depends on libicuuc.so have been added so you are obliged to uninstall and rebuild when there is a new icu update instead of keeping a non-working qt5-webkit (which lead to other build issues)

xiota commented on 2023-11-12 17:30 (UTC)

Or read: makepkg: Improving build times.

FabioLolix commented on 2023-01-06 17:06 (UTC)

Pre builded (in clean chroot) package here https://sourceforge.net/projects/fabiololix-os-archive/files/Packages/ for who is interested

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 21 Next › Last »

FabioLolix commented on 2024-05-22 15:20 (UTC)

@tyler19820201 to know on which icu version has been build open the package with an archiver (i.e. file-roller), open .BUILDINFO aand look at installed = icu [...]

FabioLolix commented on 2024-05-22 15:15 (UTC)

@TheExplorer icu73 is on the AUR instead of doing that


@Indeed icu74 is on the AUR instead of using docker


@pvg 11 years on the AUR and can't read a bit before posting

pvg commented on 2024-05-22 12:13 (UTC) (edited on 2024-05-22 12:17 (UTC) by pvg)

I get compile error:


[  3%] Building CXX object Source/WTF/wtf/CMakeFiles/WTF.dir/unicode/icu/CollatorICU.cpp.o
In file included from /usr/include/unicode/uset.h:36,
                 from /usr/include/unicode/unorm2.h:35,
                 from /usr/include/unicode/unorm.h:25,
                 from /usr/include/unicode/ucol.h:17,
                 from /home/pvg/.cache/yay/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/unicode/icu/CollatorICU.cpp:37:
/usr/include/unicode/localpointer.h:561:26: error: parameter declared ‘auto’
  561 | template <typename Type, auto closeFunction>
      |                          ^~~~
/usr/include/unicode/localpointer.h:573:76: error: template argument 2 is invalid
  573 |     explicit LocalOpenPointer(std::unique_ptr<Type, decltype(closeFunction)> &&p)
      |                                                                            ^
/usr/include/unicode/localpointer.h:583:78: error: template argument 2 is invalid
  583 |     LocalOpenPointer &operator=(std::unique_ptr<Type, decltype(closeFunction)> &&p) {
      |                                                                              ^
/usr/include/unicode/localpointer.h:599:59: error: template argument 2 is invalid
  599 |     operator std::unique_ptr<Type, decltype(closeFunction)> () && {
      |                                                           ^

TheExplorer commented on 2024-05-22 08:22 (UTC)

  1. Unpack the icu 73 libs (or any other needed version) into /usr/local/lib/
  2. sudo echo "/usr/local/lib" >> /etc/ld.so.conf.d/local.conf
  3. sudo ldconfig
  4. PROFIT

FabioLolix commented on 2024-05-21 22:41 (UTC)

Tyler please use LANG=C for haveing an english output

I meant icu73 not an old version of icu https://aur.archlinux.org/packages/icu73

https://mirror.cachyos.org/repo/x86_64/cachyos/ have a build of qt5-webkit from 2023

Don't a copy of the pkgbuild https://github.com/CachyOS/PKGBUILDs

and no mentions in their forum, where is that coming from?

tyler19820201 commented on 2024-05-21 22:21 (UTC) (edited on 2024-05-21 22:31 (UTC) by tyler19820201)

FabioLolix commented on 2024-05-21 21:37 (UTC)

Guess you have icu 73 installed

No. Latest icu 75.1-1 https://ibb.co/27Lsc8C https://ibb.co/DQJH2qx

geosam commented on 2024-05-21 22:17 (UTC) (edited on 2024-05-21 22:19 (UTC) by geosam)

I get the next error:

/mnt/geodatos/makepkg/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the '< >'
In file included from /mnt/geodatos/makepkg/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/mnt/geodatos/makepkg/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter<StringAppend<StringType1, StringType2>>(StringAppend<StringType1, StringType2>& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/geodatos/makepkg/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the '< >'
[  4%] Building CXX object Source/WebCore/CMakeFiles/ANGLESupport.dir/__/ThirdParty/ANGLE/src/compiler/preprocessor/DiagnosticsBase.cpp.o
make[1]: *** [CMakeFiles/Makefile2:1500: Source/WTF/wtf/CMakeFiles/WTF.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[  4%] Building CXX object Source/WebCore/CMakeFiles/ANGLESupport.dir/__/ThirdParty/ANGLE/src/compiler/preprocessor/DirectiveHandlerBase.cpp.o

[  5%] Linking CXX static library ../../lib/libANGLESupport.a
[  5%] Built target ANGLESupport
make: *** [Makefile:166: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
makepkg -fCs  242.46s user 54.59s system 484% cpu 1:01.36 total

FabioLolix commented on 2024-05-21 21:37 (UTC)

Guess you have icu 73 installed

tyler19820201 commented on 2024-05-21 21:36 (UTC)

But it does work for me with latest 75.1-1 icu.