Skip to content

Bugfix update qt5 to 5.12.5 #1466

Merged
merged 4 commits into from
Nov 19, 2019
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
8 changes: 7 additions & 1 deletion qt5.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION qt5-5.12.4-0
# BEE_VERSION qt5-5.12.5-0

SRCURL[0]="https://download.qt.io/archive/qt/${PKGVERSION[2]}/${PKGVERSION}/single/qt-everywhere-src-${PKGVERSION}.tar.xz"

Expand All @@ -16,6 +16,12 @@ PREFIX=/usr/local/qt5
# start_cmd rm -rf ${S}/qtweb*
# }

# At the time of building the system libevent is a complete mess. But it also makes
# sense to keep this in future builds.
mee_configure_pre() {
start_cmd sed -e '/webengine-system-libevent/ s/=true\s*$/=false/' -i ${S}/qtwebengine/src/core/config/linux.pri
}

mee_configure() {
start_cmd ${S}/configure \
-prefix ${PREFIX} \
Expand Down
2 changes: 1 addition & 1 deletion qtlinks.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/env beesh

# BEE_VERSION qtlinks-1.0.1-2
# BEE_VERSION qtlinks-1.0.1-3

mee_install() {

Expand Down
6 changes: 1 addition & 5 deletions xpdf.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/env beesh

# BEE_VERSION xpdf-4.02-1
# BEE_VERSION xpdf-4.02-2

# BEE_CONFIGURE=compat

Expand All @@ -22,10 +22,6 @@ SRCURL[0]="https://xpdfreader-dl.s3.amazonaws.com/xpdf-${PKGVERSION}.tar.gz"
# bee_patch "${@}"
#}

mee_patch_post() {
sed -i -e '/\slastSize = size();/ a \ hide();\n event->ignore();' ${S}/xpdf-qt/XpdfViewer.cc
}

mee_configure() {
bee_configure \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
Expand Down