Skip to content

Commit

Permalink
QtWebKit: add version 5.9
Browse files Browse the repository at this point in the history
bring libWebKitWidgets.so.5 back in the system of rstudio
  • Loading branch information
david committed Mar 21, 2018
1 parent 7d5409b commit d41104d
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions qtwebkit.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#!/usr/bin/env beesh

# BEE_VERSION qtwebkit-5.9.0-0

SRCURL[0]="https://download.qt.io/community_releases/${PKGVERSION[2]}/${PKGVERSION}-final/qtwebkit-opensource-src-${PKGVERSION}.tar.xz"

# PATCHURL+=()

# EXCLUDE+=()

# build_in_sourcedir

# sourcesubdir_append src


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

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

mee_configure() {
cd ${S}
qmake
}

mee_build() {
cd ${S} && make ${BEE_MAKEFLAGS}
}

mee_install() {
make INSTALL_ROOT=${D} install
}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit d41104d

Please sign in to comment.