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
|
@ -5,4 +5,10 @@ fi
|
||||||
if [ -x /usr/bin/update-mime-database ]; then
|
if [ -x /usr/bin/update-mime-database ]; then
|
||||||
/usr/bin/update-mime-database usr/share/mime > /dev/null 2>&1
|
/usr/bin/update-mime-database usr/share/mime > /dev/null 2>&1
|
||||||
fi
|
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
|
PRGNAM=google-earth
|
||||||
VERSION="7.1.2.2041"
|
VERSION="7.1.2.2041"
|
||||||
ARCH=i386 # Since this is the arch google dictates
|
ARCH=i386 # Since this is the arch google dictates
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
CWD=$(pwd)
|
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
|
# Copy icons to /usr/share/icons
|
||||||
for icon in 16 22 24 32 48 64 128 256; do
|
for icon in 16 22 24 32 48 64 128 256; do
|
||||||
install -D $PKG/opt/google/earth/free/product_logo_${icon}.png \
|
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
|
done
|
||||||
|
|
||||||
# Install mimetypes
|
# Install mimetypes
|
||||||
|
|
Loading…
Reference in New Issue