Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test grimoire by

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: scm AT mail.sourcemage.org
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test grimoire by
  • Date: Sat, 6 May 2006 23:16:31 -0500

GIT changes to test grimoire by <>:

dev/null |binary
libs/aqbanking/BUILD | 36
+++++++++++++-------------
libs/aqbanking/CONFIGURE | 28 +++++++++++++++-----
libs/aqbanking/DEPENDS | 29 ++++++++------------
libs/aqbanking/DETAILS | 2 -
libs/aqbanking/HISTORY | 20 ++++++++++++++
libs/aqbanking/aqbanking-1.9.7beta.tar.gz.sig | 0
libs/aqbanking/aqbanking-1.9.8beta.tar.gz.sig |binary
8 files changed, 72 insertions(+), 43 deletions(-)

New commits:
commit caab54e5754933730e2775e23b6d8f6d29d80c0d
Merge: e7352c3... 4c71da6...
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Merge branch 'master' of ssh://scm.sourcemage.org/smgl/grimoire

commit e7352c36674b96d7f0822e894c65a17835871c6b
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Merging changes from test (master) to devel
(cherry picked from 84aa8430647bdc1ceed56a6849c69bd335559b86 commit)
* DETAILS: Updated to 1.9.8beta
* CONFIGURE: Default to building QT and KDE front-ends if their
packages are installed, otherwise default to 'n'. Same with GTK+.
* DEPENDS: Uncommented QT and KDE dependencies depending on CONFIGURE
Depend on kdelibs if building KDE front-end
* This plus Robin's changes fix Bug #10671

diff --git a/libs/aqbanking/BUILD b/libs/aqbanking/BUILD
index 2d4629b..7e0fab1 100755
--- a/libs/aqbanking/BUILD
+++ b/libs/aqbanking/BUILD
@@ -9,24 +9,24 @@ if [ "${AQBANKING_GTK}" == "y" ]; then
local FRONTENDS="${FRONTENDS} g2banking"
fi &&

-#if [ "${AQBANKING_QT}" == "y" ]; then
-# local FRONTENDS="${FRONTENDS} qbanking" &&
-# local BACKENDS="${BACKENDS} aqgeldkarte"
-#else
-# OPTS="${OPTS} --disable-qt3"
-#fi &&
-
-#if [ "${AQBANKING_KDE}" == "y" ]; then
-# local FRONTENDS="${FRONTENDS} kbanking"
-#else
-# OPTS="${OPTS} --disable-kde3"
-#fi &&
-
-#if [ "${AQBANKING_QTTHREADS}" == "y" ]; then
-# OPTS="${OPTS} --enable-qt3-treads"
-#fi &&
-
-OPTS="${OPTS} --disable-qt3 --disable-kde3" &&
+if [ "${AQBANKING_QT}" == "y" ]; then
+ FRONTENDS="${FRONTENDS} qbanking" &&
+ if spell_ok libchipcard2; then
+ BACKENDS="${BACKENDS} aqgeldkarte"
+ fi
+else
+ OPTS="${OPTS} --disable-qt3"
+fi &&
+
+if [ "${AQBANKING_KDE}" == "y" ]; then
+ FRONTENDS="${FRONTENDS} kbanking"
+else
+ OPTS="${OPTS} --disable-kde3"
+fi &&
+
+if [ "${AQBANKING_QTTHREADS}" == "y" ]; then
+ OPTS="${OPTS} --enable-qt3-treads"
+fi &&

./configure --build=${BUILD} \
--host=${HOST} \
diff --git a/libs/aqbanking/CONFIGURE b/libs/aqbanking/CONFIGURE
index 8920562..e95a7ee 100755
--- a/libs/aqbanking/CONFIGURE
+++ b/libs/aqbanking/CONFIGURE
@@ -1,8 +1,22 @@
-config_query AQBANKING_GTK "Build GTK+2 frontend?" y
+if spell_ok depends gtk+2 &&
+ spell_ok depends libglade2; then
+ config_query AQBANKING_GTK "Build GTK+2 frontend?" y
+else
+ config_query AQBANKING_GTK "Build GTK+2 frontend?" n
+fi &&

