diff --git a/srcpkgs/gnucash/patches/boost-1.89.patch b/srcpkgs/gnucash/patches/boost-1.89.patch new file mode 100644 index 00000000000..1ff67195012 --- /dev/null +++ b/srcpkgs/gnucash/patches/boost-1.89.patch @@ -0,0 +1,11 @@ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -576,7 +576,7 @@ set (Boost_FIND_QUIETLY ON) + if (NOT DEFINED ${BOOST_ROOT}) + set(BOOST_ROOT $ENV{BOOST_ROOT}) + endif() +-find_package (Boost 1.67.0 COMPONENTS date_time filesystem locale program_options regex system) ++find_package (Boost 1.67.0 COMPONENTS filesystem locale program_options) + + if (Boost_FOUND) + include_directories(${Boost_INCLUDE_DIRS}) diff --git a/srcpkgs/gnucash/template b/srcpkgs/gnucash/template index 2993023ccdf..9700952d715 100644 --- a/srcpkgs/gnucash/template +++ b/srcpkgs/gnucash/template @@ -1,14 +1,13 @@ # Template file for 'gnucash' pkgname=gnucash version=5.12 -revision=2 +revision=3 build_style=cmake make_check_target=check configure_args="-DWITH_PYTHON=1 -DCOMPILE_GSCHEMAS=OFF" hostmakedepends="pkg-config guile python3-setuptools libxslt perl gettext swig" makedepends="aqbanking-devel icu-devel gc-devel glib-devel gtest-devel guile-devel boost-devel-minimal libboost_filesystem libboost_locale libboost_program_options - libboost_date_time libboost_regex gwenhywfar-devel ktoblzcheck-devel libofx-devel libsecret-devel libxslt-devel libwebkit2gtk41-devel python3-devel gwenhywfar-gtk3 tzdata libdbi-devel libdbi-drivers-devel"