[Lunar-commits] r22319 - moonbase/trunk/x11-utils/notification-daemon
Chad Kittel
v3rt1g0 at lunar-linux.org
Sun Nov 26 21:28:34 CET 2006
Author: v3rt1g0
Date: 2006-11-26 21:28:34 +0100 (Sun, 26 Nov 2006)
New Revision: 22319
Modified:
moonbase/trunk/x11-utils/notification-daemon/BUILD
moonbase/trunk/x11-utils/notification-daemon/DETAILS
Log:
Module Version Bump: notification-daemon (0.3.5 -> 0.3.6)
* fixes a small memory leak
* added a GConf key to specify which corner of the screen the
notifications appear at.
* fixes some dbus issues
* patch no longer needed - but some sedits are to get this to compile
compiled/tested: gcc-3.4.6 | glibc-2.3.6 | kernel headers 2.6.x
Modified: moonbase/trunk/x11-utils/notification-daemon/BUILD
===================================================================
--- moonbase/trunk/x11-utils/notification-daemon/BUILD 2006-11-26 18:23:32 UTC (rev 22318)
+++ moonbase/trunk/x11-utils/notification-daemon/BUILD 2006-11-26 20:28:34 UTC (rev 22319)
@@ -1,6 +1,9 @@
(
- patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+ # clean some stuff up for the new dbus glib bindings to work
+ sedit 's:glib-server:glib-server --prefix=notification_daemon:' src/Makefile.am &&
+ sedit 's:dbus_glib__object_info:dbus_glib_notification_daemon_object_info:' src/daemon.c &&
+
default_build
) > $C_FIFO 2>&1
Modified: moonbase/trunk/x11-utils/notification-daemon/DETAILS
===================================================================
--- moonbase/trunk/x11-utils/notification-daemon/DETAILS 2006-11-26 18:23:32 UTC (rev 22318)
+++ moonbase/trunk/x11-utils/notification-daemon/DETAILS 2006-11-26 20:28:34 UTC (rev 22319)
@@ -1,14 +1,11 @@
MODULE=notification-daemon
- VERSION=0.3.5
+ VERSION=0.3.6
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=notification-daemon-icon-data-patch.diff
SOURCE_URL=http://www.galago-project.org/files/releases/source/$MODULE/
- SOURCE2_URL=$PATCH_URL/
- SOURCE_VFY=sha1:c8aa3b601db6d8b00cd9f4227fff146b8259eb71
- SOURCE2_VFY=sha1:7eac5ffe153f9a68daffb91f9e4a32f8b0ee6f30
+ SOURCE_VFY=sha1:fe222006e246036250d8a3d29ad3ea4ea6e8b1c4
WEB_SITE=http://www.galago-project.org/
ENTERED=20060526
- UPDATED=20060622
+ UPDATED=20061126
SHORT="the desktop notification framework daemon"
cat << EOF
More information about the Lunar-commits
mailing list