* [PR PATCH] nuspell: update to 5.1.6.
@ 2024-08-03 15:56 Johnnynator
2024-08-03 21:41 ` [PR PATCH] [Merged]: " Johnnynator
0 siblings, 1 reply; 2+ messages in thread
From: Johnnynator @ 2024-08-03 15:56 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 322 bytes --]
There is a new pull request by Johnnynator against master on the void-packages repository
https://github.com/Johnnynator/void-packages nuspell
https://github.com/void-linux/void-packages/pull/51618
nuspell: update to 5.1.6.
None
A patch file from https://github.com/void-linux/void-packages/pull/51618.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nuspell-51618.patch --]
[-- Type: text/x-diff, Size: 2669 bytes --]
From 59aaa0695a0738136d1ddbc213e6939e52dee545 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Sat, 3 Aug 2024 17:53:43 +0200
Subject: [PATCH] nuspell: update to 5.1.6.
---
srcpkgs/nuspell/patches/new-catch2.patch | 40 ------------------------
srcpkgs/nuspell/template | 5 +--
2 files changed, 3 insertions(+), 42 deletions(-)
delete mode 100644 srcpkgs/nuspell/patches/new-catch2.patch
diff --git a/srcpkgs/nuspell/patches/new-catch2.patch b/srcpkgs/nuspell/patches/new-catch2.patch
deleted file mode 100644
index 14246dddfdd828..00000000000000
--- a/srcpkgs/nuspell/patches/new-catch2.patch
+++ /dev/null
@@ -1,40 +0,0 @@
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -58,7 +58,7 @@ endfunction()
-
- if (BUILD_TESTING)
- enable_testing()
-- find_package(Catch2 2.3.0 QUIET)
-+ find_package(Catch2 QUIET)
- if (NOT Catch2_FOUND)
- find_catch2_from_source()
- endif()
---- a/tests/CMakeLists.txt
-+++ b/tests/CMakeLists.txt
-@@ -1,5 +1,5 @@
- add_executable(unit_test unit_test.cxx catch_main.cxx)
--target_link_libraries(unit_test PRIVATE nuspell Catch2::Catch2)
-+target_link_libraries(unit_test PRIVATE nuspell Catch2::Catch2WithMain)
- if (MSVC)
- target_compile_options(unit_test PRIVATE "/utf-8")
- # Consider doing this for all the other targets by setting this flag
---- a/tests/catch_main.cxx
-+++ b/tests/catch_main.cxx
-@@ -16,5 +16,4 @@
- * along with Nuspell. If not, see <http://www.gnu.org/licenses/>.
- */
-
--#define CATCH_CONFIG_MAIN
--#include <catch2/catch.hpp>
-+#include <catch2/catch_all.hpp>
---- a/tests/unit_test.cxx
-+++ b/tests/unit_test.cxx
-@@ -16,7 +16,7 @@
- * along with Nuspell. If not, see <http://www.gnu.org/licenses/>.
- */
-
--#include <catch2/catch.hpp>
-+#include <catch2/catch_all.hpp>
- #include <nuspell/dictionary.hxx>
- #include <nuspell/utils.hxx>
-
diff --git a/srcpkgs/nuspell/template b/srcpkgs/nuspell/template
index edf8d8af36c3cd..37eeb64dda2471 100644
--- a/srcpkgs/nuspell/template
+++ b/srcpkgs/nuspell/template
@@ -1,16 +1,17 @@
# Template file for 'nuspell'
pkgname=nuspell
-version=5.1.3
+version=5.1.6
revision=1
build_style=cmake
configure_args="-DBUILD_SHARED_LIBS=ON"
+hostmakedepends="pandoc"
makedepends="icu-devel catch2"
short_desc="C++ spell checking library"
maintainer="John <me@johnnynator.dev>"
license="LGPL-3.0-or-later"
homepage="https://nuspell.github.io/"
distfiles="https://github.com/nuspell/nuspell/archive/v${version}.tar.gz"
-checksum=2b1c96bdc5a32a17fc8fc24a0c205fa52b0a2920dd6139b0a7d7744cdef48c22
+checksum=5d4baa1daf833a18dc06ae0af0571d9574cc849d47daff6b9ce11dac0a5ded6a
libnuspell_package() {
pkg_install() {
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PR PATCH] [Merged]: nuspell: update to 5.1.6.
2024-08-03 15:56 [PR PATCH] nuspell: update to 5.1.6 Johnnynator
@ 2024-08-03 21:41 ` Johnnynator
0 siblings, 0 replies; 2+ messages in thread
From: Johnnynator @ 2024-08-03 21:41 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 163 bytes --]
There's a merged pull request on the void-packages repository
nuspell: update to 5.1.6.
https://github.com/void-linux/void-packages/pull/51618
Description:
None
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-03 21:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-03 15:56 [PR PATCH] nuspell: update to 5.1.6 Johnnynator
2024-08-03 21:41 ` [PR PATCH] [Merged]: " Johnnynator
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).