diff --git a/recipes-lumina/lumina-desktop/lumina-pdf.bb b/recipes-lumina/lumina-desktop/lumina-pdf.bb index 0c9dfa54..c22a2ae6 100644 --- a/recipes-lumina/lumina-desktop/lumina-pdf.bb +++ b/recipes-lumina/lumina-desktop/lumina-pdf.bb @@ -15,13 +15,10 @@ DEPENDS += " \ poppler \ " -SRC_URI = " \ - git://github.com/lumina-desktop/lumina-pdf.git \ - file://0001-drawablepage.h-Add-missing-include.patch \ -" -SRCREV = "645ed591ef91c3607d3ab87dd86f7acfd08b05c9" +SRC_URI = "git://github.com/lumina-desktop/lumina-pdf.git" +SRCREV = "2f774ac9331e5a59f9e41ccb71b5f9a8c1498946" S = "${WORKDIR}/git/src-qt5" -PV = "1.5.0" +PV = "1.5.0+git${SRCPV}" do_configure_prepend() { # change paths by sed instead of endles escapes in 'DEFINES+=..' below diff --git a/recipes-lumina/lumina-desktop/lumina-pdf/0001-drawablepage.h-Add-missing-include.patch b/recipes-lumina/lumina-desktop/lumina-pdf/0001-drawablepage.h-Add-missing-include.patch deleted file mode 100644 index d8177027..00000000 --- a/recipes-lumina/lumina-desktop/lumina-pdf/0001-drawablepage.h-Add-missing-include.patch +++ /dev/null @@ -1,40 +0,0 @@ -From 61d568c309de582d917692b399778ea892290645 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Andreas=20M=C3=BCller?= -Date: Mon, 29 Apr 2019 21:08:29 +0200 -Subject: [PATCH] drawablepage.h: Add missing include -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -| In file included from ../git/src-qt5/Renderer-poppler.cpp:2: -| ../git/src-qt5/drawablepage.h:34:8: error: 'unique_ptr' in namespace 'std' does not name a template type -| std::unique_ptr page; -| ^~~~~~~~~~ -| ../git/src-qt5/drawablepage.h:34:3: note: 'std::unique_ptr' is defined in header ''; did you forget to '#include '? -| ../git/src-qt5/drawablepage.h:7:1: -| +#include - -Upstream-Status: Submitted [1] - -[1] https://github.com/lumina-desktop/lumina-pdf/pull/1 - -Signed-off-by: Andreas Müller ---- - drawablepage.h | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/drawablepage.h b/drawablepage.h -index ee3b76e..4e8d9c2 100644 ---- a/drawablepage.h -+++ b/drawablepage.h -@@ -4,6 +4,7 @@ - #include - #include - #include -+#include - - namespace LuminaPDF { - --- -2.20.1 -