FS#52765 - [qt5-webkit-ng] Rebuild against Qt 5.8.0 required

Attached to Project: Arch Linux
Opened by Marius (Martchus) - Sunday, 29 January 2017, 17:22 GMT
Last edited by Antonio Rojas (arojas) - Sunday, 29 January 2017, 21:10 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Antonio Rojas (arojas)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
It seems that a rebuild against Q 5.8.0 is required. At least use of
provided CMake module otherwise doesn't work because the Qt version
there is hard-coded to match exactly the version which was present
at build time:

```
find_dependency(Qt5Core 5.7.1 EXACT)
find_dependency(Qt5Gui 5.7.1 EXACT)
find_dependency(Qt5Network 5.7.1 EXACT)
```


Additional info:
Not sure whether this constraint is actually required.
Maybe it is wrong and hence a bug in Qt WebKit ng.


Steps to reproduce:
Just try to use the CMake module provided
by this package.
This task depends upon

Closed by  Antonio Rojas (arojas)
Sunday, 29 January 2017, 21:10 GMT
Reason for closing:  Fixed
Additional comments about closing:  qt5-webkit-ng tp4-2
Comment by Marius (Martchus) - Sunday, 29 January 2017, 20:10 GMT
Ask on IRC whether the constraint is actually correct. Only got one answer so far:
[18:41] <Emdek> AFAIK incorrect, newer versions should be fine

So you could add the following patch to prevent further rebuilds.

https://github.com/Martchus/webkit/commit/dc0c3fc176ccc3d59a8ae69f3d453ea069f9dab1.patch
Comment by Antonio Rojas (arojas) - Sunday, 29 January 2017, 21:10 GMT
Thanks, already rebuilt it, will add it for next build if it's merged upstream

Loading...