[Lunar-commits] <moonbase-gnome3> libnotify: moved to -gnome3
v4hn
me at v4hn.de
Tue Feb 19 01:49:13 CET 2013
commit 8fa8f30d7893101b5971ec8373e36726b3604f21
Author: v4hn <me at v4hn.de>
Date: Mon, 18 Feb 2013 16:49:13 -0800
URL: https://github.com/lunar-linux/moonbase-gnome3/commit/8fa8f30d7893101b5971ec8373e36726b3604f21
libnotify: moved to -gnome3
This is a basic component of the gnome desktop.
Let's keep it, where it belongs to.
(Also we can't push this to -other as long as
gnome3 is not ready)
---
core/libnotify/DEPENDS | +1/-0
core/libnotify/DETAILS | +18/-0
2 files changed, 19 insertions(+)
--- /dev/null
+++ b/core/libnotify/DEPENDS
@@ -0,0 +1 @@
+depends gtk+-3
--- /dev/null
+++ b/core/libnotify/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=libnotify
+ VERSION=0.7.5
+ SOURCE=$MODULE-$VERSION.tar.xz
+ SOURCE_URL=http://ftp.gnome.org/pub/GNOME/sources/libnotify/${VERSION%.*}
+ SOURCE_VFY=sha1:729d1382617fee7e82eac17d808c11469ab2b7e1
+ WEB_SITE=http://www.galago-project.org
+ ENTERED=20060526
+ UPDATED=20121231
+ 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