Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.29 grimoire by George Sherwood (e0d68e6c554e304cef9d5d8b51962d615fa266d0)

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 stable-0.29 grimoire by George Sherwood (e0d68e6c554e304cef9d5d8b51962d615fa266d0)
  • Date: Thu, 22 Jan 2009 17:11:24 -0600

GIT changes to stable-0.29 grimoire by George Sherwood
<gsherwood AT sourcemage.org>:

utils/libnotify/DEPENDS | 3 +--
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 | 3 +++
6 files changed, 20 insertions(+), 6 deletions(-)

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

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

(cherry-picked from commit 59feabdaaa339cb48c98a708c2a99f65f79aa201)

diff --git a/utils/libnotify/DEPENDS b/utils/libnotify/DEPENDS
index 94ab04d..bcb4324 100755
--- a/utils/libnotify/DEPENDS
+++ b/utils/libnotify/DEPENDS
@@ -1,3 +1,2 @@
depends dbus-glib &&
-depends gtk+2 &&
-depends NOTIFICATION_DAEMON
+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..f3ac8fe 100644
--- a/xfce/notification-daemon-xfce/HISTORY
+++ b/xfce/notification-daemon-xfce/HISTORY
@@ -1,3 +1,6 @@
+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



  • [SM-Commit] GIT changes to stable-0.29 grimoire by George Sherwood (e0d68e6c554e304cef9d5d8b51962d615fa266d0), George Sherwood, 01/22/2009

Archive powered by MHonArc 2.6.24.

Top of Page