mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
multimedia/GoogleEarth: Updated for version 5.1.3535.3218.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
74fe58d3dc
commit
081e4d057b
3 changed files with 11 additions and 19 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for google-earth
|
||||
|
||||
# Copyright 2007-2009 Michiel van Wessem, Manchester, United Kingdom
|
||||
# Copyright 2007-2010 Michiel van Wessem, Manchester, United Kingdom
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,28 +26,20 @@
|
|||
# and to Daniel de Kok and Alan_Hicks for their comments.
|
||||
|
||||
PRGNAM=GoogleEarth
|
||||
VERSION=${VERSION:-5.1.3533.1731}
|
||||
VERSION=${VERSION:-5.1.3535.3218}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
# No flags/configure needed as it is just a binary repackaging.
|
||||
|
||||
set -e
|
||||
# No flags/configure needed as it is just a binary repackaging.
|
||||
ARCH=i486
|
||||
|
||||
set -e # Exit on most errors.
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
@ -93,7 +85,7 @@ Exec=googleearth %f
|
|||
Terminal=false
|
||||
MultipleArgs=false
|
||||
Type=Application
|
||||
Icon=/usr/share/pixmaps/googleearth-icon.png
|
||||
Icon=googleearth-icon
|
||||
Categories=Network;
|
||||
MimeType=application/vnd.google-earth.kml+xml;application/vnd.google-earth.kmz;application/earthviewer;application/keyhole;
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="GoogleEarth"
|
||||
VERSION="5.1.3533.1731"
|
||||
VERSION="5.1.3535.3218"
|
||||
HOMEPAGE="http://earth.google.com"
|
||||
DOWNLOAD="http://dl.google.com/earth/client/current/GoogleEarthLinux.bin"
|
||||
MD5SUM="2d60578f4a2e56990a053faa8b30537f"
|
||||
MD5SUM="69a52b92691f725b15e28b9fa2a123b2"
|
||||
DOWNLOAD_x86_64="UNSUPPORTED"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Michiel van Wessem"
|
||||
EMAIL="michiel@slackbuilds.org"
|
||||
APPROVED="Erik Hanson"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -20,7 +20,7 @@ DejaVu fonts included with Slackware are based on the Bitstream fonts).
|
|||
|
||||
NOTEs:
|
||||
1) GoogleEarth is a 32bit application only. You need to have the 32bit
|
||||
compatibliy packages installed to have this work on a 64bit system.
|
||||
compatibility packages installed to have this work on a 64bit system.
|
||||
Otherwise you'll just see "no such file or directory" errors.
|
||||
|
||||
2) Google updates the GoogleEarth bin-file without changing the download
|
||||
|
|
Loading…
Reference in a new issue