diff options
author | Lenard Spencer <lenardrspencer@gmail.com> | 2020-09-05 08:16:49 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-09-05 08:17:01 +0700 |
commit | a934dd57fe027fd66ae5f4e8da22ec0fbe373134 (patch) | |
tree | 4e3bbe0116a9546c948ad8c44d9984b210add92d /office/gnucash/gnucash.SlackBuild | |
parent | 4a9f0698771e65a386e31b769fbf16fac8adcc06 (diff) | |
download | slackbuilds-a934dd57fe027fd66ae5f4e8da22ec0fbe373134.tar.gz |
office/gnucash: Updated for version 3.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/gnucash/gnucash.SlackBuild')
-rw-r--r-- | office/gnucash/gnucash.SlackBuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/office/gnucash/gnucash.SlackBuild b/office/gnucash/gnucash.SlackBuild index ae678bba69..8599c535fa 100644 --- a/office/gnucash/gnucash.SlackBuild +++ b/office/gnucash/gnucash.SlackBuild @@ -24,8 +24,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gnucash -VERSION=${VERSION:-3.10} -BUILD=${BUILD:-2} +VERSION=${VERSION:-3.11} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PACKAGER=${PACKAGER:-"Just Another Slacker"} @@ -70,7 +70,7 @@ if [ -e /usr/bin/gnucash ]; then fi if [ "$DBI" = "yes" ]; then - DBIARGS="-DWITH_SQL=ON -DGNC_DBD_DIR=/usr/lib${LIBDIRSUFFIX}/dbd/ -DGENERATE_SWIG_WRAPPERS=ON " + DBIARGS="-DWITH_SQL=ON -DGNC_DBD_DIR=/usr/lib${LIBDIRSUFFIX}/dbd/" echo " building with SQL integration enabled" sleep 1 else @@ -116,9 +116,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 {} \; -# Patch for the newest boost (will be in gncuash 3.11) -patch -p0 < $CWD/gnucash-boost-1.73.patch - # New option to build with ninja: if [ "${NINJA:-no}" = "yes" ]; then echo "building using Ninja:" |