Skip to Content.
Sympa Menu

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

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 (b206af34cadfe8f860de4f18045fd76622e0c81e)
  • Date: Sun, 29 Apr 2007 01:04:34 -0500

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

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

New commits:
commit b206af34cadfe8f860de4f18045fd76622e0c81e
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>

gnucash2: Updated to version 2.1.1. Removed DEPENDS g-wrap. From
http://www.gnucash.org/ # Internally, the programming language wrappers
are no longer being generated by the not-so-well-maintained package
"g-wrap" but instead by the well-established wrapper generator "SWIG".
In effect, gnucash does no longer depend on g-wrap anymore but uses SWIG
now. Builds for me without g-wrap.

diff --git a/gnome2-apps/gnucash2/DEPENDS b/gnome2-apps/gnucash2/DEPENDS
index 3d2e389..801177b 100755
--- a/gnome2-apps/gnucash2/DEPENDS
+++ b/gnome2-apps/gnucash2/DEPENDS
@@ -1,5 +1,4 @@
depends -sub CAIRO goffice-dev &&
-depends -sub G_WRAP_DEVEL g-wrap &&
depends gtkhtml2 &&
depends guile &&
depends libart_lgpl &&
diff --git a/gnome2-apps/gnucash2/DETAILS b/gnome2-apps/gnucash2/DETAILS
index f43ed19..04a9e66 100755
--- a/gnome2-apps/gnucash2/DETAILS
+++ b/gnome2-apps/gnucash2/DETAILS
@@ -1,5 +1,5 @@
SPELL=gnucash2
- VERSION=2.1.0
+ VERSION=2.1.1
# SOURCE_HASH=sha512:
SOURCE=${SPELL/2/}-$VERSION.tar.gz
SOURCE2=${SPELL/2/}-$VERSION.tar.gz.sig
@@ -10,7 +10,7 @@
SOURCE_GPG=gnucash-pubkey.key:$SOURCE2:UPSTREAM_KEY
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
# SOURCE_GPG=${SOURCE2}
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL/2/}-$VERSION\.
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL/2/}-$VERSION
WEB_SITE=http://www.gnucash.org
ENTERED=20011105
LICENSE[0]=GPL
diff --git a/gnome2-apps/gnucash2/HISTORY b/gnome2-apps/gnucash2/HISTORY
index 4353882..32dede4 100644
--- a/gnome2-apps/gnucash2/HISTORY
+++ b/gnome2-apps/gnucash2/HISTORY
@@ -1,3 +1,8 @@
+2007-04-29 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 2.1.1
+ * DEPENDS: Removed g-wrap. According to upstream not required
+ and builds on my system without it.
+
2007-04-19 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Depends on goffice built with cairo support (Bug #13688)
Depends on g-wrap devel version (Bug #13722)



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (b206af34cadfe8f860de4f18045fd76622e0c81e), George Sherwood, 04/29/2007

Archive powered by MHonArc 2.6.24.

Top of Page