diary r38 - in trunk: . data po src



Author: pwithnall
Date: Sat Jun  7 22:04:52 2008
New Revision: 38
URL: http://svn.gnome.org/viewvc/diary?rev=38&view=rev

Log:
2008-06-07  Philip Withnall  <philip tecnocode co uk>

	* data/Makefile.am:
	* data/diary.desktop.in: Added a desktop file, and updated 
svn:ignore
	lists.



Added:
   trunk/data/diary.desktop.in
Modified:
   trunk/   (props changed)
   trunk/ChangeLog
   trunk/data/   (props changed)
   trunk/data/Makefile.am
   trunk/po/   (props changed)
   trunk/src/   (props changed)

Modified: trunk/data/Makefile.am
==============================================================================
--- trunk/data/Makefile.am	(original)
+++ trunk/data/Makefile.am	Sat Jun  7 22:04:52 2008
@@ -1,3 +1,16 @@
+# GtkBuilder UI file
+
 uidir = $(datadir)/diary
 ui_DATA = diary.ui
 EXTRA_DIST = $(ui_DATA)
+
+# Desktop file
+
+desktop_in_files = diary.desktop.in
+desktopdir = $(datadir)/applications
+desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
+ INTLTOOL_DESKTOP_RULE@
+
+CLEANFILES = \
+	$(desktop_in_files)	\
+	$(desktop_DATA)

Added: trunk/data/diary.desktop.in
==============================================================================
--- (empty file)
+++ trunk/data/diary.desktop.in	Sat Jun  7 22:04:52 2008
@@ -0,0 +1,12 @@
+[Desktop Entry]
+_Name=Diary
+_Comment=Keep a personal diary
+Exec=diary
+Icon=diary
+Terminal=false
+Type=Application
+Categories=GTK;Utility;
+X-GNOME-Bugzilla-Bugzilla=GNOME
+X-GNOME-Bugzilla-Product=diary
+X-GNOME-Bugzilla-Component=General
+StartupNotify=true



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]