[Lunar-commits] <moonbase> xfce4-notifyd: altnve. to notification-daemon-xfce

Paul Bredbury brebs at lunar-linux.org
Sun Jan 23 17:52:45 CET 2011


commit e299be79dc89cf1f9968b28fdb9341669a63cbfd
Author: Paul Bredbury <brebs at lunar-linux.org>
Date:   Sun Jan 23 23:52:45 2011 +0700

    xfce4-notifyd: altnve. to notification-daemon-xfce
---
 zbeta/xfce4-notifyd/BUILD   |   12 ++++++++++++
 zbeta/xfce4-notifyd/DEPENDS |    1 +
 zbeta/xfce4-notifyd/DETAILS |   20 ++++++++++++++++++++
 3 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/zbeta/xfce4-notifyd/BUILD b/zbeta/xfce4-notifyd/BUILD
new file mode 100644
index 0000000..e9858b8
--- /dev/null
+++ b/zbeta/xfce4-notifyd/BUILD
@@ -0,0 +1,12 @@
+(
+
+  if [ -f /etc/profile.d/xfce4.rc ] ; then
+    . /etc/profile.d/xfce4.rc
+  fi &&
+
+  # Make sure proper PKG_CONFIG_PATH is set
+  export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" &&
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/xfce4-notifyd/DEPENDS b/zbeta/xfce4-notifyd/DEPENDS
new file mode 100644
index 0000000..e30fd4d
--- /dev/null
+++ b/zbeta/xfce4-notifyd/DEPENDS
@@ -0,0 +1 @@
+depends libxfce4ui
diff --git a/zbeta/xfce4-notifyd/DETAILS b/zbeta/xfce4-notifyd/DETAILS
new file mode 100644
index 0000000..09f3fdb
--- /dev/null
+++ b/zbeta/xfce4-notifyd/DETAILS
@@ -0,0 +1,20 @@
+          MODULE=xfce4-notifyd
+           MAJOR=0.2
+         VERSION=$MAJOR.0
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://archive.xfce.org/src/apps/$MODULE/$MAJOR
+      SOURCE_VFY=sha1:fe61d153367c368d3595a751f86f304988e185da
+   MODULE_PREFIX=${XFCE4_PREFIX:-/usr}
+        WEB_SITE=http://goodies.xfce.org/projects/applications/xfce4-notifyd
+         ENTERED=20110121
+         UPDATED=20110121
+           SHORT="A notification daemon for the XFCE desktop"
+
+cat << EOF
+The Xfce Notify Daemon (xfce4-notifyd for short) is a smallish program
+that implements the server-side portion of the Freedesktop desktop
+notifications specification. Applications that wish to pop up a
+notification bubble in a standard way can implicitly make use of
+xfce4-notifyd to do so by sending standard messages over D-Bus using
+the org.freedesktop.Notifications interface.
+EOF


More information about the Lunar-commits mailing list