Skip to content

Add QtWebKit and new rev qtlinks #688

Merged
merged 3 commits into from
Mar 21, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uncomment this line to avoid having to change to the source directory below.


# 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