[Lunar-commits] r17087 - moonbase/trunk/x11-apps/gnucash
Terry Chan
tchan at lunar-linux.org
Fri Oct 28 16:35:30 UTC 2005
Author: tchan
Date: 2005-10-28 16:35:29 +0000 (Fri, 28 Oct 2005)
New Revision: 17087
Modified:
moonbase/trunk/x11-apps/gnucash/BUILD
moonbase/trunk/x11-apps/gnucash/DETAILS
Log:
Version bump to gnucash-1.8.12. Compiled/tested with gcc-3.4.4, glibc-2.3.5,
kernel headers 2.4.x. Yes, this is still a gnome1 app. The next version of
gnucash is supposed to be gnome2 but that might be released a long time from
now. If you have problems with ld and it not finding -lltdl, then your libtool
needs to be recompiled.
Modified: moonbase/trunk/x11-apps/gnucash/BUILD
===================================================================
--- moonbase/trunk/x11-apps/gnucash/BUILD 2005-10-28 13:23:42 UTC (rev 17086)
+++ moonbase/trunk/x11-apps/gnucash/BUILD 2005-10-28 16:35:29 UTC (rev 17087)
@@ -1,10 +1,8 @@
(
# Remove -funroll-loops as it causes gcc-3.2 to give internal compiler errors with gnucash
- CFLAGS=${CFLAGS//-funroll-loops/} &&
- CXXFLAGS=${CXXFLAGS//-funroll-loops/} &&
- CCOPT=${CCOPT//-funroll-loops/} &&
- COPT=${COPT//-funroll-loops/} &&
+ bad_flags '-funroll-loops' '-fomit-frame-pointer' '-fno-inline'
export CFLAGS CXXFLAGS CCOPT COPT &&
-default_build
+ default_build
+
) > $C_FIFO 2>&1
Modified: moonbase/trunk/x11-apps/gnucash/DETAILS
===================================================================
--- moonbase/trunk/x11-apps/gnucash/DETAILS 2005-10-28 13:23:42 UTC (rev 17086)
+++ moonbase/trunk/x11-apps/gnucash/DETAILS 2005-10-28 16:35:29 UTC (rev 17087)
@@ -1,14 +1,14 @@
MODULE=gnucash
- VERSION=1.8.11
+ VERSION=1.8.12
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:3d84ea0e86b5e90374c67e1b0713fd58c376bf4e
+ SOURCE_VFY=sha1:8cba0e57ac8a238c3792d3eca73ace0786128da8
WEB_SITE=http://www.gnucash.org
SHORT="GNUCash a open source personal finance suite"
ENTERED=20011105
- UPDATED=20050206
+ UPDATED=20051028
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