diff --git a/app-office/gnucash/gnucash-5.13.recipe b/app-office/gnucash/gnucash-5.14.recipe similarity index 90% rename from app-office/gnucash/gnucash-5.13.recipe rename to app-office/gnucash/gnucash-5.14.recipe index 2d880ab1d..966fc9848 100644 --- a/app-office/gnucash/gnucash-5.13.recipe +++ b/app-office/gnucash/gnucash-5.14.recipe @@ -5,11 +5,9 @@ COPYRIGHT="2001–2024 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 diff --git a/app-office/gnucash/patches/gnucash-5.13.patchset b/app-office/gnucash/patches/gnucash-5.14.patchset similarity index 96% rename from app-office/gnucash/patches/gnucash-5.13.patchset rename to app-office/gnucash/patches/gnucash-5.14.patchset index 9c6739ebc..c4274f4a9 100644 --- a/app-office/gnucash/patches/gnucash-5.13.patchset +++ b/app-office/gnucash/patches/gnucash-5.14.patchset @@ -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 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