[Lunar-commits] <moonbase-gnome> libnotify: move it from others repo.

Florin Braescu florin at lunar-linux.org
Sun Aug 18 12:24:23 CEST 2013


commit b65602a62035f5537b684a7978d354a310640ce2
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 18 Aug 2013 03:23:50 -0700
URL: https://github.com/lunar-linux/moonbase-gnome/commit/b65602a62035f5537b684a7978d354a310640ce2

libnotify: move it from others repo.
---
  platform/libnotify/BUILD   | +7/-0     
  platform/libnotify/DEPENDS | +2/-0     
  platform/libnotify/DETAILS | +18/-0    
  3 files changed, 27 insertions(+)

--- /dev/null
+++ b/platform/libnotify/BUILD
@@ -0,0 +1,7 @@
+
+  OPTS+=" --includedir=/usr/include/$MODULE-$VERSION \
+          --libdir=/usr/lib \
+          --program-suffix=-$MODULE-$VERSION \
+          --disable-static" &&
+
+  default_build
--- /dev/null
+++ b/platform/libnotify/DEPENDS
@@ -0,0 +1,2 @@
+depends  dbus-glib
+depends  gtk+-2
--- /dev/null
+++ b/platform/libnotify/DETAILS
@@ -0,0 +1,18 @@
+          MODULE=libnotify
+         VERSION=0.5.2
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://ftp.gnome.org/pub/GNOME/sources/libnotify/${VERSION%.*}/
+      SOURCE_VFY=sha1:bb088a318cfccb4261674065838860fa940fc04a
+        WEB_SITE=http://www.galago-project.org/
+         ENTERED=20060526
+         UPDATED=20070309
+           SHORT="the desktop notification framework library"
+
+cat << EOF
+The Desktop Notifications framework provides a standard way of doing
+passive pop-up notifications on the Linux desktop.  These are designed
+to notify the user of something without interrupting their work with a
+dialog box that they must close.  Passive popups can automatically
+disappear after a short period of time.  This project consists of a
+specification and implementation (libnotify and notification-daemon).
+EOF




More information about the Lunar-commits mailing list