[uim-commit] r1129 - trunk

tkng at freedesktop.org tkng at freedesktop.org
Sat Aug 6 07:11:00 EST 2005


Author: tkng
Date: 2005-08-05 14:10:57 -0700 (Fri, 05 Aug 2005)
New Revision: 1129

Added:
   trunk/uim.desktop.in
Removed:
   trunk/uim.desktop
Modified:
   trunk/configure.ac
Log:
* configure.ac: Generate uim.desktop automatically.

* uim.desktop.in: New file.

* uim.desktop: Removed because it's already automatically
  generated file.


Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2005-08-05 20:46:40 UTC (rev 1128)
+++ trunk/configure.ac	2005-08-05 21:10:57 UTC (rev 1129)
@@ -743,7 +743,9 @@
 		 examples/Makefile
 		 examples/uim-custom/Makefile
 		 pixmaps/Makefile
-		 uim.pc])
+		 uim.pc
+		 uim.desktop
+                 ])
 
 AC_OUTPUT
 

Deleted: trunk/uim.desktop
===================================================================
--- trunk/uim.desktop	2005-08-05 20:46:40 UTC (rev 1128)
+++ trunk/uim.desktop	2005-08-05 21:10:57 UTC (rev 1129)
@@ -1,12 +0,0 @@
-[Desktop Entry]
-Type=Application
-Encoding=UTF-8
-Name=preference of uim
-Name[ja]=uimの設定
-Comment=
-Comment[ja]=
-Exec=uim-pref-gtk
-Icon=uim.png
-Terminal=false
-MimeType=text/plain
-Categories=Settings

Added: trunk/uim.desktop.in
===================================================================
--- trunk/uim.desktop.in	2005-08-05 20:46:40 UTC (rev 1128)
+++ trunk/uim.desktop.in	2005-08-05 21:10:57 UTC (rev 1129)
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Type=Application
+Encoding=UTF-8
+Name=Preference of uim
+Name[ja]=uimの設定
+Comment=
+Comment[ja]=
+Exec=uim-pref-gtk
+Icon=@uim_pixmapsdir@/uim-icon.png
+Terminal=false
+MimeType=text/plain
+Categories=Settings



More information about the uim-commit mailing list