Bug 306077 - Rekonq effectively requires kdelibs 4.8.3+ to build , but its CMakelists.txt does not reflect that requirement.
Summary: Rekonq effectively requires kdelibs 4.8.3+ to build , but its CMakelists.txt ...
Status: RESOLVED FIXED
Alias: None
Product: rekonq
Classification: Applications
Component: general (show other bugs)
Version: latest git snapshot
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Andrea Diamantini
URL:
Keywords:
: 305956 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-08-31 12:26 UTC by Jekyll Wu
Modified: 2012-09-02 20:30 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jekyll Wu 2012-08-31 12:26:09 UTC
Ever since commit 3b7a1ffa, rekonq requires kdelibs 4.8.3+ for it to build, because KWebPluginFactory::extractGuessedMimeType() is not there in older versions of kdelibs . However, its CMakeLists.txt still only requires kdelibs 4.7.0 .

Also note, the reporter of bug 305956 tried to build rekonq-1.1 against kdelibs 4.8.2 and failed. 





Reproducible: Always
Comment 1 Jekyll Wu 2012-08-31 12:38:10 UTC
https://git.reviewboard.kde.org/r/106287/
Comment 2 Andrea Diamantini 2012-09-02 20:28:50 UTC
Git commit 8fa4fbd26a3ee900c72737a2793f38f0ea361231 by Andrea Diamantini, on behalf of Jekyll Wu.
Committed on 02/09/2012 at 22:31.
Pushed by adjam into branch 'master'.

Bump build requirements to kdelibs 4.8.3
REVIEW: 106287
REVIEWED-BY: adjam

M  +1    -1    CMakeLists.txt
M  +1    -1    INSTALL

http://commits.kde.org/rekonq/8fa4fbd26a3ee900c72737a2793f38f0ea361231
Comment 3 Andrea Diamantini 2012-09-02 20:30:34 UTC
*** Bug 305956 has been marked as a duplicate of this bug. ***