multimedia/google-earth: Bugfixes for icon and doinst.sh.
Signed-off-by: Michiel van Wessem <michiel@slackbuilds.org>
This commit is contained in:
parent
b47d6b829f
commit
eee37b4b45
|
@ -6,3 +6,9 @@ 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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue