Skip to content

Commit

Permalink
webkitgtk: update to 2.27.4
Browse files Browse the repository at this point in the history
- 2.27.3 failed to build with disabled Wayland
- local patches applied
- Chuck Norris reported it upstream https://bugs.webkit.org/show_bug.cgi?id=207190
  • Loading branch information
wwwutz committed Feb 5, 2020
1 parent 5ca4492 commit d85e145
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions webkitgtk.be0
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
#!/usr/bin/env beesh

# BEE_VERSION webkitgtk-2.27.3-1
# BEE_VERSION webkitgtk-2.27.4-0

# more info: https://webkitgtk.org

SRCURL[0]="https://webkitgtk.org/releases/webkitgtk-${PKGVERSION}.tar.xz"

PATCHURL+=(/src/mariux/download/webkitgtk-2.20.1-patch-perlfix.patch)
PATCHURL+=(/src/mariux/patches/webkitgtk-2.27-no-wayland.patch)

# build_in_sourcedir

Expand All @@ -29,7 +30,8 @@ mee_configure() {
-DENABLE_MINIBROWSER=ON \
-DUSE_WPE_RENDERER=OFF \
-DUSE_LIBHYPHEN=OFF \
-DENABLE_BUBBLEWRAP_SANDBOX=OFF
-DENABLE_BUBBLEWRAP_SANDBOX=OFF \
-DENABLE_WAYLAND_TARGET=OFF
}

#mee_build() {
Expand All @@ -40,6 +42,6 @@ mee_configure() {
# bee_install
#}

mee_install_post() {
ln -vs /usr/libexec/webkit2gtk-4.0/MiniBrowser ${D}/usr/bin/MiniBrowser
}
#mee_install_post() {
# ln -vs /usr/libexec/webkit2gtk-4.0/MiniBrowser ${D}/usr/bin/MiniBrowser
#}

0 comments on commit d85e145

Please sign in to comment.