Initial implementation of a graphical notifications display deamon.
authorManuel Bachmann <manuel.bachmann@open.eurogiciel.org>
Sun, 1 Jun 2014 07:18:33 +0000 (09:18 +0200)
committerManuel Bachmann <manuel.bachmann@open.eurogiciel.org>
Sun, 1 Jun 2014 07:18:33 +0000 (09:18 +0200)
"notification-display-client" will run indefinitely, catch
notifications and display them on the screen (if under Wayland).

Change-Id: If9d6fe3d8b4e5d0005a20f16e48045653702866e
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
Makefile.am
packaging/notification-service.spec

index e54f3de..3941621 100644 (file)
@@ -1,4 +1,4 @@
-bin_PROGRAMS = notification-service sample-display-client send-notification bluetooth_notification_client
+bin_PROGRAMS = notification-service notification-display-service sample-display-client send-notification bluetooth_notification_client
 
 AM_CFLAGS = $(GCC_CFLAGS)
 AM_CPPFLAGS = $(GCC_CFLAGS)
@@ -14,6 +14,10 @@ notification_service_SOURCES = \
 notification_service_CFLAGS = -I. $(TIZEN_CFLAGS)
 notification_service_LDADD = $(TIZEN_LIBS)
 
+notification_display_service_SOURCES = notification_display_service.c
+notification_display_service_CFLAGS = -I. $(TIZEN_CFLAGS)
+notification_display_service_LDADD = $(TIZEN_LIBS)
+
 send_notification_SOURCES = send_notification.c
 send_notification_CFLAGS = -I. $(TIZEN_CFLAGS)
 send_notification_LDADD = $(TIZEN_LIBS)
index 708f0f7..50cca55 100644 (file)
@@ -59,6 +59,7 @@ make %{?_smp_mflags}
 %files
 %defattr(-,root,root,-)
 %{_bindir}/notification-service
+%{_bindir}/notification-display-service
 %{_unitdir}/notifications.service
 %{_unitdir}/graphical.target.wants/notifications.service