Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (ccbbdeca28f5d43aaa09a0aa7daecdd38d542f81)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (ccbbdeca28f5d43aaa09a0aa7daecdd38d542f81)
  • Date: Wed, 21 Jan 2009 17:32:56 -0600

GIT changes to master grimoire by Eric Sandall
<esandall AT esandall25808.local.webex.com>:

utils/libnotify/DEPENDS | 5 ++---
utils/libnotify/HISTORY | 3 +++
utils/notification-daemon/DEPENDS | 1 +
utils/notification-daemon/HISTORY | 3 +++
xfce/notification-daemon-xfce/DEPENDS | 13 +++++++++----
xfce/notification-daemon-xfce/HISTORY | 6 +++++-
6 files changed, 23 insertions(+), 8 deletions(-)

New commits:
commit ccbbdeca28f5d43aaa09a0aa7daecdd38d542f81
Author: Eric Sandall <esandall AT esandall25808.local.webex.com>
Commit: Eric Sandall <esandall AT esandall25808.local.webex.com>

libnotify: Fix TABs -> whitespace

commit de9eefab17d6d6b270683422bdaaf9e8efb7f202
Author: Eric Sandall <esandall AT esandall25808.local.webex.com>
Commit: Eric Sandall <esandall AT esandall25808.local.webex.com>

notification-daemon-xfce: Fix whitespace

commit 59feabdaaa339cb48c98a708c2a99f65f79aa201
Author: Eric Sandall <esandall AT esandall25808.local.webex.com>
Commit: Eric Sandall <esandall AT esandall25808.local.webex.com>

libnotify, notification-daemon{,-xfce}: Fix dependency ordering
(Bug #14976)

* libnotify builds fine without a NOTIFICATION_DAEMON installed.

* notification-daemon fails without libnotify installed
checking for NOTIFICATION_DAEMON... yes
checking for NOTIFICATION_CAPPLET... configure: error: Package
requirements
(glib-2.0 >= 2.10.0 gtk+-2.0 >= 2.10.0 libglade-2.0 gconf-2.0 libnotify
dbus-1
dbus-glib-1) were not met:

No package 'libnotify' found

* notification-daemon-xfce compiles fine without libnotify installed
checking for optional package libnotify >= 0.4.0... not found

diff --git a/utils/libnotify/DEPENDS b/utils/libnotify/DEPENDS
index 94ab04d..10b67a7 100755
--- a/utils/libnotify/DEPENDS
+++ b/utils/libnotify/DEPENDS
@@ -1,3 +1,2 @@
-depends dbus-glib &&
-depends gtk+2 &&
-depends NOTIFICATION_DAEMON
+depends dbus-glib &&
+depends gtk+2
diff --git a/utils/libnotify/HISTORY b/utils/libnotify/HISTORY
index 2ebeab6..30ed687 100644
--- a/utils/libnotify/HISTORY
+++ b/utils/libnotify/HISTORY
@@ -1,3 +1,6 @@
+2009-01-21 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Doesn't depend on NOTIFICATION_DAEMON (Bug #14976)
+
2008-11-21 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.4.5

diff --git a/utils/notification-daemon/DEPENDS
b/utils/notification-daemon/DEPENDS
index 10eaf6d..7ad9c3a 100755
--- a/utils/notification-daemon/DEPENDS
+++ b/utils/notification-daemon/DEPENDS
@@ -2,4 +2,5 @@ depends gtk+2 &&
depends dbus-glib &&
depends libsexy &&
depends gconf2 &&
+depends libnotify &&
depends libwnck
diff --git a/utils/notification-daemon/HISTORY
b/utils/notification-daemon/HISTORY
index 1f14f41..52f862e 100644
--- a/utils/notification-daemon/HISTORY
+++ b/utils/notification-daemon/HISTORY
@@ -1,3 +1,6 @@
+2009-01-21 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on libnotify (Bug #14976)
+
2008-11-21 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.4.0

diff --git a/xfce/notification-daemon-xfce/DEPENDS
b/xfce/notification-daemon-xfce/DEPENDS
index c18d12a..3993d33 100755
--- a/xfce/notification-daemon-xfce/DEPENDS
+++ b/xfce/notification-daemon-xfce/DEPENDS
@@ -1,4 +1,9 @@
-depends gtk+2 &&
-depends dbus-glib &&
-depends libsexy &&
-depends libxfcegui4
+depends gtk+2 &&
+depends dbus-glib &&
+depends libsexy &&
+depends libxfcegui4 &&
+
+optional_depends libnotify \
+ '--enable-settings-preview' \
+ '--disable-settings-preview' \
+ 'for XFCE Settings Manager Wrapper'
diff --git a/xfce/notification-daemon-xfce/HISTORY
b/xfce/notification-daemon-xfce/HISTORY
index 465e320..fc99b87 100644
--- a/xfce/notification-daemon-xfce/HISTORY
+++ b/xfce/notification-daemon-xfce/HISTORY
@@ -1,8 +1,12 @@
+2009-01-21 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Optionally depends on libnotify (Bug #14976)
+
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
+ * DETAILS, DEPENDS, PRE_BUILD, CONFLICTS, HISTORY, PROVIDES
dbus1.patch, dbus2.patch: created spell from notification-daemon
+



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (ccbbdeca28f5d43aaa09a0aa7daecdd38d542f81), Eric Sandall, 01/21/2009

Archive powered by MHonArc 2.6.24.

Top of Page