diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-14 07:55:15 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-12 08:31:09 +0700 |
commit | 3c9114b21e29f4767938efd785201545ce092853 (patch) | |
tree | 60a8bdc64e395a1642757b4dbf0faecc19aa4fc0 /gis/google-earth | |
parent | 389c3939ca30c182d80580cb4d91a430a78f4945 (diff) |
gis/google-earth: Updated for version 7.3.0.3827.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/google-earth')
-rw-r--r-- | gis/google-earth/google-earth.SlackBuild | 12 | ||||
-rw-r--r-- | gis/google-earth/google-earth.info | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/gis/google-earth/google-earth.SlackBuild b/gis/google-earth/google-earth.SlackBuild index d97948b00690..ec05ca681690 100644 --- a/gis/google-earth/google-earth.SlackBuild +++ b/gis/google-earth/google-earth.SlackBuild @@ -30,7 +30,7 @@ # and to Daniel de Kok and Alan_Hicks for their comments. PRGNAM=google-earth -VERSION=${VERSION:-7.1.8.3036} +VERSION=${VERSION:-7.3.0.3830} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,7 +61,7 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $PKG -ar p $CWD/google-earth-stable_$VERSION-r0_$SRCARCH.deb data.tar.xz | tar xJv +ar p $CWD/google-earth-stable_current_${SRCARCH}.deb data.tar.xz | tar xJv cd $PKG chown -R root:root . # Fix Google braindeadness (and mine) @@ -77,12 +77,12 @@ find -L . \ find -L . \( -name "*.png" -o -name "*.kml" -o -name "*.xml" \) -exec chmod 0644 {} \; # Install a .desktop launcher: -mv $PKG/opt/google/earth/free/google-earth.desktop $PKG/usr/share/applications/google-earth.desktop +mv $PKG/opt/google/earth/pro/google-earth-pro.desktop $PKG/usr/share/applications/google-earth.desktop # 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/${PRGNAM}.png + install -D $PKG/opt/google/earth/pro/product_logo_${icon}.png \ + $PKG/usr/share/icons/hicolor/${icon}x${icon}/apps/${PRGNAM}-pro.png done # Install mimetypes @@ -91,7 +91,7 @@ cat $CWD/google-earth-mimetypes.xml > $PKG/usr/share/mime/packages/$PRGNAM-mimet # Let's take care of documentation mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -mv $PKG/opt/google/earth/free/gpl.txt $PKG/usr/doc/$PRGNAM-$VERSION +mv $PKG/opt/google/earth/pro/gpl.txt $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild # Clean up cruft/unneeded directories.The cron job in /etc is for Debian/Ubuntu only: diff --git a/gis/google-earth/google-earth.info b/gis/google-earth/google-earth.info index 8ce56a42dcf3..b9b6c2d2216c 100644 --- a/gis/google-earth/google-earth.info +++ b/gis/google-earth/google-earth.info @@ -1,10 +1,10 @@ PRGNAM="google-earth" -VERSION="7.1.8.3036" -HOMEPAGE="https://www.google.com/earth/index.html" -DOWNLOAD="https://dl.google.com/linux/earth/deb/pool/main/g/google-earth-stable/google-earth-stable_7.1.8.3036-r0_i386.deb" -MD5SUM="bf6ccc911ce09a9ec5dc0e6ee98e92d5" -DOWNLOAD_x86_64="https://dl.google.com/linux/earth/deb/pool/main/g/google-earth-stable/google-earth-stable_7.1.8.3036-r0_amd64.deb" -MD5SUM_x86_64="77cb0eacde195c224767a77ccf54c8ef" +VERSION="7.3.0.3830" +HOMEPAGE="http://www.google.com/earth/index.html" +DOWNLOAD="http://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb" +MD5SUM="b66ba870bf4edd26887ffbf6677cbec5" +DOWNLOAD_x86_64="http://dl.google.com/dl/earth/client/current/google-earth-stable_current_amd64.deb" +MD5SUM_x86_64="679ac1417275d1804b7dc6a920cb03d2" REQUIRES="" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |