Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Brown (e47ff782a2e17f159b9eed23e7db2abed8a52b92)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Brown <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Brown (e47ff782a2e17f159b9eed23e7db2abed8a52b92)
  • Date: Mon, 27 Nov 2006 14:37:50 -0600

GIT changes to master grimoire by David Brown <dmlb2000 AT gmail.com>:

utils/notification-daemon/HISTORY | 4 ++++
utils/notification-daemon/PRE_BUILD | 4 ++++
utils/notification-daemon/dbus-binding-tool-fix.patch | 14 ++++++++++++++
3 files changed, 22 insertions(+)

New commits:
commit e47ff782a2e17f159b9eed23e7db2abed8a52b92
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

notification-daemon fixed pval on my patch ... always get that one wrong
the first time...

commit ccd582cf449786c8cf19cfc02b4f6cdd04c8e0a6
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

notification-daemon fix dbus-binding-tool call so it runs correctly

diff --git a/utils/notification-daemon/HISTORY
b/utils/notification-daemon/HISTORY
index 4b19e05..27a362e 100644
--- a/utils/notification-daemon/HISTORY
+++ b/utils/notification-daemon/HISTORY
@@ -1,3 +1,7 @@
+2006-11-27 David Brown <dmlb2000 AT gmail.com>
+ * PRE_BUILD: added to apply patch and autoreconf and fixed pval
+ * dbus-binding-tool-fix.patch: added to correctly call
dbus-binding-tool
+
2006-11-25 David Brown <dmlb2000 AT gmail.com>
* DETAILS: updated 0.3.6

diff --git a/utils/notification-daemon/PRE_BUILD
b/utils/notification-daemon/PRE_BUILD
new file mode 100755
index 0000000..5dfdfe7
--- /dev/null
+++ b/utils/notification-daemon/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+patch -p0 < ${SPELL_DIRECTORY}/dbus-binding-tool-fix.patch &&
+autoreconf
diff --git a/utils/notification-daemon/dbus-binding-tool-fix.patch
b/utils/notification-daemon/dbus-binding-tool-fix.patch
new file mode 100644
index 0000000..dfd4a39
--- /dev/null
+++ b/utils/notification-daemon/dbus-binding-tool-fix.patch
@@ -0,0 +1,14 @@
+--- src/Makefile.am.old 2006-11-27 12:25:08.000000000 -0800
++++ src/Makefile.am 2006-11-27 12:24:47.000000000 -0800
+@@ -13,8 +13,9 @@
+ BUILT_SOURCES = notificationdaemon-dbus-glue.h
+
+ notificationdaemon-dbus-glue.h: notificationdaemon.xml
+- dbus-binding-tool --mode=glib-server \
+- $(srcdir)/notificationdaemon.xml >
notificationdaemon-dbus-glue.h
++ dbus-binding-tool --prefix= --mode=glib-server \
++ --output=$(srcdir)/notificationdaemon-dbus-glue.h \
++ $(srcdir)/notificationdaemon.xml
+
+ INCLUDES = \
+ -I$(top_srcdir) \




Archive powered by MHonArc 2.6.24.

Top of Page