[Goodies-commits] r4008 - xfce4-taskmanager/trunk

Johannes Zellner nebulon at xfce.org
Fri Feb 29 20:36:46 CET 2008


Author: nebulon
Date: 2008-02-29 19:36:46 +0000 (Fri, 29 Feb 2008)
New Revision: 4008

Added:
   xfce4-taskmanager/trunk/xfce4-taskmanager.desktop.in
Modified:
   xfce4-taskmanager/trunk/INSTALL
   xfce4-taskmanager/trunk/Makefile.am
Log:
- added a simple .desktop file (I don't have a icon for the application :( )



Modified: xfce4-taskmanager/trunk/INSTALL
===================================================================
--- xfce4-taskmanager/trunk/INSTALL	2008-02-28 20:32:24 UTC (rev 4007)
+++ xfce4-taskmanager/trunk/INSTALL	2008-02-29 19:36:46 UTC (rev 4008)
@@ -2,7 +2,7 @@
 *************************
 
 Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
-2006 Free Software Foundation, Inc.
+2006, 2007 Free Software Foundation, Inc.
 
 This file is free documentation; the Free Software Foundation gives
 unlimited permission to copy, distribute and modify it.
@@ -67,6 +67,9 @@
      all sorts of other programs in order to regenerate files that came
      with the distribution.
 
+  6. Often, you can also type `make uninstall' to remove the installed
+     files again.
+
 Compilers and Options
 =====================
 

Modified: xfce4-taskmanager/trunk/Makefile.am
===================================================================
--- xfce4-taskmanager/trunk/Makefile.am	2008-02-28 20:32:24 UTC (rev 4007)
+++ xfce4-taskmanager/trunk/Makefile.am	2008-02-29 19:36:46 UTC (rev 4008)
@@ -4,6 +4,11 @@
 	po								\
 	src
 
+desktopdir = $(datadir)/applications
+desktop_in_files = xfce4-taskmanager.desktop.in
+desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
+ at INTLTOOL_DESKTOP_RULE@
+
 distclean-local:
 	rm -rf *.cache *~
 
@@ -14,11 +19,13 @@
 EXTRA_DIST =								\
 	intltool-extract.in						\
 	intltool-merge.in						\
-	intltool-update.in
+	intltool-update.in						\
+	$(desktop_in_files)
 	
 DISTCLEANFILES =							\
 	intltool-extract						\
 	intltool-merge							\
-	intltool-update
+	intltool-update							\
+	$(desktop_in_files)
 
 # vi:set ts=8 sw=8 noet ai nocindent syntax=automake:

Added: xfce4-taskmanager/trunk/xfce4-taskmanager.desktop.in
===================================================================
--- xfce4-taskmanager/trunk/xfce4-taskmanager.desktop.in	                        (rev 0)
+++ xfce4-taskmanager/trunk/xfce4-taskmanager.desktop.in	2008-02-29 19:36:46 UTC (rev 4008)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+_Name=Xfce4 Taskmanager
+_Comment=Control your processes
+_GenericName=Process manager
+Exec=xfce4-taskmanager
+Icon=utilities-system-monitor
+Terminal=false
+StartupNotify=true
+Type=Application
+Categories=Application;System;Utility;
\ No newline at end of file




More information about the Goodies-commits mailing list