Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (e58543f92f78d143b547cfe3eeeb33bb0425fb0d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (e58543f92f78d143b547cfe3eeeb33bb0425fb0d)
  • Date: Sun, 2 Jan 2011 21:18:49 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

gnome2-apps/gnucash/DEPENDS | 14 +++++++++-----
gnome2-apps/gnucash/DETAILS | 4 ++--
gnome2-apps/gnucash/HISTORY | 5 +++++
3 files changed, 16 insertions(+), 7 deletions(-)

New commits:
commit e58543f92f78d143b547cfe3eeeb33bb0425fb0d
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

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.

diff --git a/gnome2-apps/gnucash/DEPENDS b/gnome2-apps/gnucash/DEPENDS
index e11da1f..2efb8eb 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 091a666..222f611 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 3c22548..4991376 100644
--- a/gnome2-apps/gnucash/HISTORY
+++ b/gnome2-apps/gnucash/HISTORY
@@ -1,3 +1,8 @@
+2011-01-11 George Sherwood <gsherwood AT 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 AT gmail.com>
* DEPENDS: if DEVEL, libdbi needed




  • [SM-Commit] GIT changes to master grimoire by George Sherwood (e58543f92f78d143b547cfe3eeeb33bb0425fb0d), George Sherwood, 01/02/2011

Archive powered by MHonArc 2.6.24.

Top of Page