[Galago-commits] r2493 - in trunk/notification-daemon: . src
themes/bubble themes/standard
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Tue Jan 24 00:19:15 PST 2006
Author: chipx86
Date: 2006-01-24 00:19:10 -0800 (Tue, 24 Jan 2006)
New Revision: 2493
Modified:
trunk/notification-daemon/ChangeLog
trunk/notification-daemon/NEWS
trunk/notification-daemon/configure.ac
trunk/notification-daemon/src/Makefile.am
trunk/notification-daemon/themes/bubble/Makefile.am
trunk/notification-daemon/themes/standard/Makefile.am
Log:
Install and check for engines in $(libdir)/notification-daemon-1.0/engines, as opposed to $(libdir)/notification-daemon/engines. This fixes bug #3.
Modified: trunk/notification-daemon/ChangeLog
===================================================================
--- trunk/notification-daemon/ChangeLog 2006-01-24 07:50:06 UTC (rev 2492)
+++ trunk/notification-daemon/ChangeLog 2006-01-24 08:19:10 UTC (rev 2493)
@@ -1,3 +1,14 @@
+Tue Jan 24 00:18:18 PST 2006 Christian Hammond <chipx86 at chipx86.com>
+
+ * src/Makefile.am:
+ * themes/bubble/Makefile.am:
+ * themes/standard/Makefile.am:
+ * NEWS:
+ * configure.ac:
+ - Install and check for engines in
+ $(libdir)/notification-daemon-1.0/engines, as opposed to
+ $(libdir)/notification-daemon/engines. This fixes bug #3.
+
==================== 0.3.2 ====================
Mon Jan 23 00:39:34 PST 2006 Christian Hammond <chipx86 at chipx86.com>
Modified: trunk/notification-daemon/NEWS
===================================================================
--- trunk/notification-daemon/NEWS 2006-01-24 07:50:06 UTC (rev 2492)
+++ trunk/notification-daemon/NEWS 2006-01-24 08:19:10 UTC (rev 2493)
@@ -1,3 +1,8 @@
+version 0.3.3:
+ * Install and check for engines in
+ $(libdir)/notification-daemon-1.0/engines, as opposed to
+ $(libdir)/notification-daemon/engines.
+
version 0.3.2 (23-January-2006):
* Renamed the program back to notification-daemon.
* Reverted the default look back to the notification-daemon 0.2.x look,
Modified: trunk/notification-daemon/configure.ac
===================================================================
--- trunk/notification-daemon/configure.ac 2006-01-24 07:50:06 UTC (rev 2492)
+++ trunk/notification-daemon/configure.ac 2006-01-24 08:19:10 UTC (rev 2493)
@@ -3,7 +3,7 @@
dnl ################################################################
dnl # Initialize autoconf
dnl ################################################################
-AC_INIT(notification-daemon, 0.3.2, galago-devel at lists.freedesktop.org)
+AC_INIT(notification-daemon, 0.3.2.90, galago-devel at lists.freedesktop.org)
AC_PREREQ(2.50)
AC_CONFIG_SRCDIR(config.h.in)
AC_COPYRIGHT([Copyright 2006 Christian Hammond])
@@ -15,7 +15,7 @@
NOTIFICATION_DAEMON_MAJOR_VERSION=0
NOTIFICATION_DAEMON_MINOR_VERSION=3
NOTIFICATION_DAEMON_MICRO_VERSION=2
-NOTIFICATION_DAEMON_DEVEL_VERSION=0
+NOTIFICATION_DAEMON_DEVEL_VERSION=90
NOTIFICATION_DAEMON_VERSION=$NOTIFICATION_DAEMON_MAJOR_VERSION.$NOTIFICATION_DAEMON_MINOR_VERSION.$NOTIFICATION_DAEMON_MICRO_VERSION
Modified: trunk/notification-daemon/src/Makefile.am
===================================================================
--- trunk/notification-daemon/src/Makefile.am 2006-01-24 07:50:06 UTC (rev 2492)
+++ trunk/notification-daemon/src/Makefile.am 2006-01-24 08:19:10 UTC (rev 2493)
@@ -17,7 +17,7 @@
INCLUDES = \
-I$(top_srcdir) \
$(NOTIFICATION_DAEMON_CFLAGS) \
- -DENGINES_DIR=\"$(libdir)/notification-daemon/engines\"
+ -DENGINES_DIR=\"$(libdir)/notification-daemon-1.0/engines\"
EXTRA_DIST = notificationdaemon.xml
DISTCLEANFILES = \
Modified: trunk/notification-daemon/themes/bubble/Makefile.am
===================================================================
--- trunk/notification-daemon/themes/bubble/Makefile.am 2006-01-24 07:50:06 UTC (rev 2492)
+++ trunk/notification-daemon/themes/bubble/Makefile.am 2006-01-24 08:19:10 UTC (rev 2493)
@@ -1,4 +1,4 @@
-enginedir = $(libdir)/notification-daemon/engines
+enginedir = $(libdir)/notification-daemon-1.0/engines
engine_LTLIBRARIES = libbubble.la
Modified: trunk/notification-daemon/themes/standard/Makefile.am
===================================================================
--- trunk/notification-daemon/themes/standard/Makefile.am 2006-01-24 07:50:06 UTC (rev 2492)
+++ trunk/notification-daemon/themes/standard/Makefile.am 2006-01-24 08:19:10 UTC (rev 2493)
@@ -1,4 +1,4 @@
-enginedir = $(libdir)/notification-daemon/engines
+enginedir = $(libdir)/notification-daemon-1.0/engines
engine_LTLIBRARIES = libstandard.la
More information about the galago-commits
mailing list