diff --git a/sci-visualization/labplot/labplot-2.12.1.recipe b/sci-visualization/labplot/labplot-2.12.1.recipe index 19bc59fa5..1b8fb9b9f 100644 --- a/sci-visualization/labplot/labplot-2.12.1.recipe +++ b/sci-visualization/labplot/labplot-2.12.1.recipe @@ -12,7 +12,7 @@ Feature highlights: HOMEPAGE="https://invent.kde.org/education/labplot" COPYRIGHT="2010-2025 KDE Organisation" LICENSE="GNU GPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://download.kde.org/stable/labplot/labplot-$portVersion.tar.xz" CHECKSUM_SHA256="e28155bfddf40e5b6f7c4791313556d1e48138044f216f210d515b9f6d6c106a" SOURCE_DIR="labplot-$portVersion" diff --git a/sci-visualization/labplot/patches/labplot-2.12.1.patchset b/sci-visualization/labplot/patches/labplot-2.12.1.patchset index ad753277d..a4408895f 100644 --- a/sci-visualization/labplot/patches/labplot-2.12.1.patchset +++ b/sci-visualization/labplot/patches/labplot-2.12.1.patchset @@ -1,4 +1,4 @@ -From fa74e06606e86bd4e6f79a202d099b33fb095d0f Mon Sep 17 00:00:00 2001 +From fa00f004765fde50c7281da195a45ac717def186 Mon Sep 17 00:00:00 2001 From: Luc Schrijvers Date: Sat, 26 Apr 2025 19:12:21 +0200 Subject: Don't default to xcb qt plugin on Haiku @@ -20,3 +20,25 @@ index 23bab67..50cf6dd 100644 -- 2.50.1 + +From 4df66cb33363df2da563d95fbe14cc058a08d082 Mon Sep 17 00:00:00 2001 +From: Luc Schrijvers +Date: Sat, 23 Aug 2025 09:23:32 +0200 +Subject: Fix version string + + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index c4861c7..5297884 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -1,6 +1,6 @@ + # see https://community.kde.org/Policies/CMake_Coding_Style + cmake_minimum_required(VERSION 3.17.0 FATAL_ERROR) +-project(labplot VERSION 2.12.0 LANGUAGES CXX C) ++project(labplot VERSION 2.12.1 LANGUAGES CXX C) + set(YEAR 2025) + + set(CMAKE_C_STANDARD 99) +-- +2.50.1 +