[Lunar-commits] <moonbase> scummvm: install manpage & icon

Paul Bredbury brebs at lunar-linux.org
Wed Feb 16 14:36:22 CET 2011


commit c254afac1a845c335d3cd5b2c44ceb8855776539
Author: Paul Bredbury <brebs at lunar-linux.org>
Date:   Wed Feb 16 20:36:22 2011 +0700

    scummvm: install manpage & icon
    
    So the scummvm games can show the scummvm icon, rather than no icon.
---
 games/scummvm/BUILD |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/games/scummvm/BUILD b/games/scummvm/BUILD
index baf8c8b..968982b 100644
--- a/games/scummvm/BUILD
+++ b/games/scummvm/BUILD
@@ -1,9 +1,15 @@
-( 
+(
 
   ./configure $OPTS  &&
   make               &&
   prepare_install    &&
 
-  install scummvm /usr/games/  
+  install -Dm 755 scummvm /usr/games/scummvm  &&
+  install -Dm 644 dists/scummvm.6 /usr/share/man/man6/scummvm.6  &&
+  install -Dm 644 icons/scummvm.xpm /usr/share/icons/hicolor/32x32/apps/scummvm.xpm  &&
+
+  if [ -x /usr/bin/gtk-update-icon-cache ] ; then
+    gtk-update-icon-cache -f /usr/share/icons/hicolor/
+  fi
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list