Skip to Content.
Sympa Menu

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

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 (ee1b307165db54276645b09c382b2e3d1828411e)
  • Date: Mon, 24 Jul 2006 09:39:06 -0500

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

gnome2-libs/libgda2/DEPENDS | 4 +-
gnome2-libs/libgda2/DETAILS | 3 -
gnome2-libs/libgda2/HISTORY | 4 ++
gnome2-libs/libgda2/PREPARE | 2 -
utils/dbus-glib/BUILD | 8 +++++
utils/dbus-glib/DEPENDS | 2 +
utils/dbus-glib/DETAILS | 15 +++++++++
utils/dbus-glib/HISTORY | 2 +
utils/dbus/BUILD | 4 --
utils/dbus/CONFIGURE | 18 -----------
utils/dbus/DEPENDS | 50
---------------------------------
utils/dbus/DETAILS | 4 +-
utils/dbus/HISTORY | 8 +++++
utils/dbus/PRE_BUILD | 4 --
utils/dbus/PRE_SUB_DEPENDS | 5 ---
utils/dbus/REPAIR^0.61^PRE_SUB_DEPENDS | 5 ---
utils/dbus/SUB_DEPENDS | 11 -------
utils/heyu2/DETAILS | 4 +-
utils/heyu2/HISTORY | 3 +
19 files changed, 52 insertions(+), 104 deletions(-)

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

dbus-glib-0.70

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

dbus - delete redundant files

commit 257865df798fc595a791624972e569dbe3540a8d
Author: Treeve Jelbert <treeve AT scarlet.be>
Commit: Treeve Jelbert <treeve AT scarlet.be>

dbus-0.90

commit 25418226a0709a340f5443b64cb50b763e095d63
Author: Treeve Jelbert <treeve AT scarlet.be>
Commit: Treeve Jelbert <treeve AT scarlet.be>

libgda2 - fix for odbc

commit 89ddfdb879c070245b31d4da3f27063a1bf55c33
Author: Treeve Jelbert <treeve AT scarlet.be>
Commit: Treeve Jelbert <treeve AT scarlet.be>

heyu2-2.0beta.6.2

diff --git a/gnome2-libs/libgda2/DEPENDS b/gnome2-libs/libgda2/DEPENDS
index 2dec9ab..dddbe78 100755
--- a/gnome2-libs/libgda2/DEPENDS
+++ b/gnome2-libs/libgda2/DEPENDS
@@ -8,7 +8,7 @@ optional_depends db
"--without-bdb" \
"Enable DB Support" &&

-optional_depends unixodbc \
+optional_depends ODBC-MGR \
"--with-odbc" \
"--without-odbc" \
"Enable Unix ODBC Support" &&
@@ -33,7 +33,7 @@ optional_depends firebird
"--without-firebird" \
"Enable Firebird DB Support" &&

-if [ "$GDA_DEVEL" == "y" ]; then
+if [ "$GDA_DEV" == "y" ]; then

optional_depends mdbtools \
"--with-mdb" \
diff --git a/gnome2-libs/libgda2/DETAILS b/gnome2-libs/libgda2/DETAILS
index e27c0e2..975d5a6 100755
--- a/gnome2-libs/libgda2/DETAILS
+++ b/gnome2-libs/libgda2/DETAILS
@@ -1,5 +1,5 @@
SPELL=libgda2
-if [ "$GDA_DEVEL" == "y" ]; then
+if [ "$GDA_DEV" == "y" ]; then
VERSION=1.9.102
else
VERSION=1.2.3
@@ -13,7 +13,6 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/libgda
LICENSE[1]="GPL"
WEB_SITE=http://www.gnome-db.org
ENTERED=20020509
- UPDATED=20050614
KEYWORDS="gnome2 libs"
SHORT="Data abstraction layer"
cat << EOF
diff --git a/gnome2-libs/libgda2/HISTORY b/gnome2-libs/libgda2/HISTORY
index 474fa2c..22fb158 100644
--- a/gnome2-libs/libgda2/HISTORY
+++ b/gnome2-libs/libgda2/HISTORY
@@ -1,3 +1,7 @@
+2006-07-24 Treeve Jelbert <treeve01 AT pi.be>
+ * DEPENDS: unixodbc -> ODBC-MGR
+ * DETAILS, DEPENDS, PREPARE: rename variable
+
2006-03-26 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated devel VERSION to 1.9.102

