business/ledger: Updated for version 3.3.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Sanel Zukan 2024-02-25 09:25:12 +01:00 committed by Willy Sudiarto Raharjo
parent bad18acc30
commit 2bc1d89451
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 4 additions and 18 deletions

View File

@ -1,13 +0,0 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 15cb7ef90..bb8bfa2dc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,7 @@ set(Ledger_TEST_TIMEZONE "America/Chicago")
# Point CMake at any custom modules we may ship
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
-if(${CMAKE_VERSION} VERSION_LESS "3.16.0")
+if ((${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.7.0") AND (${CMAKE_VERSION} VERSION_LESS "3.16.0"))
# use backported module from 3.15 (introduced 3.12) to support older versions of cmake
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/python-backport")
endif()

View File

@ -12,7 +12,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ledger PRGNAM=ledger
VERSION=${VERSION:-3.2.1} VERSION=${VERSION:-3.3.2}
BUILD=${BUILD:-2} BUILD=${BUILD:-2}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}
@ -51,7 +51,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+
patch -p1 < $CWD/CMakeLists.txt.patch
patch -p1 < $CWD/boost-176.patch patch -p1 < $CWD/boost-176.patch
# 20220301 bkw: do not look for utfcpp's headers in /usr/include, use # 20220301 bkw: do not look for utfcpp's headers in /usr/include, use

View File

@ -1,8 +1,8 @@
PRGNAM="ledger" PRGNAM="ledger"
VERSION="3.2.1" VERSION="3.3.2"
HOMEPAGE="https://ledger-cli.org" HOMEPAGE="https://ledger-cli.org"
DOWNLOAD="https://github.com/ledger/ledger/archive/v3.2.1/ledger-3.2.1.tar.gz" DOWNLOAD="https://github.com/ledger/ledger/archive/v3.3.2/ledger-3.3.2.tar.gz"
MD5SUM="4f82445bf8a39010e51b6367cf82c6d9" MD5SUM="802bb7ed40be62bfbf68b70f15731f63"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""