Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (d55c4931faddc45eda9b6d7fa8429c06fb4017d4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pieter Lenaerts <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (d55c4931faddc45eda9b6d7fa8429c06fb4017d4)
  • Date: Fri, 28 Jul 2006 02:11:46 -0500

GIT changes to master grimoire by Pieter Lenaerts <e-type AT sourcemage.org>:

ChangeLog | 3 +++
utils/dbus-mono/BUILD | 2 ++
utils/dbus-mono/DEPENDS | 3 +++
utils/dbus-mono/DETAILS | 18 ++++++++++++++++++
utils/dbus-mono/HISTORY | 2 ++
utils/dbus-mono/PREPARE | 1 +
6 files changed, 29 insertions(+)

New commits:
commit d55c4931faddc45eda9b6d7fa8429c06fb4017d4
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

dbus-mono: new spell

diff --git a/ChangeLog b/ChangeLog
index 4d4558e..c348b4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-07-28 Pieter Lenaerts <e-type AT sourcemage.org>
+ * utils/dbus-mono: new spell, mono bindings for dbus
+
2006-07-27 Juuso Alasuutari <iuso AT sourcemage.org>
* audio-libs/dssi: New spell, API for audio processing plugins.

diff --git a/utils/dbus-mono/BUILD b/utils/dbus-mono/BUILD
new file mode 100755
index 0000000..22cec4e
--- /dev/null
+++ b/utils/dbus-mono/BUILD
@@ -0,0 +1,2 @@
+./autogen.sh &&
+default_build
diff --git a/utils/dbus-mono/DEPENDS b/utils/dbus-mono/DEPENDS
new file mode 100755
index 0000000..6170037
--- /dev/null
+++ b/utils/dbus-mono/DEPENDS
@@ -0,0 +1,3 @@
+depends git &&
+depends mono &&
+depends dbus
diff --git a/utils/dbus-mono/DETAILS b/utils/dbus-mono/DETAILS
new file mode 100755
index 0000000..7332574
--- /dev/null
+++ b/utils/dbus-mono/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=dbus-mono
+if [[ "${DBUS_MONO_AUTOUPDATE}" == "y" ]]
+then VERSION=$(date +%Y%m%d) && FORCE_DOWNLOAD=on
+else VERSION=git
+fi
+
+ SOURCE=${SPELL}-git.tar.bz2
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-git
+ SOURCE_URL=git://anongit.freedesktop.org/git/dbus/dbus-mono:dbus-mono
+ SOURCE_IGNORE=volatile
+ WEB_SITE=
+ ENTERED=
+ UPDATED=
+ LICENSE[0]=
+ SHORT=""
+cat << EOF
+
+EOF
diff --git a/utils/dbus-mono/HISTORY b/utils/dbus-mono/HISTORY
new file mode 100644
index 0000000..b099acf
--- /dev/null
+++ b/utils/dbus-mono/HISTORY
@@ -0,0 +1,2 @@
+2006-07-28 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS, DEPENDS, PREPARE, BUILD, HISTORY: created spell
diff --git a/utils/dbus-mono/PREPARE b/utils/dbus-mono/PREPARE
new file mode 100755
index 0000000..fa7d4a4
--- /dev/null
+++ b/utils/dbus-mono/PREPARE
@@ -0,0 +1 @@
+config_query DBUS_MONO_AUTOUPDATE "Autoupdate git repository on every cast?"
n



  • [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (d55c4931faddc45eda9b6d7fa8429c06fb4017d4), Pieter Lenaerts, 07/28/2006

Archive powered by MHonArc 2.6.24.

Top of Page