From 8d8ef51bb6b5940e93827f93b8c75de4c3f5dbf2 Mon Sep 17 00:00:00 2001 From: Magnet Magnetic Date: Sat, 6 Sep 2025 04:08:21 -0400 Subject: [PATCH] notes: bump to 2.3.1 (#12909) - Updated from 2.1.0 to 2.3.1 - Added Qt6 QML/Quick dependencies - Verified build and runtime on Haiku x86_64 (r1beta5) --- .../notes/{notes-2.1.0.recipe => notes-2.3.1.recipe} | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) rename app-text/notes/{notes-2.1.0.recipe => notes-2.3.1.recipe} (93%) diff --git a/app-text/notes/notes-2.1.0.recipe b/app-text/notes/notes-2.3.1.recipe similarity index 93% rename from app-text/notes/notes-2.1.0.recipe rename to app-text/notes/notes-2.3.1.recipe index f766ade0c..37f4e8052 100644 --- a/app-text/notes/notes-2.1.0.recipe +++ b/app-text/notes/notes-2.3.1.recipe @@ -20,9 +20,9 @@ needs to be done there). HOMEPAGE="https://get-notes.com" COPYRIGHT="2023 nuttyartist et all" LICENSE="MPL v2.0" -REVISION="2" -SOURCE_URI="https://github.com/nuttyartist/notes/archive/refs/tags/v2.1.0.tar.gz" -CHECKSUM_SHA256="8a8ae079fad6d9d5e9206acf5f4d19e1e73e1196e6c27408072b5cccf8778b95" +REVISION="1" +SOURCE_URI="https://github.com/nuttyartist/notes/archive/refs/tags/v2.3.1.tar.gz" +CHECKSUM_SHA256="de1dc90cc1b8af665a5f0aac3f2bcbf36620607b6a28d9be889fb3045f5518bd" srcGitRev_2="efdb2e5a25e5646390f8658e3321f6e9a4c3561a" SOURCE_URI_2="https://github.com/b00f/qautostart/archive/$srcGitRev_2.tar.gz" CHECKSUM_SHA256_2="5eb501b31916fdb516979c6a19dc17a64711186090a29f92be4a6f0704e819cd" @@ -51,6 +51,8 @@ REQUIRES=" lib:libQt6Core$secondaryArchSuffix lib:libQt6Gui$secondaryArchSuffix lib:libQt6Network$secondaryArchSuffix + lib:libQt6Qml$secondaryArchSuffix + lib:libQt6Quick$secondaryArchSuffix lib:libQt6Sql$secondaryArchSuffix lib:libQt6Widgets$secondaryArchSuffix lib:libX11$secondaryArchSuffix @@ -64,6 +66,8 @@ BUILD_REQUIRES=" devel:libQt6DBus$secondaryArchSuffix devel:libQt6Gui$secondaryArchSuffix devel:libQt6Network$secondaryArchSuffix + devel:libQt6Qml$secondaryArchSuffix + devel:libQt6Quick$secondaryArchSuffix devel:libQt6Sql$secondaryArchSuffix devel:libQt6Test$secondaryArchSuffix devel:libQt6Widgets$secondaryArchSuffix