From 081e4d057bc02ecf499a5152b8451ab7e87017cf Mon Sep 17 00:00:00 2001 From: Michiel van Wessem Date: Fri, 11 Jun 2010 22:17:36 -0500 Subject: multimedia/GoogleEarth: Updated for version 5.1.3535.3218. Signed-off-by: Robby Workman --- multimedia/GoogleEarth/GoogleEarth.SlackBuild | 20 ++++++-------------- multimedia/GoogleEarth/GoogleEarth.info | 6 +++--- multimedia/GoogleEarth/README | 2 +- 3 files changed, 10 insertions(+), 18 deletions(-) diff --git a/multimedia/GoogleEarth/GoogleEarth.SlackBuild b/multimedia/GoogleEarth/GoogleEarth.SlackBuild index 0f8ee7193e..42169faab0 100644 --- a/multimedia/GoogleEarth/GoogleEarth.SlackBuild +++ b/multimedia/GoogleEarth/GoogleEarth.SlackBuild @@ -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. +ARCH=i486 -set -e +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; diff --git a/multimedia/GoogleEarth/GoogleEarth.info b/multimedia/GoogleEarth/GoogleEarth.info index c270896f47..7f050387ba 100644 --- a/multimedia/GoogleEarth/GoogleEarth.info +++ b/multimedia/GoogleEarth/GoogleEarth.info @@ -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" diff --git a/multimedia/GoogleEarth/README b/multimedia/GoogleEarth/README index 12fda82b31..e3c3e501e9 100644 --- a/multimedia/GoogleEarth/README +++ b/multimedia/GoogleEarth/README @@ -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 -- cgit v1.2.3