Skip to content

Commit

Permalink
webkitgkt: update to 2.27.3
Browse files Browse the repository at this point in the history
- build with clang is mandatory
  • Loading branch information
wwwutz committed Nov 28, 2019
1 parent e13b118 commit 77aea54
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 86 deletions.
86 changes: 0 additions & 86 deletions webkitgtk-2.10.7-0.bee

This file was deleted.

45 changes: 45 additions & 0 deletions webkitgtk.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
#!/usr/bin/env beesh

# BEE_VERSION webkitgtk-2.27.3-1

# 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)

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
CC=/usr/bin/clang \
CXX=/usr/bin/clang++ \
bee_configure \
-DPORT=GTK \
-DCMAKE_BUILD_TYPE=Release \
-DENABLE_MINIBROWSER=ON \
-DUSE_WPE_RENDERER=OFF \
-DUSE_LIBHYPHEN=OFF \
-DENABLE_BUBBLEWRAP_SANDBOX=OFF
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

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

0 comments on commit 77aea54

Please sign in to comment.