Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (17ed5b4ee5ebba814beb00947e67c6abdfa6d32c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (17ed5b4ee5ebba814beb00947e67c6abdfa6d32c)
  • Date: Sat, 26 May 2007 05:37:43 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

dev/null
|binary
xfce/notification-daemon-xfce/DETAILS |
2 -
xfce/notification-daemon-xfce/HISTORY |
5 ++++
xfce/notification-daemon-xfce/PRE_BUILD |
4 ---
xfce/notification-daemon-xfce/dbus1.patch |
11 ----------
xfce/notification-daemon-xfce/dbus2.patch |
11 ----------
xfce/notification-daemon-xfce/notification-daemon-xfce-0.3.6.tar.bz2.sig |
0
xfce/notification-daemon-xfce/notification-daemon-xfce-0.3.7.tar.bz2.sig
|binary
8 files changed, 6 insertions(+), 27 deletions(-)

New commits:
commit 17ed5b4ee5ebba814beb00947e67c6abdfa6d32c
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

notificatio-daemon-xfce: Updated to version 0.3.7. Removed patches.

diff --git a/xfce/notification-daemon-xfce/DETAILS
b/xfce/notification-daemon-xfce/DETAILS
index 4996863..4e4149e 100755
--- a/xfce/notification-daemon-xfce/DETAILS
+++ b/xfce/notification-daemon-xfce/DETAILS
@@ -1,5 +1,5 @@
SPELL=notification-daemon-xfce
- VERSION=0.3.6
+ VERSION=0.3.7
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_URL[0]=http://goodies.xfce.org/releases/$SPELL/$SOURCE
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
diff --git a/xfce/notification-daemon-xfce/HISTORY
b/xfce/notification-daemon-xfce/HISTORY
index 9b2469d..465e320 100644
--- a/xfce/notification-daemon-xfce/HISTORY
+++ b/xfce/notification-daemon-xfce/HISTORY
@@ -1,3 +1,8 @@
+2007-05-26 George Sherwood <george AT beernabeer.com>
+ * DETAILS: updated spell to 0.3.7
+ * PRE_BUILD: Removed
+ * dbus1.patch, dbus2.patch: Removed. Fixed upstream
+
2007-03-05 George Sherwood <george AT beernabeer.com>
* DETAILS, DEPENDS, PRE_BUILD, CONFLICTS, HISTORY, PROVIDES
dbus1.patch, dbus2.patch: created spell from notification-daemon
diff --git a/xfce/notification-daemon-xfce/PRE_BUILD
b/xfce/notification-daemon-xfce/PRE_BUILD
deleted file mode 100755
index 5c88a07..0000000
--- a/xfce/notification-daemon-xfce/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd ${SOURCE_DIRECTORY} &&
-patch -p0 < ${SCRIPT_DIRECTORY}/dbus1.patch &&
-patch -p0 < ${SCRIPT_DIRECTORY}/dbus2.patch
diff --git a/xfce/notification-daemon-xfce/dbus1.patch
b/xfce/notification-daemon-xfce/dbus1.patch
deleted file mode 100644
index b3b6998..0000000
--- a/xfce/notification-daemon-xfce/dbus1.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/daemon/daemon.c.orig 2007-03-05 15:44:17.000000000 +0400
-+++ src/daemon/daemon.c 2007-03-05 15:47:10.000000000 +0400
-@@ -1108,7 +1108,7 @@
- dbus_conn = dbus_g_connection_get_connection(connection);
-
- dbus_g_object_type_install_info(NOTIFY_TYPE_DAEMON,
--
&dbus_glib__object_info);
-+
&dbus_glib_notification_daemon_object_info);
-
- bus_proxy = dbus_g_proxy_new_for_name(connection,
-
"org.freedesktop.DBus",
diff --git a/xfce/notification-daemon-xfce/dbus2.patch
b/xfce/notification-daemon-xfce/dbus2.patch
deleted file mode 100644
index cd90147..0000000
--- a/xfce/notification-daemon-xfce/dbus2.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/daemon/Makefile.in.orig 2007-03-05 15:49:22.000000000 +0400
-+++ src/daemon/Makefile.in 2007-03-05 15:50:09.000000000 +0400
-@@ -581,7 +581,7 @@
-
-
- notificationdaemon-dbus-glue.h: notificationdaemon.xml
-- dbus-binding-tool --mode=glib-server \
-+ dbus-binding-tool --mode=glib-server --prefix=notification_daemon
\
- $(srcdir)/notificationdaemon.xml >
notificationdaemon-dbus-glue.h
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
diff --git
a/xfce/notification-daemon-xfce/notification-daemon-xfce-0.3.6.tar.bz2.sig
b/xfce/notification-daemon-xfce/notification-daemon-xfce-0.3.6.tar.bz2.sig
deleted file mode 100644
index f5d9d9b..0000000
Binary files
a/xfce/notification-daemon-xfce/notification-daemon-xfce-0.3.6.tar.bz2.sig
and /dev/null differ
diff --git
a/xfce/notification-daemon-xfce/notification-daemon-xfce-0.3.7.tar.bz2.sig
b/xfce/notification-daemon-xfce/notification-daemon-xfce-0.3.7.tar.bz2.sig
new file mode 100644
index 0000000..bf7de93
Binary files /dev/null and
b/xfce/notification-daemon-xfce/notification-daemon-xfce-0.3.7.tar.bz2.sig
differ



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (17ed5b4ee5ebba814beb00947e67c6abdfa6d32c), George Sherwood, 05/26/2007

Archive powered by MHonArc 2.6.24.

Top of Page