gnucash, bump to version 5.14 (#13860)

This commit is contained in:
Schrijvers Luc
2026-03-23 15:35:40 +01:00
committed by GitHub
parent 805153821a
commit 435f027c52
2 changed files with 12 additions and 10 deletions

View File

@@ -5,11 +5,9 @@ COPYRIGHT="20012024 The GnuCash Project"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/$portVersion/gnucash-$portVersion.tar.bz2"
CHECKSUM_SHA256="082eecc332b722f223d3f2512626ebe5ef63f94aaf5c409e87526c654464aef5"
CHECKSUM_SHA256="0c6fd20214da86a9a0443359f7b62d9a2bd4ed802fd680853da4b757a371ac91"
PATCHES="gnucash-$portVersion.patchset"
ADDITIONAL_FILES="
gnucash.rdef.in
"
ADDITIONAL_FILES="gnucash.rdef.in"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
@@ -25,6 +23,8 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then
commandBinDir=$prefix/bin
fi
boostMinimumVersion="1.90.0"
PROVIDES="
gnucash$secondaryArchSuffix = $portVersion
app:GnuCash
@@ -65,6 +65,7 @@ REQUIRES="
lib:libgdk_pixbuf_2.0$secondaryArchSuffix
lib:libgtk_3$secondaryArchSuffix
lib:libguile_3.0$secondaryArchSuffix
lib:libgwengui_gtk3$secondaryArchSuffix
lib:libgwenhywfar$secondaryArchSuffix
lib:libharfbuzz$secondaryArchSuffix
lib:libicudata$secondaryArchSuffix
@@ -88,16 +89,17 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libaqbanking$secondaryArchSuffix
devel:libboost_date_time$secondaryArchSuffix >= 1.88.0
devel:libboost_filesystem$secondaryArchSuffix >= 1.88.0
devel:libboost_iostreams$secondaryArchSuffix >= 1.88.0
devel:libboost_locale$secondaryArchSuffix >= 1.88.0
devel:libboost_date_time$secondaryArchSuffix >= $boostMinimumVersion
devel:libboost_filesystem$secondaryArchSuffix >= $boostMinimumVersion
devel:libboost_iostreams$secondaryArchSuffix >= $boostMinimumVersion
devel:libboost_locale$secondaryArchSuffix >= $boostMinimumVersion
devel:libbrotlidec$secondaryArchSuffix
devel:libdbi$secondaryArchSuffix
devel:libgc$secondaryArchSuffix
devel:libglib_2.0$secondaryArchSuffix
devel:libgtest$secondaryArchSuffix
devel:libguile_3.0$secondaryArchSuffix
devel:libgwengui_gtk3$secondaryArchSuffix
devel:libgwenhywfar$secondaryArchSuffix
devel:libintl$secondaryArchSuffix
devel:libnghttp2$secondaryArchSuffix

View File

@@ -1,4 +1,4 @@
From cae3b0467029602618230c8abebecd19e091e67e Mon Sep 17 00:00:00 2001
From e3ef7a998ff82f5af04035fbbb13998fdb556437 Mon Sep 17 00:00:00 2001
From: Javier Steinaker <jsteinaker@gmail.com>
Date: Thu, 7 Nov 2024 02:27:47 -0300
Subject: Fix hardcoded data directory location
@@ -41,5 +41,5 @@ index b049a86..dc39388 100644
set_dist_list(ui_DIST CMakeLists.txt ${ui_SOURCES})
--
2.45.2
2.52.0