Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (787447c83bcbdf9efbd45f276dedeec3766ca4c7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (787447c83bcbdf9efbd45f276dedeec3766ca4c7)
  • Date: Thu, 20 Jul 2006 06:25:07 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT scarlet.be>:

ChangeLog | 3 +
gnome2-apps/gnucash2/BUILD | 2 +
gnome2-apps/gnucash2/CONFLICTS | 1
gnome2-apps/gnucash2/DEPENDS | 66
+++++++++++++++++++++++++++++++++++++++++
gnome2-apps/gnucash2/DETAILS | 23 ++++++++++++++
gnome2-apps/gnucash2/HISTORY | 4 ++
6 files changed, 99 insertions(+)

New commits:
commit 787447c83bcbdf9efbd45f276dedeec3766ca4c7
Author: Treeve Jelbert <treeve AT scarlet.be>
Commit: Treeve Jelbert <treeve AT scarlet.be>

ChangeLog for new spell gnucash2

commit 3e9489d3a0299bcbdec5e9b705c5c895495d4723
Author: Treeve Jelbert <treeve AT scarlet.be>
Commit: Treeve Jelbert <treeve AT scarlet.be>

gnucash2-2.0.0 - new spell

diff --git a/ChangeLog b/ChangeLog
index bd408ff..9ab129b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-07-20 Treeve Jelbert <treeve01 AT pi.be>
+ * gnome2-apps/gnucash2: new spell
+
2006-07-19 Ladislav Hagara <hgr AT vabo.cz>
* security/ethereal: deprecated, renamed to security/wireshark

diff --git a/gnome2-apps/gnucash2/BUILD b/gnome2-apps/gnucash2/BUILD
new file mode 100755
index 0000000..ab5b144
--- /dev/null
+++ b/gnome2-apps/gnucash2/BUILD
@@ -0,0 +1,2 @@
+OPTS="${OPTS} --disable-error-on-warning" &&
+default_build
diff --git a/gnome2-apps/gnucash2/CONFLICTS b/gnome2-apps/gnucash2/CONFLICTS
new file mode 100755
index 0000000..87ba41f
--- /dev/null
+++ b/gnome2-apps/gnucash2/CONFLICTS
@@ -0,0 +1 @@
+conflicts gnucash
diff --git a/gnome2-apps/gnucash2/DEPENDS b/gnome2-apps/gnucash2/DEPENDS
new file mode 100755
index 0000000..3cb35e1
--- /dev/null
+++ b/gnome2-apps/gnucash2/DEPENDS
@@ -0,0 +1,66 @@
+ depends perl &&
+ depends pkgconfig &&
+ depends gtkhtml2 &&
+ depends texinfo &&
+ depends guile &&
+ depends libgsf &&
+ depends libart_lgpl &&
+ depends libgnomeprint &&
+ depends libtool &&
+ depends libxml2 &&
+ depends g-wrap &&
+ depends slib &&
+
+ optional_depends bzip2 \
+ "--with-bz2" \
+ "--without-bz2" \
+ "Build with BZip2 support" &&
+
+ optional_depends libofx \
+ "--enable-ofx" \
+ "--disable-ofx" \
+ "compile with ofx support?" &&
+
+ optional_depends aqbanking \
+ "--enable-hbci" \
+ "--disable-hbci" \
+ "Enable HBCI support" &&
+
+ optional_depends postgresql \
+ "--enable-sql" \
+ "--disable-sql" \
+ "for SQL support" &&
+
+ optional_depends doxygen \
+ "--enable-doxygen" \
+ "--disable-doxygen" \
+ "enable documentation generation" &&
+
+ optional_depends graphviz \
+ "--enable-dot" \
+ "--disable-dot" \
+ "enable graphs in documentation" &&
+
+ optional_depends gtk+2 \
+ "--with-gtk" \
+ "--without-gtk" \
+ "Build without UI" &&
+
+ optional_depends gnome-vfs2 \
+ "--with-gnome" \
+ "--without-gnome" \
+ "Enable Gnome extension support" &&
+
+ optional_depends libgnomeui \
+ "--enable-gui" \
+ "--disable-gui" \
+ "Build with the GNOME GUI components" &&
+
+optional_depends finance-quote \
+ "" \
+ "" \
+ "for stock price quotes and currency exchange rates"
+
+
+
+
diff --git a/gnome2-apps/gnucash2/DETAILS b/gnome2-apps/gnucash2/DETAILS
new file mode 100755
index 0000000..6d27eba
--- /dev/null
+++ b/gnome2-apps/gnucash2/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=gnucash2
+ VERSION=2.0.0
+
SOURCE_HASH=sha512:5e6a61172b619fdab23213722dfe517189aff082debface63b6e151ebc59f3047ad44d012deb4869f4058ba94764d2443a35377fdbb3b81651985d6210570e98
+ SOURCE=${SPELL/2/}-$VERSION.tar.gz
+ SOURCE2=${SPELL/2/}-$VERSION.tar.gz.sig
+ SOURCE_URL[0]=http://www.gnucash.org/pub/gnucash/sources/stable/${SOURCE}
+ SOURCE_URL[1]=${SOURCEFORGE_URL}/${SPELL/2/}/${SOURCE}
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+# SOURCE_GPG=${SOURCE2}
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL/2/}-$VERSION
+ WEB_SITE=http://www.gnucash.org
+ ENTERED=20011105
+ LICENSE[0]=GPL
+ KEYWORDS="finance gnome2"
+ SHORT="Open source personal finance suite"
+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
+professional accounting principles to ensure balanced books and accurate
+reports. It is backed by an active development community and is
+blossoming into a full-fledged accounting system.
+EOF
diff --git a/gnome2-apps/gnucash2/HISTORY b/gnome2-apps/gnucash2/HISTORY
new file mode 100644
index 0000000..d7d000c
--- /dev/null
+++ b/gnome2-apps/gnucash2/HISTORY
@@ -0,0 +1,4 @@
+2006-07-20 Treeve Jelbert <treeve AT pi.be>
+ * DETAILS: version 2.0.0
+ * DEPENDS: SQL -> postgresql
+ cloned spell from gnucash and strip gnome1 related stuff



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (787447c83bcbdf9efbd45f276dedeec3766ca4c7), Treeve Jelbert, 07/20/2006

Archive powered by MHonArc 2.6.24.

Top of Page