-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump-up Webkit related components to the latest stable versions
- Update cog 0.17.90 to 0.18.2. * Release notes: * https://wpewebkit.org/release/cog-0.18.0.html * https://wpewebkit.org/release/cog-0.18.1.html * https://wpewebkit.org/release/cog-0.18.2.html * Remove cog old versions: 0.12, 0.14 - Remove libwpe old versions: 1.12 - Update wpebackend-fdo 1.14.1 to 1.14.2 * Release notes: * https://wpewebkit.org/release/wpebackend-fdo-1.14.2.html * Remove wpebackend-fdo old versions: 1.10, 1.12 - Add webkitgtk recipe for version 2.42.4 * Release notes: * https://webkitgtk.org/2023/9/15/webkitgtk2.42.0-released.html * https://webkitgtk.org/2023/9/27/webkitgtk2.42.1-released.html * https://webkitgtk.org/2023/11/10/webkitgtk2.42.2-released.html * https://webkitgtk.org/2023/12/05/webkitgtk2.42.3-released.html * https://webkitgtk.org/2023/12/15/webkitgtk2.42.4-released.html * Remove webkitgtk old versions: 2.38, 2.40 - Add wpewebkit recipe for version 2.42.4 * Release notes: * https://wpewebkit.org/release/wpewebkit-2.42.0.html * https://wpewebkit.org/release/wpewebkit-2.42.1.html * https://wpewebkit.org/release/wpewebkit-2.42.2.html * https://wpewebkit.org/release/wpewebkit-2.42.3.html * https://wpewebkit.org/release/wpewebkit-2.42.4.html * Remove wpewebkit old versions: 2.36, 2.38 - Update presets for wpe-2.40, remove presets for wpe-2.36 and add presets for wpe-2.42 - Update the references in the webkit-bleeding.inc - Update the CI test jobs (2.42 is the main target to stress now) Credits to Wouter Vanhauwaert for the initial work done in the Pull Requests #487 [1]. [1] #487 Signed-off-by: Pablo Saavedra <[email protected]> Suggested-by: Wouter Vanhauwaert <[email protected]>
- Loading branch information
Showing
28 changed files
with
420 additions
and
405 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
PREFERRED_PROVIDER_virtual/wpebackend = "wpebackend-fdo" | ||
PREFERRED_PROVIDER_virtual/libwpe = "libwpe" | ||
PREFERRED_VERSION_cog = "0.18.%" | ||
PREFERRED_VERSION_libwpe = "1.14.%" | ||
PREFERRED_VERSION_wpebackend-fdo = "1.14.%" | ||
PREFERRED_VERSION_wpebackend-rdk = "1.20200213" | ||
PREFERRED_VERSION_wpewebkit = "2.42.%" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 0 additions & 41 deletions
41
recipes-browser/cog/cog/0001-Fix-missing-xkbcommon.h-include.patch
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,7 @@ | ||
require cog.inc | ||
require cog-meson.inc | ||
|
||
DEFAULT_PREFERENCE = "-1" | ||
|
||
SRC_URI[sha256sum] = "37c5f14123b8dcf077839f6c60f0d721d2a91bb37829e796f420126e6b0d38b5" | ||
|
||
# Required since https://github.com/Igalia/cog/commit/48dfac2ba637e223eeea1b289526d0f51e39ab88 | ||
DEPENDS:append = " libxkbcommon" | ||
|
||
RDEPENDS:${PN} += "wpewebkit (>= 2.36)" | ||
RDEPENDS:${PN} += "wpewebkit (< 2.38)" | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
require cog.inc | ||
require cog-meson.inc | ||
require conf/include/devupstream.inc | ||
|
||
SRC_URI[sha256sum] = "3c4237cff6323b8c3eaf52c6f3f6415b898a22c0127c6c396c1eaa6eef46c279" | ||
|
||
SRC_URI:class-devupstream = "git://github.com/Igalia/cog.git;protocol=https;branch=master" | ||
# Cog 0.18.X branch was forked from the master branch in this commit | ||
SRCREV:class-devupstream = "8e1acd3704e22904acc2fee0d4a2f5344257434c" | ||
|
||
RDEPENDS:${PN} += "wpewebkit (>= 2.42)" | ||
|
||
# Required for 0.17+ | ||
PACKAGECONFIG[soup2] = ",,libsoup-2.4" |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.