liri-browser: update to latest sources and rework recipe

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2018-12-27 18:47:20 +01:00
parent 0fafe335e2
commit bb40582228

View File

@@ -1,21 +1,22 @@
SUMMARY = "LIRI Web browser"
LICENSE = "GPLv3"
LICENSE = "BSD-3-Clause & GPLv3"
LIC_FILES_CHKSUM = " \
file://LICENSE.BSD;md5=45ba01a83fedf3882c6bb7f5c8eb7a6c \
file://LICENSE.GPLv3;md5=8f0e2cd40e05189ec81232da84bd6e1a \
"
inherit qmake5
inherit liri gtk-icon-cache
PV = "0.0.0+git${SRCPV}"
SRC_URI = "git://github.com/lirios/browser.git;branch=develop"
SRCREV = "4f27d0b1abb85ad0166482128570b158c3b446aa"
SRCREV = "c914ffea326f24dcf8fd7ed799c4d001bd099ce3"
S = "${WORKDIR}/git"
DEPENDS += " \
qtdeclarative \
qtquickcontrols2 \
fluid \
qtsvg \
qtgraphicaleffects \
qtwebengine \
liri-fluid \
"
do_configure_prepend() {