diff --git a/sci-visualization/labplot/labplot-2.10.1.recipe b/sci-visualization/labplot/labplot-2.10.1.recipe index 9b158dd78..8b31337c1 100644 --- a/sci-visualization/labplot/labplot-2.10.1.recipe +++ b/sci-visualization/labplot/labplot-2.10.1.recipe @@ -12,7 +12,7 @@ Feature highlights: HOMEPAGE="https://invent.kde.org/education/labplot" COPYRIGHT="2010-2023 KDE Organisation" LICENSE="GNU GPL v2" -REVISION="3" +REVISION="4" SOURCE_URI="$HOMEPAGE/-/archive/$portVersion/labplot-$portVersion.tar.bz2" CHECKSUM_SHA256="305208fdd453f1a996273a001db8642092fcc0c7ab18b6a65af59abc93e93d44" SOURCE_DIR="labplot-$portVersion" diff --git a/sci-visualization/labplot/patches/labplot-2.10.1.patchset b/sci-visualization/labplot/patches/labplot-2.10.1.patchset index 5a6d11db1..625ac4e47 100644 --- a/sci-visualization/labplot/patches/labplot-2.10.1.patchset +++ b/sci-visualization/labplot/patches/labplot-2.10.1.patchset @@ -1,4 +1,4 @@ -From 959115b2e94e1d897ad74cebda5be17a63105176 Mon Sep 17 00:00:00 2001 +From 70d3c62bb33c1f905a46d5744d98a2e3916445ed Mon Sep 17 00:00:00 2001 From: Begasus Date: Fri, 19 Jan 2024 17:43:10 +0100 Subject: Disable DocTools @@ -25,10 +25,10 @@ index 5731788..ed55246 100644 if (ENABLE_TESTS) -- -2.42.1 +2.43.2 -From 2f08414d084bdbdfda945732ab1fab2d0e385b71 Mon Sep 17 00:00:00 2001 +From a5e24f9ffc825b06e5cfec5e5a3a1f05db9cb930 Mon Sep 17 00:00:00 2001 From: Begasus Date: Fri, 19 Jan 2024 20:02:00 +0100 Subject: Build fixes @@ -64,5 +64,28 @@ index a1f6461..08e9a86 100644 #include -- -2.42.1 +2.43.2 + + +From 79cf16305254672e8041a02d992c81ea118e053c Mon Sep 17 00:00:00 2001 +From: Schrijvers Luc +Date: Mon, 1 Apr 2024 21:32:06 +0200 +Subject: Build fix + + +diff --git a/src/backend/datasources/projects/OriginProjectParser.h b/src/backend/datasources/projects/OriginProjectParser.h +index 9d7e9f6..06c1c0b 100644 +--- a/src/backend/datasources/projects/OriginProjectParser.h ++++ b/src/backend/datasources/projects/OriginProjectParser.h +@@ -11,7 +11,7 @@ + #ifndef ORIGINPROJECTPARSER_H + #define ORIGINPROJECTPARSER_H + +-#include "OriginFile.h" ++#include "liborigin/OriginFile.h" + #include "backend/datasources/projects/ProjectParser.h" + #include "backend/worksheet/Background.h" + +-- +2.43.2