gget r7 - trunk/data



Author: johans
Date: Mon Jun 16 11:36:30 2008
New Revision: 7
URL: http://svn.gnome.org/viewvc/gget?rev=7&view=rev

Log:
Added desktop file.

Added:
   trunk/data/gget.desktop.in
Modified:
   trunk/data/   (props changed)
   trunk/data/Makefile.am

Modified: trunk/data/Makefile.am
==============================================================================
--- trunk/data/Makefile.am	(original)
+++ trunk/data/Makefile.am	Mon Jun 16 11:36:30 2008
@@ -1,5 +1,11 @@
 SUBDIRS = images
 
+desktopdir       = $(datadir)/applications
+desktop_in_files = gget.desktop.in
+desktop_DATA     = $(desktop_in_files:.desktop.in=.desktop)
+
+ INTLTOOL_DESKTOP_RULE@
+
 gladedir   = $(datadir)/gget
 glade_DATA = gget.glade
 
@@ -15,9 +21,11 @@
 	$(GCONFTOOL) --makefile-install-rule $(schema_DATA)
 endif
 
-DISTCLEANFILES =	\
+DISTCLEANFILES =		\
+	$(desktop_DATA)		\
 	$(schema_DATA)
 
 EXTRA_DIST =			\
+	$(desktop_in_files)	\
 	$(glade_DATA)		\
 	$(schema_in_files)

Added: trunk/data/gget.desktop.in
==============================================================================
--- (empty file)
+++ trunk/data/gget.desktop.in	Mon Jun 16 11:36:30 2008
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+_Name=GGet Download Manager
+_GenericName=Download Manager
+_Comment=Download files from the Internet
+Exec=gget
+Icon=gget
+StartupNotify=true
+Terminal=false
+Type=Application
+Categories=GNOME;GTK;Application;Network;
+MimeType=application/metalink+xml;



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