summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Lenard Spencer2022-04-23 03:32:31 +0200
committer Willy Sudiarto Raharjo2022-04-23 20:47:23 +0200
commit0188ee97282235ee13c1aa3b46b97aa233426c34 (patch)
treefa1fb092f7b6da6ce6f334de0b3134176a473e0e
parent49d15bd778ff2b729fe867269967098ebeb75c89 (diff)
downloadslackbuilds-0188ee97282235ee13c1aa3b46b97aa233426c34.tar.gz
office/gnucash: Update DEP.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--office/gnucash/gnucash.SlackBuild6
-rw-r--r--office/gnucash/gnucash.info2
2 files changed, 2 insertions, 6 deletions
diff --git a/office/gnucash/gnucash.SlackBuild b/office/gnucash/gnucash.SlackBuild
index e04379772a..2a7bb47871 100644
--- a/office/gnucash/gnucash.SlackBuild
+++ b/office/gnucash/gnucash.SlackBuild
@@ -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 \
diff --git a/office/gnucash/gnucash.info b/office/gnucash/gnucash.info
index 5ae2564a7d..5d00611a8d 100644
--- a/office/gnucash/gnucash.info
+++ b/office/gnucash/gnucash.info
@@ -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"