-#config_query AQBANKING_QT "Build QT frontend?" n &&
-#config_query AQBANKING_KDE "Build KDE frontend?" n &&
-#
-#if [ "${AQBANKING_QT}" == "y" ]; then
-# config_query AQBANKING_QTTHREADS "Enable threads on QT frontend?" n
-#fi
+if spell_ok qt-x11; then
+ config_query AQBANKING_QT "Build QT frontend?" y
+else
+ config_query AQBANKING_QT "Build QT frontend?" n
+fi &&
+
+if spell_ok kdelibs; then
+ config_query AQBANKING_KDE "Build KDE frontend?" y
+else
+ config_query AQBANKING_KDE "Build KDE frontend?" n
+fi &&
+
+if [ "${AQBANKING_QT}" == "y" ]; then
+ config_query AQBANKING_QTTHREADS "Enable threads on QT frontend?" n
+fi
diff --git a/libs/aqbanking/DEPENDS b/libs/aqbanking/DEPENDS
index 6820590..3ea86c8 100755
--- a/libs/aqbanking/DEPENDS
+++ b/libs/aqbanking/DEPENDS
@@ -1,22 +1,18 @@
-depends pkgconfig &&
+depends pkgconfig &&
+depends gwenhywfar '--enable-gwenhywfar' &&

if [ "${AQBANKING_GTK}" == "y" ]; then
depends gtk+2 &&
depends libglade2
fi &&

-#if [ "${AQBANKING_QT}" == "y" ]; then
-# depends qt-x11 "--enable-qt3"
-#fi &&
-
-#if [ "${AQBANKING_KDE}" == "y" ]; then
-# depends ?kde? "--enable-kde3"
-#fi &&
+if [ "${AQBANKING_QT}" == "y" ]; then
+ depends qt-x11 "--enable-qt3"
+fi &&

-optional_depends gwenhywfar \
- "--enable-gwenhywfar" \
- "--disable-gwenhywfar" \
- "Enable gwenhywfar support?" &&
+if [ "${AQBANKING_KDE}" == "y" ]; then
+ depends kdelibs "--enable-kde3"
+fi &&

optional_depends libchipcard2 \
"--enable-chipcard-client" \
@@ -28,8 +24,7 @@ optional_depends libofx
"--disable-libofx" \
"use Open Financial eXchange?" &&

-optional_depends python \
- "--enable-python" \
- "--disable-python" \
- "Install python bindings?"
-
+optional_depends python \
+ "--enable-python" \
+ "--disable-python" \
+ "Install python bindings?"
diff --git a/libs/aqbanking/DETAILS b/libs/aqbanking/DETAILS
index b7de8ed..3907f83 100755
--- a/libs/aqbanking/DETAILS
+++ b/libs/aqbanking/DETAILS
@@ -1,5 +1,5 @@
SPELL=aqbanking
- VERSION=1.9.7beta
+ VERSION=1.9.8beta
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
diff --git a/libs/aqbanking/HISTORY b/libs/aqbanking/HISTORY
index bc80096..88585c4 100644
--- a/libs/aqbanking/HISTORY
+++ b/libs/aqbanking/HISTORY
@@ -1,9 +1,29 @@
+2006-05-06 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to 1.9.8beta
+ * CONFIGURE: Default to building QT and KDE front-ends if their
+ packages are installed, otherwise default to 'n'. Same with GTK+.
+ * DEPENDS: Uncommented QT and KDE dependencies depending on CONFIGURE
+ Depend on kdelibs if building KDE front-end
+ * This plus Robin's changes fix Bug #10671
+
+2006-05-04 Eric Sandall <eric AT sandall.us>
+ * BUILD: Removed adding aqofxconnect via checking `spell_ok libofx`
+
2006-05-04 Eric Sandall <eric AT sandall.us>
* BUILD: Remove explicitly enabling aqofxconnect backend (requires
libofx) (Bug #10669)
Add aqofxconnect if depending on libofx (Bug #10669)
* DEPENDS: Expand OFX acronym in 'for' usage of optional depends on
libofx

+2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2006-02-13 Robin Cook <rcook AT wyrms.net>
+ * DEPENDS: made gwenhywyar a depends instead of optional
+ * BUILD: modified setting same backends and frontends
+ thanks to Treeve Jelbert
+ * CONFIGURE: uncommented qt and kde queries
+
2006-02-10 Robin Cook <rcook AT wyrms.net>
* Initial Spell

diff --git a/libs/aqbanking/aqbanking-1.9.7beta.tar.gz.sig
b/libs/aqbanking/aqbanking-1.9.7beta.tar.gz.sig
deleted file mode 100644
index fc5594e..0000000
Binary files a/libs/aqbanking/aqbanking-1.9.7beta.tar.gz.sig and /dev/null
differ
diff --git a/libs/aqbanking/aqbanking-1.9.8beta.tar.gz.sig
b/libs/aqbanking/aqbanking-1.9.8beta.tar.gz.sig
new file mode 100644
index 0000000..e35efa6
Binary files /dev/null and b/libs/aqbanking/aqbanking-1.9.8beta.tar.gz.sig
differ




Archive powered by MHonArc 2.6.24.

Top of Page