From 14b2100158b4f4ad20e3a0c2fe91149b9cffa709 Mon Sep 17 00:00:00 2001 From: Manuel Bachmann Date: Sun, 1 Jun 2014 09:18:33 +0200 Subject: [PATCH] Initial implementation of a graphical notifications display deamon. "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 --- Makefile.am | 6 +++++- packaging/notification-service.spec | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e54f3de..3941621 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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) diff --git a/packaging/notification-service.spec b/packaging/notification-service.spec index 708f0f7..50cca55 100644 --- a/packaging/notification-service.spec +++ b/packaging/notification-service.spec @@ -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 -- 2.7.4