[Lunar-commits] <moonbase> xfce4-notifyd: move to xfce4

Samuel samuel.verstraete at gmail.com
Tue Jun 21 07:57:24 CEST 2011


commit e58f56ce5507e6e281d32042123edae5916cb6bd
Author: Samuel <samuel.verstraete at gmail.com>
Date:   Tue Jun 21 07:57:24 2011 +0200

    xfce4-notifyd: move to xfce4
---
 xfce4/apps/xfce4-notifyd/BUILD   |   12 ++++++++++++
 xfce4/apps/xfce4-notifyd/DEPENDS |    1 +
 xfce4/apps/xfce4-notifyd/DETAILS |   20 ++++++++++++++++++++
 zbeta/xfce4-notifyd/BUILD        |   12 ------------
 zbeta/xfce4-notifyd/DEPENDS      |    1 -
 zbeta/xfce4-notifyd/DETAILS      |   20 --------------------
 6 files changed, 33 insertions(+), 33 deletions(-)

diff --git a/xfce4/apps/xfce4-notifyd/BUILD b/xfce4/apps/xfce4-notifyd/BUILD
new file mode 100644
index 0000000..e9858b8
--- /dev/null
+++ b/xfce4/apps/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/xfce4/apps/xfce4-notifyd/DEPENDS b/xfce4/apps/xfce4-notifyd/DEPENDS
new file mode 100644
index 0000000..e30fd4d
--- /dev/null
+++ b/xfce4/apps/xfce4-notifyd/DEPENDS
@@ -0,0 +1 @@
+depends libxfce4ui
diff --git a/xfce4/apps/xfce4-notifyd/DETAILS b/xfce4/apps/xfce4-notifyd/DETAILS
new file mode 100644
index 0000000..d7a1ea0
--- /dev/null
+++ b/xfce4/apps/xfce4-notifyd/DETAILS
@@ -0,0 +1,20 @@
+          MODULE=xfce4-notifyd
+           MAJOR=0.2
+         VERSION=$MAJOR.1
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://archive.xfce.org/src/apps/$MODULE/$MAJOR
+      SOURCE_VFY=sha1:4a0de4a9e7d0870ff14859ddfd414652a605eacc
+   MODULE_PREFIX=${XFCE4_PREFIX:-/usr}
+        WEB_SITE=http://goodies.xfce.org/projects/applications/xfce4-notifyd
+         ENTERED=20110121
+         UPDATED=20110202
+           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
diff --git a/zbeta/xfce4-notifyd/BUILD b/zbeta/xfce4-notifyd/BUILD
deleted file mode 100644
index e9858b8..0000000
--- a/zbeta/xfce4-notifyd/BUILD
+++ /dev/null
@@ -1,12 +0,0 @@
-(
-
-  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
deleted file mode 100644
index e30fd4d..0000000
--- a/zbeta/xfce4-notifyd/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends libxfce4ui
diff --git a/zbeta/xfce4-notifyd/DETAILS b/zbeta/xfce4-notifyd/DETAILS
deleted file mode 100644
index d7a1ea0..0000000
--- a/zbeta/xfce4-notifyd/DETAILS
+++ /dev/null
@@ -1,20 +0,0 @@
-          MODULE=xfce4-notifyd
-           MAJOR=0.2
-         VERSION=$MAJOR.1
-          SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=http://archive.xfce.org/src/apps/$MODULE/$MAJOR
-      SOURCE_VFY=sha1:4a0de4a9e7d0870ff14859ddfd414652a605eacc
-   MODULE_PREFIX=${XFCE4_PREFIX:-/usr}
-        WEB_SITE=http://goodies.xfce.org/projects/applications/xfce4-notifyd
-         ENTERED=20110121
-         UPDATED=20110202
-           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