office/gnucash: Updated for version 4.11.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Lenard Spencer 2022-07-02 03:22:31 +01:00 committed by Willy Sudiarto Raharjo
parent b9cf1ab925
commit 1180cf4e1c
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 5 additions and 17 deletions

View File

@ -1,12 +0,0 @@
diff -Nur gnucash-4.9.orig/CMakeLists.txt gnucash-4.9/CMakeLists.txt
--- gnucash-4.9.orig/CMakeLists.txt 2021-12-17 16:17:34.000000000 -0500
+++ gnucash-4.9/CMakeLists.txt 2022-02-01 18:20:28.027299079 -0500
@@ -211,7 +211,7 @@
pkg_check_modules (WEBKIT REQUIRED IMPORTED_TARGET webkitgtk-3.0)
set(WEBKIT1 1 CACHE INTERNAL "WebKitGtk")
else()
- pkg_check_modules (WEBKIT REQUIRED IMPORTED_TARGET webkit2gtk-4.0>=2.14.0)
+ pkg_check_modules (WEBKIT REQUIRED IMPORTED_TARGET webkit2gtk-4.1>=2.14.0)
set(WEBKIT2 1 CACHE INTERNAL "WebKit2Gtk4")
endif()

View File

@ -26,8 +26,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gnucash
VERSION=${VERSION:-4.10}
BUILD=${BUILD:-2}
VERSION=${VERSION:-4.11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="gnucash"
VERSION="4.10"
VERSION="4.11"
HOMEPAGE="https://www.gnucash.org/"
DOWNLOAD="https://downloads.sourceforge.net/gnucash/gnucash-4.10.tar.bz2"
MD5SUM="b14b2a2395213cf4c9e759b62192174b"
DOWNLOAD="https://downloads.sourceforge.net/gnucash/gnucash-4.11.tar.bz2"
MD5SUM="e6ea5e80ea27f09115439fab881a0ad5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="webkit2gtk gtest"