Skip to content

Commit

Permalink
Merge pull request #688 from mariux64/add-qtwebkit-and-new-rev-qtlinks
Browse files Browse the repository at this point in the history
Add QtWebKit and new rev qtlinks
  • Loading branch information
pmenzel authored Mar 21, 2018
2 parents 7d5409b + 5a77be1 commit 76d6ade
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 2 deletions.
2 changes: 2 additions & 0 deletions qtlinks-1.0.0-2.bee → qtlinks.be0
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/env beesh

# BEE_VERSION qtlinks-1.0.0-4

mee_install() {


Expand Down
35 changes: 35 additions & 0 deletions qtwebkit.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#!/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() {
qmake ${S}/WebKit.pro
}

mee_build() {
make ${BEE_MAKEFLAGS}
}

mee_install() {
make INSTALL_ROOT=${D} install
}
## by default this may be 'make install DESTDIR="${D}"'
4 changes: 2 additions & 2 deletions scripts/update-systemd-from-27-to-238.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ systemctl daemon-reexec
systemctl restart dbus.service # restarts GDM
#bee remove consolekit-0.4.4-0.x86_64 # needed by GDM to log in
#bee update fhs-3.0 # good idea? Removes /var/run?
bee update -f util-linux-2.31.1-1 xorg-server pulseaudio libgudev libusb xf86-input-evdev upower xf86-video-amdgpu xf86-video-nouveau gvfs-1.24.0-3 gnome-session-3.4.1-2 libatasmart qt5 udisks vlc-3.0.0-0
bee update -f util-linux-2.31.1-1 xorg-server pulseaudio libgudev libusb xf86-input-evdev upower xf86-video-amdgpu xf86-video-nouveau gvfs-1.24.0-3 gnome-session-3.4.1-2 libatasmart qt5 udisks vlc-3.0.0-0 qtlinks
bee remove systemd-27-0.x86_64
bee update -f systemd-238-0
bee install udev_compat-1.0-0
bee install udev_compat-1.0-0 qtwebkit-5.9.0-0
systemctl daemon-reload
systemctl disable console-kit-daemon

Expand Down

0 comments on commit 76d6ade

Please sign in to comment.