[Galago-commits] r2784 - in trunk/notification-daemon: . data
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Wed Apr 26 01:44:53 PDT 2006
Author: chipx86
Date: 2006-04-26 01:44:50 -0700 (Wed, 26 Apr 2006)
New Revision: 2784
Added:
trunk/notification-daemon/data/org.freedesktop.Notifications.service.in
Removed:
trunk/notification-daemon/data/notification-daemon.service.in
Modified:
trunk/notification-daemon/ChangeLog
trunk/notification-daemon/configure.ac
trunk/notification-daemon/data/Makefile.am
Log:
Rename notification-daemon.service to org.freedesktop.Notifications.service.
Modified: trunk/notification-daemon/ChangeLog
===================================================================
--- trunk/notification-daemon/ChangeLog 2006-04-26 08:33:17 UTC (rev 2783)
+++ trunk/notification-daemon/ChangeLog 2006-04-26 08:44:50 UTC (rev 2784)
@@ -1,5 +1,14 @@
==================== 0.3.5 ====================
+Wed Apr 26 01:44:17 PDT 2006 Christian Hammond <chipx86 at chipx86.com>
+
+ * data/Makefile.am:
+ A data/org.freedesktop.Notifications.service.in:
+ D data/notification-daemon.service.in:
+ * configure.ac:
+ - Rename notification-daemon.service to
+ org.freedesktop.Notifications.service.
+
Wed Apr 26 01:32:17 PDT 2006 Christian Hammond <chipx86 at chipx86.com>
* NEWS:
Modified: trunk/notification-daemon/configure.ac
===================================================================
--- trunk/notification-daemon/configure.ac 2006-04-26 08:33:17 UTC (rev 2783)
+++ trunk/notification-daemon/configure.ac 2006-04-26 08:44:50 UTC (rev 2784)
@@ -169,7 +169,7 @@
AC_CONFIG_FILES([
Makefile
data/Makefile
-data/notification-daemon.service
+data/org.freedesktop.Notifications.service
po/Makefile.in
src/Makefile
themes/Makefile
@@ -181,11 +181,11 @@
echo
echo $PACKAGE v$VERSION
-
+echo
echo prefix............... : $prefix
echo dbus-1 system.d dir.. : $DBUS_SYS_DIR
echo dbus-1 services dir.. : $DBUS_SERVICES_DIR
-
+echo
echo "Now type make to compile"
echo "Then su to root and type: make install"
echo
Modified: trunk/notification-daemon/data/Makefile.am
===================================================================
--- trunk/notification-daemon/data/Makefile.am 2006-04-26 08:33:17 UTC (rev 2783)
+++ trunk/notification-daemon/data/Makefile.am 2006-04-26 08:44:50 UTC (rev 2784)
@@ -1,5 +1,5 @@
servicedir = $(DBUS_SERVICES_DIR)
-service_DATA = notification-daemon.service
+service_DATA = org.freedesktop.Notifications.service
schemasdir = $(GCONF_SCHEMA_FILE_DIR)
schemas_in_files = notification-daemon.schemas.in
@@ -16,6 +16,6 @@
EXTRA_DIST = \
$(schemas_in_files) \
- notification-daemon.service
+ $(service_DATA)
CLEANFILES = $(schemas_DATA)
Deleted: trunk/notification-daemon/data/notification-daemon.service.in
===================================================================
--- trunk/notification-daemon/data/notification-daemon.service.in 2006-04-26 08:33:17 UTC (rev 2783)
+++ trunk/notification-daemon/data/notification-daemon.service.in 2006-04-26 08:44:50 UTC (rev 2784)
@@ -1,3 +0,0 @@
-[D-BUS Service]
-Name=org.freedesktop.Notifications
-Exec=@LIBEXECDIR@/notification-daemon
Copied: trunk/notification-daemon/data/org.freedesktop.Notifications.service.in (from rev 2749, trunk/notification-daemon/data/notification-daemon.service.in)
More information about the galago-commits
mailing list