Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
99 changes: 0 additions & 99 deletions srcpkgs/ledger/patches/boost-1.88.patch

This file was deleted.

19 changes: 0 additions & 19 deletions srcpkgs/ledger/patches/boost-1.89.patch

This file was deleted.

32 changes: 0 additions & 32 deletions srcpkgs/ledger/patches/cmake_wtf.patch

This file was deleted.

10 changes: 10 additions & 0 deletions srcpkgs/ledger/patches/utfcpp-cross-find-root-path.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- a/cmake/FindUtfcpp.cmake 2026-09-08 21:16:13.836090808 -0400
+++ b/cmake/FindUtfcpp.cmake 2026-09-08 21:16:13.836994276 -0400
@@ -12,6 +12,7 @@
NAMES utf8.h
HINTS "${UTFCPP_PATH}"
PATHS "${PROJECT_SOURCE_DIR}/lib/utfcpp/v4/source"
+ NO_CMAKE_FIND_ROOT_PATH
)

if (UTFCPP_INCLUDE_DIR)
14 changes: 3 additions & 11 deletions srcpkgs/ledger/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'ledger'
pkgname=ledger
version=3.3.2
revision=5
version=3.4.1
revision=1
build_style=cmake
makedepends="boost-devel-minimal libboost_filesystem libboost_iostreams
libboost_nowide libboost_unit_test_framework
Expand All @@ -11,15 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://www.ledger-cli.org/"
distfiles="https://github.com/ledger/${pkgname}/archive/v${version}.tar.gz"
checksum=555296ee1e870ff04e2356676977dcf55ebab5ad79126667bc56464cb1142035

post_extract() {
# see upstream: https://github.com/ledger/ledger/issues/1783
# > It seems to fail in a non-deterministic manner. If you run it long
# > enough, it might fail.
rm -f test/baseline/cmd-pricedb.test
rm -f test/baseline/cmd-prices.test
}
checksum=1cf012cdc8445cab0efc445064ef9b2d3f46ed0165dae803c40fe3d2b23fdaad

post_install() {
rm -Rf ${DESTDIR}/usr/local
Expand Down