office/gnucash: Update DEP.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Lenard Spencer 2022-04-23 08:32:31 +07:00 committed by Willy Sudiarto Raharjo
parent 49d15bd778
commit 0188ee9728
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 2 additions and 6 deletions

View file

@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gnucash
VERSION=${VERSION:-4.10}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -119,10 +119,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Since the latest yelp (needed by gnucash-docs) requires webkit2gtk4.1,
# we make an adjustment here to keep things consistent:
patch -p1 < $CWD/gnucash-webkit2gtk-4.1.patch
mkdir -p build
cd build
cmake \

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://downloads.sourceforge.net/gnucash/gnucash-4.10.tar.bz2"
MD5SUM="b14b2a2395213cf4c9e759b62192174b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="webkit2gtk4.1 gtest"
REQUIRES="webkit2gtk gtest"
MAINTAINER="Lenard Spencer"
EMAIL="lenardrspencer@gmail.com"