[uim-commit] r291 - trunk

tkng@freedesktop.org tkng@freedesktop.org
Fri Jan 14 13:15:06 PST 2005


Author: tkng
Date: 2005-01-14 13:15:01 -0800 (Fri, 14 Jan 2005)
New Revision: 291

Added:
   trunk/uim.desktop
Modified:
   trunk/Makefile.am
Log:
* uim.desktop: New file for desktop entry.



Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am	2005-01-14 20:59:51 UTC (rev 290)
+++ trunk/Makefile.am	2005-01-14 21:15:01 UTC (rev 291)
@@ -10,6 +10,10 @@
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = uim.pc
 
+desktopdir = $(datadir)/applications
+desktop_DATA = uim.desktop
+
+
 noinst_PROGRAMS = $(gtk_entry)
 
 if GTK2

Added: trunk/uim.desktop
===================================================================
--- trunk/uim.desktop	2005-01-14 20:59:51 UTC (rev 290)
+++ trunk/uim.desktop	2005-01-14 21:15:01 UTC (rev 291)
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Type=Application
+Encoding=UTF-8
+Name=preference of uim
+Name[ja]=uimの設定
+Comment=
+Comment[ja]=
+Exec=uim-pref
+Icon=uim.png
+Terminal=false
+MimeType=text/plain
+Categories=Settings



More information about the Uim-commit mailing list