From c6ec5cdbc75731d3c38b2d749cc64f419785a3d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 29 Jan 2021 23:45:57 +0100 Subject: [PATCH] lumina-pdf: upgrade 1.5.0+ -> 1.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-lumina/lumina-desktop/lumina-pdf.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-lumina/lumina-desktop/lumina-pdf.bb b/recipes-lumina/lumina-desktop/lumina-pdf.bb index c22a2ae6..e68682ad 100644 --- a/recipes-lumina/lumina-desktop/lumina-pdf.bb +++ b/recipes-lumina/lumina-desktop/lumina-pdf.bb @@ -16,9 +16,9 @@ DEPENDS += " \ " SRC_URI = "git://github.com/lumina-desktop/lumina-pdf.git" -SRCREV = "2f774ac9331e5a59f9e41ccb71b5f9a8c1498946" +SRCREV = "808a6a17a399b5c38801256985181d735b569e24" S = "${WORKDIR}/git/src-qt5" -PV = "1.5.0+git${SRCPV}" +PV = "1.6.0" do_configure_prepend() { # change paths by sed instead of endles escapes in 'DEFINES+=..' below