Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1650 from mariux64/remove-webkitgtk
webkitgtk: move to uninstalled/
  • Loading branch information
wwwutz committed Feb 5, 2020
1 parent a8dd0b8 commit e450454
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions uninstalled/webkitgtk.be0
@@ -0,0 +1,47 @@
#!/usr/bin/env beesh

# 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

# 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 \
-DENABLE_WAYLAND_TARGET=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 e450454

Please sign in to comment.