mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
labplot, revbump for missing patchset (#10290)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From 959115b2e94e1d897ad74cebda5be17a63105176 Mon Sep 17 00:00:00 2001
|
||||
From 70d3c62bb33c1f905a46d5744d98a2e3916445ed Mon Sep 17 00:00:00 2001
|
||||
From: Begasus <begasus@gmail.com>
|
||||
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 <begasus@gmail.com>
|
||||
Date: Fri, 19 Jan 2024 20:02:00 +0100
|
||||
Subject: Build fixes
|
||||
@@ -64,5 +64,28 @@ index a1f6461..08e9a86 100644
|
||||
#include <sys/resource.h>
|
||||
|
||||
--
|
||||
2.42.1
|
||||
2.43.2
|
||||
|
||||
|
||||
From 79cf16305254672e8041a02d992c81ea118e053c Mon Sep 17 00:00:00 2001
|
||||
From: Schrijvers Luc <begasus@gmail.com>
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user