Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37519449
en ru br
ALT Linux repos
5.0: 0.3.7-alt3
4.1: 0.3.7-alt1.M41.1
4.0: 0.3.6-alt2

Group :: Graphical desktop/XFce
RPM: notification-daemon-xfce

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: notification-daemon-xfce-dbus-prefix-update.patch
Download


diff -ur notification-daemon-xfce-0.3.6-orig/src/daemon/daemon.c notification-daemon-xfce-0.3.6/src/daemon/daemon.c
--- notification-daemon-xfce-0.3.6-orig/src/daemon/daemon.c	2006-10-22 09:07:26.000000000 -0700
+++ notification-daemon-xfce-0.3.6/src/daemon/daemon.c	2007-01-20 23:28:53.000000000 -0800
@@ -1108,7 +1108,7 @@
 	dbus_conn = dbus_g_connection_get_connection(connection);
 
 	dbus_g_object_type_install_info(NOTIFY_TYPE_DAEMON,
-									&dbus_glib__object_info);
+									&dbus_glib_notification_daemon_object_info);
 
 	bus_proxy = dbus_g_proxy_new_for_name(connection,
 										  "org.freedesktop.DBus",
diff -ur notification-daemon-xfce-0.3.6-orig/src/daemon/Makefile.in notification-daemon-xfce-0.3.6/src/daemon/Makefile.in
--- notification-daemon-xfce-0.3.6-orig/src/daemon/Makefile.in	2006-10-22 09:08:29.000000000 -0700
+++ notification-daemon-xfce-0.3.6/src/daemon/Makefile.in	2007-01-20 23:28:30.000000000 -0800
@@ -581,7 +581,7 @@
 
 
 notificationdaemon-dbus-glue.h: notificationdaemon.xml
-	dbus-binding-tool --mode=glib-server 				\
+	dbus-binding-tool --mode=glib-server --prefix=notification_daemon	\
 		$(srcdir)/notificationdaemon.xml > notificationdaemon-dbus-glue.h
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin