Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (5b96197e37a2b78f1e7f1d04a06bae7643fe0ef5)
  • Date: Mon, 5 Mar 2007 07:23:43 -0600

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

dev/null |binary
utils/libnotify/DEPENDS | 4 +-
utils/libnotify/DETAILS | 7 +----
utils/libnotify/HISTORY | 3 +-
utils/notification-daemon/DETAILS | 2 -
utils/notification-daemon/HISTORY | 5 ++-
utils/notification-daemon/PRE_BUILD | 4 --
utils/notification-daemon/PROVIDES | 2 -
utils/notification-daemon/dbus-binding-tool-fix.patch | 14
----------
utils/notification-daemon/notification-daemon-0.3.6.tar.gz.sig | 0
utils/notification-daemon/notification-daemon-0.3.7.tar.gz.sig |binary
xfce/notification-daemon-xfce/PROVIDES | 2 -
12 files changed, 13 insertions(+), 30 deletions(-)

New commits:
commit 5b96197e37a2b78f1e7f1d04a06bae7643fe0ef5
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>

notificaiton-daemon: Updated to version 0.3.7. Removed unneeded patch.
Change PROVIDES to NOTIFICATION_DAEMON

commit fa1fee08262de1f1fad49b8a7621db964779938e
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>

notification-daemon-xfce: Changed PROVIDES to NOTIFICATION_DAEMON

commit 2fa2d2f9a9c940275900b9bd5d4b113a98947119
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>

libnotify: Updated to version 0.4.4. Changed to depends
NOTIFICATION_DAEMON

diff --git a/utils/libnotify/DEPENDS b/utils/libnotify/DEPENDS
index ac96ce4..94ab04d 100755
--- a/utils/libnotify/DEPENDS
+++ b/utils/libnotify/DEPENDS
@@ -1,3 +1,3 @@
depends dbus-glib &&
-depends gtk+2 &&
-depends NOTIF_DAEMON
+depends gtk+2 &&
+depends NOTIFICATION_DAEMON
diff --git a/utils/libnotify/DETAILS b/utils/libnotify/DETAILS
index 9f190b3..e38eb8d 100755
--- a/utils/libnotify/DETAILS
+++ b/utils/libnotify/DETAILS
@@ -1,11 +1,8 @@
SPELL=libnotify
- VERSION=0.4.3
+ VERSION=0.4.4
SOURCE=${SPELL}-${VERSION}.tar.gz

SOURCE_URL[0]=http://www.galago-project.org/files/releases/source/${SPELL}/${SOURCE}
-
-
SOURCE_HASH=sha512:555f28599bdf599eadf91a69da545f08524f1bb994b43cba8b94dd57fac66acf0b8de020952c9b934c6efd02cd40b8f06e6437cc098d632694cc0caac6eb8417
-# SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
-
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
WEB_SITE=http://www.galago-project.org/
ENTERED=20051221
diff --git a/utils/libnotify/HISTORY b/utils/libnotify/HISTORY
index 5a7a4fd..ecb1aee 100644
--- a/utils/libnotify/HISTORY
+++ b/utils/libnotify/HISTORY
@@ -1,5 +1,6 @@
2007-03-05 George Sherwood <george AT beernabeer.com>
- * DEPENDS: Changed to depends NOTIF_DAEMON
+ * DETAILS: Updated to version 0.4.4
+ * DEPENDS: Changed to depends NOTIFICATION_DAEMON

2006-11-15 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.4.3
diff --git a/utils/notification-daemon/DETAILS
b/utils/notification-daemon/DETAILS
index 4584f5f..498079b 100755
--- a/utils/notification-daemon/DETAILS
+++ b/utils/notification-daemon/DETAILS
@@ -1,5 +1,5 @@
SPELL=notification-daemon
- VERSION=0.3.6
+ VERSION=0.3.7
SOURCE=${SPELL}-${VERSION}.tar.gz

SOURCE_URL[0]=http://www.galago-project.org/files/releases/source/${SPELL}/${SOURCE}
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
diff --git a/utils/notification-daemon/HISTORY
b/utils/notification-daemon/HISTORY
index 390ae7e..6a41f54 100644
--- a/utils/notification-daemon/HISTORY
+++ b/utils/notification-daemon/HISTORY
@@ -1,6 +1,9 @@
2007-03-05 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 0.3.7
+ * PRE_BUILD: Removed. Patch not needed. Incorporated Upstream.
* CONFLICTS: Added for notification-daemon-xfce
- * PROVIDES: Added for NOTIF_DAEMON
+ * PROVIDES: Added for NOTIFICATION_DAEMON
+ * dbus-binding-tool-fix.patch: Removed. Not needed.

2006-11-27 David Brown <dmlb2000 AT gmail.com>
* PRE_BUILD: added to apply patch and autoreconf and fixed pval
diff --git a/utils/notification-daemon/PRE_BUILD
b/utils/notification-daemon/PRE_BUILD
deleted file mode 100755
index 5dfdfe7..0000000
--- a/utils/notification-daemon/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd ${SOURCE_DIRECTORY} &&
-patch -p0 < ${SPELL_DIRECTORY}/dbus-binding-tool-fix.patch &&
-autoreconf
diff --git a/utils/notification-daemon/PROVIDES
b/utils/notification-daemon/PROVIDES
index 12df47d..3b79695 100755
--- a/utils/notification-daemon/PROVIDES
+++ b/utils/notification-daemon/PROVIDES
@@ -1 +1 @@
-NOTIF_DAEMON
+NOTIFICATION_DAEMON
diff --git a/utils/notification-daemon/dbus-binding-tool-fix.patch
b/utils/notification-daemon/dbus-binding-tool-fix.patch
deleted file mode 100644
index dfd4a39..0000000
--- a/utils/notification-daemon/dbus-binding-tool-fix.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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) \
diff --git a/utils/notification-daemon/notification-daemon-0.3.6.tar.gz.sig
b/utils/notification-daemon/notification-daemon-0.3.6.tar.gz.sig
deleted file mode 100644
index c9e626a..0000000
Binary files a/utils/notification-daemon/notification-daemon-0.3.6.tar.gz.sig
and /dev/null differ
diff --git a/utils/notification-daemon/notification-daemon-0.3.7.tar.gz.sig
b/utils/notification-daemon/notification-daemon-0.3.7.tar.gz.sig
new file mode 100644
index 0000000..fe656f9
Binary files /dev/null and
b/utils/notification-daemon/notification-daemon-0.3.7.tar.gz.sig differ
diff --git a/xfce/notification-daemon-xfce/PROVIDES
b/xfce/notification-daemon-xfce/PROVIDES
index 12df47d..3b79695 100755
--- a/xfce/notification-daemon-xfce/PROVIDES
+++ b/xfce/notification-daemon-xfce/PROVIDES
@@ -1 +1 @@
-NOTIF_DAEMON
+NOTIFICATION_DAEMON



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (5b96197e37a2b78f1e7f1d04a06bae7643fe0ef5), George Sherwood, 03/05/2007

Archive powered by MHonArc 2.6.24.

Top of Page