Skip to Content.
Sympa Menu

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

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 (956662a4d0968240413f246558a4e0821ac0d976)
  • Date: Fri, 26 Sep 2008 20:46:32 -0500

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

gnome2-apps/gnucash/DETAILS | 4 +--
gnome2-apps/gnucash/HISTORY | 6 ++++
gnome2-apps/gnucash/PRE_BUILD | 3 --
gnome2-apps/gnucash/configure-fix.diff | 40
---------------------------------
4 files changed, 8 insertions(+), 45 deletions(-)

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

gnucash: Updated to version 2.2.7. Removed PRE_BUILD and
patch that isn't needed any more.

diff --git a/gnome2-apps/gnucash/DETAILS b/gnome2-apps/gnucash/DETAILS
index bb9d82d..828f0fd 100755
--- a/gnome2-apps/gnucash/DETAILS
+++ b/gnome2-apps/gnucash/DETAILS
@@ -1,5 +1,5 @@
SPELL=gnucash
- VERSION=2.2.6
+ VERSION=2.2.7
SOURCE=${SPELL/2/}-$VERSION.tar.gz
# SOURCE2=${SPELL/2/}-$VERSION.tar.gz.sig
SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL/2/}/${SOURCE}
@@ -7,7 +7,7 @@
# SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
# SOURCE2_IGNORE=signature
# SOURCE_GPG=gnucash-pubkey.key:$SOURCE2:UPSTREAM_KEY
-
SOURCE_HASH=sha512:baee0e3bd0fba8e0029081156b3f55e17901fdd9850b78da540ca2a98af5c4bba84e1c28932774aeeb200b5d93e562316d7d0c7f8a4cd386bdc386c283cf43e3
+
SOURCE_HASH=sha512:1841dfaf03d1cd5106d7f82140262635e8c29724103c5601886b87043c57bc253a4434b18ec2d31601ac6470c2a3e782803e7fdff1e59a633ed60adbfefd624f
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL/2/}-$VERSION
WEB_SITE=http://www.gnucash.org
ENTERED=20011105
diff --git a/gnome2-apps/gnucash/HISTORY b/gnome2-apps/gnucash/HISTORY
index f41c672..42fed85 100644
--- a/gnome2-apps/gnucash/HISTORY
+++ b/gnome2-apps/gnucash/HISTORY
@@ -1,3 +1,9 @@
+2008-09-26 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated to version 2.2.7
+ * PRE_BUILD: Remove unneeded patch.
+ * configure-fix.diff: Removed uneeded patch. Configures
+ fine with goffice
+
2008-08-01 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 2.2.6
* DEPENDS: depends goffice. depends aqbanking
diff --git a/gnome2-apps/gnucash/PRE_BUILD b/gnome2-apps/gnucash/PRE_BUILD
deleted file mode 100755
index 21ff08d..0000000
--- a/gnome2-apps/gnucash/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-patch -p0 < $SCRIPT_DIRECTORY/configure-fix.diff
diff --git a/gnome2-apps/gnucash/configure-fix.diff
b/gnome2-apps/gnucash/configure-fix.diff
deleted file mode 100644
index 183f108..0000000
--- a/gnome2-apps/gnucash/configure-fix.diff
+++ /dev/null
@@ -1,40 +0,0 @@
---- configure.orig 2007-07-14 06:43:52.000000000 +0500
-+++ configure 2007-07-15 13:16:46.000000000 +0500
-@@ -29913,23 +29913,23 @@
- else
- pkg_config_min_version=0.9.0
- if $PKG_CONFIG --atleast-pkgconfig-version $pkg_config_min_version;
then
-- { echo "$as_me:$LINENO: checking for libgoffice-0.3 >= 0.3.0" >&5
--echo $ECHO_N "checking for libgoffice-0.3 >= 0.3.0... $ECHO_C" >&6; }
-+ { echo "$as_me:$LINENO: checking for libgoffice-0.4 >= 0.3.0" >&5
-+echo $ECHO_N "checking for libgoffice-0.4 >= 0.3.0... $ECHO_C" >&6; }
-
-- if $PKG_CONFIG --silence-errors --exists "libgoffice-0.3 >= 0.3.0"
; then
-+ if $PKG_CONFIG --silence-errors --exists "libgoffice-0.4 >= 0.3.0"
; then
- { echo "$as_me:$LINENO: result: yes" >&5
- echo "${ECHO_T}yes" >&6; }
- succeeded=yes
-
- { echo "$as_me:$LINENO: checking GOFFICE_CFLAGS" >&5
- echo $ECHO_N "checking GOFFICE_CFLAGS... $ECHO_C" >&6; }
-- GOFFICE_CFLAGS=`$PKG_CONFIG --cflags "libgoffice-0.3 >= 0.3.0"`
-+ GOFFICE_CFLAGS=`$PKG_CONFIG --cflags "libgoffice-0.4 >= 0.3.0"`
- { echo "$as_me:$LINENO: result: $GOFFICE_CFLAGS" >&5
- echo "${ECHO_T}$GOFFICE_CFLAGS" >&6; }
-
- { echo "$as_me:$LINENO: checking GOFFICE_LIBS" >&5
- echo $ECHO_N "checking GOFFICE_LIBS... $ECHO_C" >&6; }
-- GOFFICE_LIBS=`$PKG_CONFIG --libs "libgoffice-0.3 >= 0.3.0"`
-+ GOFFICE_LIBS=`$PKG_CONFIG --libs "libgoffice-0.4 >= 0.3.0"`
- { echo "$as_me:$LINENO: result: $GOFFICE_LIBS" >&5
- echo "${ECHO_T}$GOFFICE_LIBS" >&6; }
- else
-@@ -29939,7 +29939,7 @@
- GOFFICE_LIBS=""
- ## If we have a custom action on failure, don't print errors,
but
- ## do set a variable so people can do so.
-- GOFFICE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout
--print-errors "libgoffice-0.3 >= 0.3.0" 2>&1`
-+ GOFFICE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout
--print-errors "libgoffice-0.4 >= 0.3.0" 2>&1`
-
- fi
-



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (956662a4d0968240413f246558a4e0821ac0d976), George Sherwood, 09/26/2008

Archive powered by MHonArc 2.6.24.

Top of Page