summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--multimedia/google-earth/doinst.sh8
-rw-r--r--multimedia/google-earth/google-earth.SlackBuild4
2 files changed, 9 insertions, 3 deletions
diff --git a/multimedia/google-earth/doinst.sh b/multimedia/google-earth/doinst.sh
index acbb07fe3d..58989910ea 100644
--- a/multimedia/google-earth/doinst.sh
+++ b/multimedia/google-earth/doinst.sh
@@ -5,4 +5,10 @@ fi
if [ -x /usr/bin/update-mime-database ]; then
/usr/bin/update-mime-database usr/share/mime > /dev/null 2>&1
fi
-
+
+if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
+ if [ -x /usr/bin/gtk-update-icon-cache ]; then
+ /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
+ fi
+fi
+
diff --git a/multimedia/google-earth/google-earth.SlackBuild b/multimedia/google-earth/google-earth.SlackBuild
index 6e0230209d..8c0bd13047 100644
--- a/multimedia/google-earth/google-earth.SlackBuild
+++ b/multimedia/google-earth/google-earth.SlackBuild
@@ -31,7 +31,7 @@
PRGNAM=google-earth
VERSION="7.1.2.2041"
ARCH=i386 # Since this is the arch google dictates
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
CWD=$(pwd)
@@ -66,7 +66,7 @@ mv $PKG/opt/google/earth/free/google-earth.desktop $PKG/usr/share/applications/g
# Copy icons to /usr/share/icons
for icon in 16 22 24 32 48 64 128 256; do
install -D $PKG/opt/google/earth/free/product_logo_${icon}.png \
- $PKG/usr/share/icons/hicolor/${icon}x${icon}/apps/googleearth.png
+ $PKG/usr/share/icons/hicolor/${icon}x${icon}/apps/${PRGNAM}.png
done
# Install mimetypes