diff --git a/gnome2-libs/libgda2/PREPARE b/gnome2-libs/libgda2/PREPARE
index 998fe1d..f235018 100755
--- a/gnome2-libs/libgda2/PREPARE
+++ b/gnome2-libs/libgda2/PREPARE
@@ -1 +1 @@
-config_query GDA_DEVEL "Use devel version?" n
+config_query GDA_DEV "Use devel version?" n
diff --git a/utils/dbus-glib/BUILD b/utils/dbus-glib/BUILD
new file mode 100755
index 0000000..49c7246
--- /dev/null
+++ b/utils/dbus-glib/BUILD
@@ -0,0 +1,8 @@
+if [ "$DBUS_SELINUX" == "y" ]; then
+ OPTS="--enable-selinux $OPTS"
+fi &&
+
+create_account messagebus &&
+make_single &&
+default_build &&
+make_normal
diff --git a/utils/dbus-glib/DEPENDS b/utils/dbus-glib/DEPENDS
new file mode 100755
index 0000000..e4da02c
--- /dev/null
+++ b/utils/dbus-glib/DEPENDS
@@ -0,0 +1,2 @@
+depends glib2 &&
+depends dbus
diff --git a/utils/dbus-glib/DETAILS b/utils/dbus-glib/DETAILS
new file mode 100755
index 0000000..edf3b1f
--- /dev/null
+++ b/utils/dbus-glib/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=dbus-glib
+ VERSION=0.70
+
SOURCE_HASH=sha512:2ac67a830f964e40aed34cca7d6e9b1c9879a3e04f2d8b9ef9a21d22e8c05f1833f30e04b9fd18657263cab52ca2727f8e21002fd47c40f6c0e15ecac7d14ad6
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://dbus.freedesktop.org/releases/$SOURCE
+# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ WEB_SITE=http://freedesktop.org/wiki/Software_2fdbus
+ ENTERED=20060724
+ LICENSE[0]=GPL
+ KEYWORDS="dbus bindings"
+ SHORT="glib2 bindings for dbus"
+cat << EOF
+glib2 bindings for dbus
+EOF
diff --git a/utils/dbus-glib/HISTORY b/utils/dbus-glib/HISTORY
new file mode 100644
index 0000000..865811a
--- /dev/null
+++ b/utils/dbus-glib/HISTORY
@@ -0,0 +1,2 @@
+2006-07-24 Treeve Jelbert <treeve01 AT pi.be>
+ * DETAILS: version 0.70
diff --git a/utils/dbus/BUILD b/utils/dbus/BUILD
index 010a66b..49c7246 100755
--- a/utils/dbus/BUILD
+++ b/utils/dbus/BUILD
@@ -2,10 +2,6 @@ if [ "$DBUS_SELINUX" == "y" ]; then
OPTS="--enable-selinux $OPTS"
fi &&

-OPTS="$DBUS_GTK2 \
- $DBUS_PYREX \
- $OPTS" &&
-
create_account messagebus &&
make_single &&
default_build &&
diff --git a/utils/dbus/CONFIGURE b/utils/dbus/CONFIGURE
index 50d8e8e..f803ba5 100755
--- a/utils/dbus/CONFIGURE
+++ b/utils/dbus/CONFIGURE
@@ -1,17 +1 @@
-config_query DBUS_SELINUX 'Enable SELinux support?' n &&
-
-if spell_ok gtk+2; then
- config_query_option DBUS_GTK2 'Build GTK+2 binaries?' y \
- '--enable-gtk' '--disable-gtk'
-else
- config_query_option DBUS_GTK2 'Build GTK+2 binaries?' n \
- '--enable-gtk' '--disable-gtk'
-fi
-
-if spell_ok pyrex; then
- config_query_option DBUS_PYREX 'Build Python bindings?' y \
- '--enable-python' '--disable-python'
-else
- config_query_option DBUS_PYREX 'Build Python bindings?' n \
- '--enable-python' '--disable-python'
-fi
+config_query DBUS_SELINUX 'Enable SELinux support?' n
diff --git a/utils/dbus/DEPENDS b/utils/dbus/DEPENDS
index 3b4aa30..dde1d6c 100755
--- a/utils/dbus/DEPENDS
+++ b/utils/dbus/DEPENDS
@@ -1,37 +1,9 @@
-#depends gcc34 &&
-
if [ "$DBUS_XMLTYPE" == 'y' ]; then
depends libxml2 '--with-xml=libxml'
else
depends expat '--with-xml=expat'
fi &&

