mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
office/gnucash: Update DEP.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
49d15bd778
commit
0188ee9728
2 changed files with 2 additions and 6 deletions
|
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=gnucash
|
PRGNAM=gnucash
|
||||||
VERSION=${VERSION:-4.10}
|
VERSION=${VERSION:-4.10}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
||||||
|
@ -119,10 +119,6 @@ find -L . \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
-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
|
mkdir -p build
|
||||||
cd build
|
cd build
|
||||||
cmake \
|
cmake \
|
||||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="https://downloads.sourceforge.net/gnucash/gnucash-4.10.tar.bz2"
|
||||||
MD5SUM="b14b2a2395213cf4c9e759b62192174b"
|
MD5SUM="b14b2a2395213cf4c9e759b62192174b"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="webkit2gtk4.1 gtest"
|
REQUIRES="webkit2gtk gtest"
|
||||||
MAINTAINER="Lenard Spencer"
|
MAINTAINER="Lenard Spencer"
|
||||||
EMAIL="lenardrspencer@gmail.com"
|
EMAIL="lenardrspencer@gmail.com"
|
||||||
|
|
Loading…
Reference in a new issue