From bb405822283cb3f78d78c7f566e67d10e1de1ad9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 27 Dec 2018 18:47:20 +0100 Subject: [PATCH] liri-browser: update to latest sources and rework recipe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-liri/liri-browser/liri-browser_git.bb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/recipes-liri/liri-browser/liri-browser_git.bb b/recipes-liri/liri-browser/liri-browser_git.bb index 3937f8bf..d0ad9605 100644 --- a/recipes-liri/liri-browser/liri-browser_git.bb +++ b/recipes-liri/liri-browser/liri-browser_git.bb @@ -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() {