[Lunar-commits] <moonbase> chromium: Added a Chromium icon and some theme info
Terry Chan
tchan at lunar-linux.org
Tue Jan 5 04:07:38 CET 2010
commit 2044a4181708aaa1219c90de1d11884874cee9fb
Author: Terry Chan <tchan at lunar-linux.org>
Date: Mon Jan 4 21:07:38 2010 -0600
chromium: Added a Chromium icon and some theme info
---
web/chromium/BUILD | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/web/chromium/BUILD b/web/chromium/BUILD
index 55b366b..44a1817 100644
--- a/web/chromium/BUILD
+++ b/web/chromium/BUILD
@@ -60,6 +60,14 @@ EOF
# symlink to lunar location for browser plugins, should be /opt/lunar/plugins
ln -sf /opt/lunar/plugins ${CHROMIUM_HOME}/plugins &&
+ # icon installation
+ mkdir -p /usr/share/pixmaps &&
+ install -m644 out/Release/product_logo_48.png /usr/share/pixmaps/chromium-browser.png &&
+
+ # theme installation
+ mkdir -p /usr/share/themes/Chromium &&
+ cp -a $SOURCE_DIRECTORY/chrome/app/theme /usr/share/themes/Chromium/ &&
+
ln -sf ${CHROMIUM_HOME}/chromium-launcher.sh /usr/bin/chromium
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list