[Galago-commits] r2940 - in trunk/notification-daemon: . src src/capplet

galago-commits at freedesktop.org galago-commits at freedesktop.org
Sun Nov 5 12:17:29 PST 2006


Author: chipx86
Date: 2006-11-05 12:17:25 -0800 (Sun, 05 Nov 2006)
New Revision: 2940

Added:
   trunk/notification-daemon/src/capplet/
   trunk/notification-daemon/src/capplet/Makefile.am
   trunk/notification-daemon/src/capplet/notification-properties.c
   trunk/notification-daemon/src/capplet/notification-properties.desktop.in
Modified:
   trunk/notification-daemon/ChangeLog
Log:
Add the very beginnings of the control panel applet.


Modified: trunk/notification-daemon/ChangeLog
===================================================================
--- trunk/notification-daemon/ChangeLog	2006-11-05 20:14:56 UTC (rev 2939)
+++ trunk/notification-daemon/ChangeLog	2006-11-05 20:17:25 UTC (rev 2940)
@@ -1,3 +1,10 @@
+Sun Nov 05 12:17:07 PST 2006  Christian Hammond <chipx86 at chipx86.com>
+
+	A src/capplet/Makefile.am:
+	A src/capplet/notification-properties.c:
+	A src/capplet/notification-properties.desktop.in:
+	  - Add the very beginnings of the control panel applet.
+
 Sun Nov 05 12:12:35 PST 2006  Christian Hammond <chipx86 at chipx86.com>
 
 	* src/daemon/Makefile.am:

Added: trunk/notification-daemon/src/capplet/Makefile.am
===================================================================
--- trunk/notification-daemon/src/capplet/Makefile.am	2006-11-05 20:14:56 UTC (rev 2939)
+++ trunk/notification-daemon/src/capplet/Makefile.am	2006-11-05 20:17:25 UTC (rev 2940)
@@ -0,0 +1,21 @@
+bin_PROGRAMS = notification-properties
+
+ at INTLTOOL_DESKTOP_RULE@
+
+notification_properties_LDADD = $(NOTIFICATION_CAPPLET_LIBS)
+notification_properties_SOURCES = notification-properties.c
+
+gladedir = $(GNOMECC_GLADE_DIR)
+glade_DATA = notification-properties.glade
+
+desktopdir = $(datadir)/applications
+desktop_in_files = notification-properties.desktop.in
+desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
+
+INCLUDES = \
+	-I$(top_srcdir) \
+	$(NOTIFICATION_CAPPLET_CFLAGS) \
+	-DENGINES_DIR=\"$(libdir)/notification-daemon-1.0/engines\"
+
+CLEANFILES = $(desktop_DATA)
+EXTRA_DIST = $(glade_DATA) $(pixmap_DATA)

Added: trunk/notification-daemon/src/capplet/notification-properties.c
===================================================================
--- trunk/notification-daemon/src/capplet/notification-properties.c	2006-11-05 20:14:56 UTC (rev 2939)
+++ trunk/notification-daemon/src/capplet/notification-properties.c	2006-11-05 20:17:25 UTC (rev 2940)
@@ -0,0 +1,4 @@
+int
+main(int argc, char **argv)
+{
+}

Added: trunk/notification-daemon/src/capplet/notification-properties.desktop.in
===================================================================
--- trunk/notification-daemon/src/capplet/notification-properties.desktop.in	2006-11-05 20:14:56 UTC (rev 2939)
+++ trunk/notification-daemon/src/capplet/notification-properties.desktop.in	2006-11-05 20:17:25 UTC (rev 2940)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+_Name=Pop-Up Notifications
+_Comment=Set your pop-up notification preferences
+Exec=notification-properties
+Icon=notification-properties
+Terminal=false
+Type=Application
+StartupNotify=true
+Categories=GNOME;GTK;Settings;
+OnlyShowIn=GNOME;



More information about the galago-commits mailing list