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)
This commit is contained in:
Magnet Magnetic
2025-09-06 04:08:21 -04:00
committed by GitHub
parent 71aba77915
commit 8d8ef51bb6

View File

@@ -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