summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Sherwood2011-01-02 21:19:08 -0600
committerGeorge Sherwood2011-01-02 21:19:08 -0600
commite58543f92f78d143b547cfe3eeeb33bb0425fb0d (patch)
treec09f312a310baa94734e48b57cd2c5ee5e86e00a
parent00493daad5f825341369f5b1d0f48be3d34391f7 (diff)
gnucash: Updated devel to version 2.4.0. This version is stable, but spell
still needs clean-up with some CONFIGURE options set. Works great like this though.
-rwxr-xr-xgnome2-apps/gnucash/DEPENDS14
-rwxr-xr-xgnome2-apps/gnucash/DETAILS4
-rw-r--r--gnome2-apps/gnucash/HISTORY5
3 files changed, 16 insertions, 7 deletions
diff --git a/gnome2-apps/gnucash/DEPENDS b/gnome2-apps/gnucash/DEPENDS
index e11da1f220..2efb8eb074 100755
--- a/gnome2-apps/gnucash/DEPENDS
+++ b/gnome2-apps/gnucash/DEPENDS
@@ -1,7 +1,13 @@
if [ "$GNUCASH_DEVEL" == "y" ]; then
- depends libdbi
-fi &&
-
+ depends webkitgtk "--with-html-engine=webkit" &&
+ optional_depends libdbi \
+ "" \
+ "--disable-dbi" \
+ "to build the libdbi backed"
+else
+depends -sub "GUILE" swig &&
+depends gtkhtml2
+fi &&
optional_depends aqbanking \
'--enable-hbci' \
'--disable-hbci' \
@@ -17,7 +23,6 @@ depends libgnomeprint &&
depends libgnomeui &&
depends -sub "GTK2" goffice &&
depends libgsf &&
-depends gtkhtml2 &&
optional_depends libofx \
'--enable-ofx' \
@@ -26,7 +31,6 @@ optional_depends libofx \
depends libxml2 &&
depends pango &&
-depends -sub "GUILE" swig &&
### ALL PAST THIS POINT NOT UPSTREAM DEPENDENCY###
diff --git a/gnome2-apps/gnucash/DETAILS b/gnome2-apps/gnucash/DETAILS
index 091a666bd8..222f6114c2 100755
--- a/gnome2-apps/gnucash/DETAILS
+++ b/gnome2-apps/gnucash/DETAILS
@@ -1,7 +1,7 @@
SPELL=gnucash
if [ "$GNUCASH_DEVEL" == "y" ]; then
- VERSION=2.3.15
- SOURCE_HASH=sha512:9763903ce46b52b86d7d7e0e790d3049a73eb52a723f82416cc5e99a10cf2d551be6ffb8298983c31d35d86419176c80da0b2bbb8ea8132b70b3a6de92201e5e
+ VERSION=2.4.0
+ SOURCE_HASH=sha512:e33544ce169a4ba856d4dba628c6900ef3480d09967cd36702eda30ef5198d091c8c05b7d95c43078503909d9961b9b28ba05e7fbff2e459f6d5c808259a5457
else
VERSION=2.2.9
SOURCE_HASH=sha512:211082ec4504524456ebc6bad3a0e315201f717827d7eb6a789efea3b1cdf243456f4a08c33590123f80f6e5126002af5c1b7c95b312bc4ea22e2c00a4b17323
diff --git a/gnome2-apps/gnucash/HISTORY b/gnome2-apps/gnucash/HISTORY
index 3c22548e2b..4991376be8 100644
--- a/gnome2-apps/gnucash/HISTORY
+++ b/gnome2-apps/gnucash/HISTORY
@@ -1,3 +1,8 @@
+2011-01-11 George Sherwood <gsherwood@sourcemage.org>
+ * DEPENDS: if DEVEL, optional_depends libdbi
+ if DEVEL, depends webkitgtk
+ if DEVEL, does not depend on swig
+
2010-08-26 David C. Haley <khoralin@gmail.com>
* DEPENDS: if DEVEL, libdbi needed