-if [ "$DBUS_GTK2" == '--disable-gtk' ] &&
- [ "$DBUS_PYREX" == '--disable-python' ]; then
- optional_depends glib2 \
- '--enable-glib' \
- '--disable-glib' \
- 'Enable GLib-friendly client library'
-else
- #
- # GTK+2 bindings need glib2
- # Bug #9538
- #
- if [ "$DBUS_GTK2" == '--enable-gtk' ]; then
- depends glib2 '--enable-glib' &&
- depends gtk+2
- fi &&
-
- #
- # Python bindings need glib2
- # Bug #9538
- #
- if [ "$DBUS_PYREX" == '--enable-python' ]; then
- depends glib2 '--enable-glib' &&
- depends pyrex
- fi
-fi &&
-
optional_depends doxygen \
'--enable-doxygen-docs' \
'--disable-doxygen-docs' \
@@ -40,25 +12,5 @@ optional_depends doxygen
optional_depends xmlto \
'--enable-xml-docs' \
'--disable-xml-docs' \
- 'Build XML Documentation' &&
-
-# should add a qt4 one aswell, once upstream fixes it
-optional_depends qt-x11 \
- '--disable-qt --enable-qt3' \
- '--disable-qt --disable-qt3' \
- 'Enable Qt-friendly client library' &&
-
-optional_depends mono \
- '--enable-mono' \
- '--disable-mono' \
- 'Build mono bindings' &&
-
-optional_depends monodoc \
- '--enable-mono-docs' \
- '--disable-mono-docs' \
- 'for mono binding documentation' #&&
+ 'Build XML Documentation'

