[Lunar-commits] r20646 - moonbase/trunk/x11-apps/gnucash

Terry Chan tchan at lunar-linux.org
Mon Jul 10 19:02:14 UTC 2006


Author: tchan
Date: 2006-07-10 19:02:14 +0000 (Mon, 10 Jul 2006)
New Revision: 20646

Modified:
   moonbase/trunk/x11-apps/gnucash/BUILD
   moonbase/trunk/x11-apps/gnucash/DEPENDS
   moonbase/trunk/x11-apps/gnucash/DETAILS
Log:
Version bump to gnucash-2.0.0. This is now a gtk+-2 app. I've updated the
DEPENDS to reflect that fact.  I may have missed some gnome2 depends as my
lunar box has most of the gnome2 libs installed already.  I think I've
covered the depends listed in the gnucash/README.dependencies. Let the
whining begin.


Modified: moonbase/trunk/x11-apps/gnucash/BUILD
===================================================================
--- moonbase/trunk/x11-apps/gnucash/BUILD	2006-07-10 18:48:55 UTC (rev 20645)
+++ moonbase/trunk/x11-apps/gnucash/BUILD	2006-07-10 19:02:14 UTC (rev 20646)
@@ -1,6 +1,6 @@
 (
   # Remove -funroll-loops as it causes gcc-3.2 to give internal compiler errors with gnucash
-  bad_flags '-funroll-loops' '-fomit-frame-pointer' '-fno-inline'
+# bad_flags '-funroll-loops' '-fomit-frame-pointer' '-fno-inline'
   export CFLAGS CXXFLAGS CCOPT COPT      &&
 
   default_build

Modified: moonbase/trunk/x11-apps/gnucash/DEPENDS
===================================================================
--- moonbase/trunk/x11-apps/gnucash/DEPENDS	2006-07-10 18:48:55 UTC (rev 20645)
+++ moonbase/trunk/x11-apps/gnucash/DEPENDS	2006-07-10 19:02:14 UTC (rev 20646)
@@ -1,7 +1,5 @@
-depends  glade       &&
-depends  Guppi       && 
+depends  libglade2   &&
 depends  g-wrap      &&
-depends  gtkhtml2    &&
-depends  libghttp    &&
-optional_depends "libofx" "--enable-ofx" "" "enables ofx support" &&
+depends  gtkhtml3    &&
+depends  libofx      &&
 optional_depends "openhbci" "--enable-hbci" "" "enables hbci support"

Modified: moonbase/trunk/x11-apps/gnucash/DETAILS
===================================================================
--- moonbase/trunk/x11-apps/gnucash/DETAILS	2006-07-10 18:48:55 UTC (rev 20645)
+++ moonbase/trunk/x11-apps/gnucash/DETAILS	2006-07-10 19:02:14 UTC (rev 20646)
@@ -1,14 +1,14 @@
           MODULE=gnucash
-         VERSION=1.8.12
+         VERSION=2.0.0
           SOURCE=$MODULE-$VERSION.tar.gz
    SOURCE_URL[0]=$SFORGE_URL/$MODULE/
    SOURCE_URL[1]=http://ibiblio.org/pub/Linux/X11/gnome/sources/gnucash/
    SOURCE_URL[2]=http://www.gnucash.org/pub/gnucash/sources/stable/
-      SOURCE_VFY=sha1:8cba0e57ac8a238c3792d3eca73ace0786128da8
+      SOURCE_VFY=sha1:a069a30b81d2b3bfce0e8e86a36c034ac2f9d43b
         WEB_SITE=http://www.gnucash.org
            SHORT="GNUCash a open source personal finance suite"
          ENTERED=20011105
-         UPDATED=20051028
+         UPDATED=20060710
 cat << EOF
 GnuCash allows you to track bank accounts, stocks, income, and expenses.
 As quick and intuitive to use as a checkbook register, it is based on



More information about the Lunar-commits mailing list