[Lunar-commits] r19780 - moonbase/trunk/i18n/ding

Jannis Pohlmann jannis at lunar-linux.org
Fri Apr 21 12:50:58 UTC 2006


Author: jannis
Date: 2006-04-21 12:50:57 +0000 (Fri, 21 Apr 2006)
New Revision: 19780

Modified:
   moonbase/trunk/i18n/ding/BUILD
Log:
Install ding icon and .desktop file

Modified: moonbase/trunk/i18n/ding/BUILD
===================================================================
--- moonbase/trunk/i18n/ding/BUILD	2006-04-21 12:42:54 UTC (rev 19779)
+++ moonbase/trunk/i18n/ding/BUILD	2006-04-21 12:50:57 UTC (rev 19780)
@@ -10,6 +10,17 @@
   install -m 755 -t $DEFAULT_PREFIX/bin ding &&
   
   # Install de-en translation dictionary
-  install -m 644 -t $DEFAULT_PREFIX/share/dict de-en.txt
+  install -m 644 -t $DEFAULT_PREFIX/share/dict de-en.txt &&
 
+  # Install icon
+  install -m 644 -t $DEFAULT_PREFIX/share/pixmaps ding.png &&
+
+  # Install desktop file
+  install -m 644 -t $DEFAULT_PREFIX/share/applications ding.desktop &&
+
+  # Update desktop files database
+  if module_installed desktop-file-utils; then
+    update-desktop-database
+  fi
+
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list