-#optional_depends gcj \
-# '--enable-gcj' \
-# '--disable-gcj' \
-# 'for GNU Java bindings'
diff --git a/utils/dbus/DETAILS b/utils/dbus/DETAILS
index f24f71f..9af6880 100755
--- a/utils/dbus/DETAILS
+++ b/utils/dbus/DETAILS
@@ -1,6 +1,6 @@
SPELL=dbus
- VERSION=0.62
-
SOURCE_HASH=sha512:8d54a0f2988c20893f5bd2087f549ea2ff2e19c161a78e6f47ecf0329eeed753eb62d04693be867e99d532ef1848429f20d285ea9cfa2a7592827d8c8e9b425a
+ VERSION=0.90
+
SOURCE_HASH=sha512:1d239b6087d8681b328645963e3ddb742053f277461c96fcb6c8fc254521c05cb2e00b3637e4e97ed752ef56d890d1796dedca6ec95b7a0a10b2a7b2f611dfb5
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://dbus.freedesktop.org/releases/$SOURCE
diff --git a/utils/dbus/HISTORY b/utils/dbus/HISTORY
index b4517c2..c39e195 100644
--- a/utils/dbus/HISTORY
+++ b/utils/dbus/HISTORY
@@ -1,3 +1,11 @@
+2006-07-24 Treeve Jelbert <treeve01 AT pi.be>
+ * DETAILS: version 0.90
+ * DEPENDS: remove gtk, python and mono stuff
+ * PRE_BUILD: delete
+ * BUILD: delete redundant code
+ * SUB_DEPENDS, PRE_SUB_DEPENDS, REPAIR^0.61^PRE_SUB_DEPENDS: deleted
+ all the language bindings are now separate spells
+
2006-06-29 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DEPENDS: pass more flags for qt3, effectively disabling qt4,
as it doesn't work and is otherwise autodetected
diff --git a/utils/dbus/PRE_BUILD b/utils/dbus/PRE_BUILD
deleted file mode 100755
index 883dc44..0000000
--- a/utils/dbus/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-# don't build mono example as that requires gtk-sharp
-sedit 's/doc example/doc/' mono/Makefile.in
diff --git a/utils/dbus/PRE_SUB_DEPENDS b/utils/dbus/PRE_SUB_DEPENDS
deleted file mode 100755
index 28e0063..0000000
--- a/utils/dbus/PRE_SUB_DEPENDS
+++ /dev/null
@@ -1,5 +0,0 @@
-case $THIS_SUB_DEPENDS in
-PYTHON) if [ "$DBUS_PYREX" = "--enable-python" ]; then return 0; fi;;
-CSHARP) if is_depends_enabled dbus mono; then return 0; fi;;
-esac
-return 1
diff --git a/utils/dbus/REPAIR^0.61^PRE_SUB_DEPENDS
b/utils/dbus/REPAIR^0.61^PRE_SUB_DEPENDS
deleted file mode 100755
index 28e0063..0000000
--- a/utils/dbus/REPAIR^0.61^PRE_SUB_DEPENDS
+++ /dev/null
@@ -1,5 +0,0 @@
-case $THIS_SUB_DEPENDS in
-PYTHON) if [ "$DBUS_PYREX" = "--enable-python" ]; then return 0; fi;;
-CSHARP) if is_depends_enabled dbus mono; then return 0; fi;;
-esac
-return 1
diff --git a/utils/dbus/SUB_DEPENDS b/utils/dbus/SUB_DEPENDS
deleted file mode 100755
index 29c4452..0000000
--- a/utils/dbus/SUB_DEPENDS
+++ /dev/null
@@ -1,11 +0,0 @@
-case $THIS_SUB_DEPENDS in
-PYTHON) echo "python bindings requested, forcing them." &&
- DBUS_PYREX="--enable-python" &&
- depends glib2 '--enable-glib' &&
- depends pyrex
- ;;
-CSHARP) echo "mono bindings requested, forcing them." &&
- depends mono '--enable-mono'
- ;;
- *) echo "unknown sub-depends!"; return 1;;
-esac
diff --git a/utils/heyu2/DETAILS b/utils/heyu2/DETAILS
index c795e61..1a1ce09 100755
--- a/utils/heyu2/DETAILS
+++ b/utils/heyu2/DETAILS
@@ -1,6 +1,6 @@
SPELL=heyu2
- VERSION=2.0beta.6.1
-
SOURCE_HASH=sha512:e245e948b5b03f85044f7a6b7760e4bdfb311dcc15434e0c901e9b39c9a6a8d560ed6b90e0a6f22f7a4acfefe4f37026866bf12fad21780bd91041cd99567d7f
+ VERSION=2.0beta.6.2
+
SOURCE_HASH=sha512:8389f1888395f12f633877a1b1c99df2cb32bb331886de11a1d991852da3f2fcf37c2b54c3eff527c3f5e3d9d0d5d6b29b60221b0c76a545d66566d6dd32ce83
SOURCE=${SPELL//2}-$VERSION.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL//2}-$VERSION
SOURCE_URL[0]=http://heyu.tanj.com/download/$SOURCE
diff --git a/utils/heyu2/HISTORY b/utils/heyu2/HISTORY
index ccd25b7..48ad0ff 100755
--- a/utils/heyu2/HISTORY
+++ b/utils/heyu2/HISTORY
@@ -1,3 +1,6 @@
+2006-07-24 Treeve Jelbert <treeve10 AT pi.be>
+ * DETAILS: version 2.0beta.6.2
+
2006-07-12 Treeve Jelbert <treeve10 AT pi.be>
INSTALL: change -x -> -e in if





Archive powered by MHonArc 2.6.24.

Top of Page