Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Don Johnson (49fce6781421f74d5c0544b65a0b14c95fbb301c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Don Johnson <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Don Johnson (49fce6781421f74d5c0544b65a0b14c95fbb301c)
  • Date: Mon, 27 Jul 2009 17:20:54 -0500

GIT changes to master grimoire by Don Johnson <minozake@felix-desktop.(none)>:

ChangeLog | 3 +++
utils/notification-daemon/CONFLICTS | 3 ++-
utils/notify-osd/CONFLICTS | 2 ++
utils/notify-osd/DEPENDS | 6 ++++++
utils/notify-osd/DETAILS | 27 +++++++++++++++++++++++++++
utils/notify-osd/HISTORY | 3 +++
utils/notify-osd/PROVIDES | 1 +
xfce/notification-daemon-xfce/CONFLICTS | 3 ++-
xfce/notification-daemon-xfce/HISTORY | 3 +++
9 files changed, 49 insertions(+), 2 deletions(-)

New commits:
commit 49fce6781421f74d5c0544b65a0b14c95fbb301c
Author: Don Johnson <minozake@felix-desktop.(none)>
Commit: Don Johnson <minozake@felix-desktop.(none)>

utils/notification-daemon: added notify-osd to conflicts

commit e4875a16f01dd1c38bd02b1b33932d79818fd468
Author: Don Johnson <minozake@felix-desktop.(none)>
Commit: Don Johnson <minozake@felix-desktop.(none)>

xfce/notification-daemon-xfce: added notify-osd to conflicts

commit 4f10a19c634e85f142d05fe28088ee28ea47a68e
Author: Don Johnson <minozake@felix-desktop.(none)>
Commit: Don Johnson <minozake@felix-desktop.(none)>

utils/notify-osd: New spell

diff --git a/ChangeLog b/ChangeLog
index 6cb5c11..dacc5f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-07-27 Donald Johnson <ltdonny AT gmail.com>
+ * utils/notify-osd: new spell, alternate notification-daemon
+
2009-07-27 Treeve Jelbert <treeve AT sourcemage.org>
* devel/qt-creator: new spell, qt4 developer kit

diff --git a/utils/notification-daemon/CONFLICTS
b/utils/notification-daemon/CONFLICTS
index 05ba1ca..4a1564b 100755
--- a/utils/notification-daemon/CONFLICTS
+++ b/utils/notification-daemon/CONFLICTS
@@ -1 +1,2 @@
-conflicts notification-daemon-xfce
+conflicts notification-daemon-xfce &&
+conflicts notify-osd
diff --git a/utils/notify-osd/CONFLICTS b/utils/notify-osd/CONFLICTS
new file mode 100755
index 0000000..327b526
--- /dev/null
+++ b/utils/notify-osd/CONFLICTS
@@ -0,0 +1,2 @@
+conflicts notification-daemon &&
+conflicts notification-daemon-xfce
diff --git a/utils/notify-osd/DEPENDS b/utils/notify-osd/DEPENDS
new file mode 100755
index 0000000..55a4531
--- /dev/null
+++ b/utils/notify-osd/DEPENDS
@@ -0,0 +1,6 @@
+depends pkgconfig &&
+depends gtk+2 &&
+depends glib2 &&
+depends gconf2 &&
+depends libwnck &&
+depends dbus
diff --git a/utils/notify-osd/DETAILS b/utils/notify-osd/DETAILS
new file mode 100755
index 0000000..8c63393
--- /dev/null
+++ b/utils/notify-osd/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=notify-osd
+ VERSION=0.9.11
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://launchpad.net/${SPELL}/trunk/${VERSION}/+download/${SOURCE}
+
SOURCE_HASH=sha512:199e683dc8d1889b2c38c7e3b2ff3258b3fde54e9d4e8fbfa4beb9b0b452e454258cec72fca5f26a420b133720cb76c2f2cb3254d845baa6f6718219ca8addbe
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://launchpad.net/notify-osd";
+ LICENSE[0]=GPL
+ ENTERED=20090727
+ SHORT="alternative notification daemon"
+cat << EOF
+Canonical's on-screen-display notification agent, implementing the
+freedesktop.org Desktop Notifications Specification with semi-transparent
+click-through bubbles.
+
+The freedesktop.org Desktop Notifications Specification provides a standard
+way for applications to display pop-up notifications. These are designed to
+make you aware of something, without interrupting your work with a window
+you must close.
+
+Notify OSD presents these notifications as ephemeral overlays, which can
+be clicked through so they don't block your work. It queues notifications,
+to prevent them from flooding your screen. And as well as handling standard
+notification updates, Notify OSD introduces the idea of appending -- allowing
+notifications to grow over time, for example in the case of instant messages
+from a particular person.
+EOF
diff --git a/utils/notify-osd/HISTORY b/utils/notify-osd/HISTORY
new file mode 100644
index 0000000..e8f796b
--- /dev/null
+++ b/utils/notify-osd/HISTORY
@@ -0,0 +1,3 @@
+2009-07-27 Finn Haedicke <finn_haedicke AT gmx.net>
+ * DETAILS: spell created
+
diff --git a/utils/notify-osd/PROVIDES b/utils/notify-osd/PROVIDES
new file mode 100755
index 0000000..3b79695
--- /dev/null
+++ b/utils/notify-osd/PROVIDES
@@ -0,0 +1 @@
+NOTIFICATION_DAEMON
diff --git a/xfce/notification-daemon-xfce/CONFLICTS
b/xfce/notification-daemon-xfce/CONFLICTS
index 8d6212d..5c98c6e 100755
--- a/xfce/notification-daemon-xfce/CONFLICTS
+++ b/xfce/notification-daemon-xfce/CONFLICTS
@@ -1 +1,2 @@
-conflicts notification-daemon
+conflicts notification-daemon &&
+conflicts notify-osd
diff --git a/xfce/notification-daemon-xfce/HISTORY
b/xfce/notification-daemon-xfce/HISTORY
index fc99b87..9eabd5d 100644
--- a/xfce/notification-daemon-xfce/HISTORY
+++ b/xfce/notification-daemon-xfce/HISTORY
@@ -1,3 +1,6 @@
+2009-07-27 Donald Johnson <ltdonny AT gmail.com>
+ * CONFLICTS: notify-osd added
+
2009-01-21 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Optionally depends on libnotify (Bug #14976)




  • [SM-Commit] GIT changes to master grimoire by Don Johnson (49fce6781421f74d5c0544b65a0b14c95fbb301c), Don Johnson, 07/27/2009

Archive powered by MHonArc 2.6.24.

Top of Page