mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
gis/google-earth: Updated for version 7.3.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cd32632152
commit
c6cd146089
2 changed files with 9 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
# Copyright 2007-2013 Michiel van Wessem, Manchester, United Kingdom
|
||||
# Copyright 2016-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2021 Lenard Spencer, Orlando, Florida, USA
|
||||
# Copyright 2021-2022 Lenard Spencer, Orlando, Florida, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -33,7 +33,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=google-earth
|
||||
VERSION=${VERSION:-7.3.4}
|
||||
VERSION=${VERSION:-7.3.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -93,10 +93,13 @@ find -L . \( -name "*.png" -o -name "*.kml" -o -name "*.xml" \) -exec chmod 0644
|
|||
|
||||
# Install a .desktop launcher:
|
||||
mv $PKG/opt/google/earth/pro/google-earth-pro.desktop $PKG/usr/share/applications/google-earth.desktop
|
||||
# Clean up .desktop to satisfy sbopkglint:
|
||||
sed -i '/MultipleArgs/d' $PKG/usr/share/applications/google-earth.desktop
|
||||
sed -i "s|Application;||" $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/pro/product_logo_${icon}.png \
|
||||
install -m 644 -D $PKG/opt/google/earth/pro/product_logo_${icon}.png \
|
||||
$PKG/usr/share/icons/hicolor/${icon}x${icon}/apps/${PRGNAM}-pro.png
|
||||
done
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="google-earth"
|
||||
VERSION="7.3.4"
|
||||
VERSION="7.3.6"
|
||||
HOMEPAGE="https://www.google.com/earth/index.html"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://dl.google.com/dl/linux/direct/google-earth-pro-stable_7.3.4_amd64.deb"
|
||||
MD5SUM_x86_64="c1e565ab19b59299ad48781dbba7a872"
|
||||
DOWNLOAD_x86_64="https://dl.google.com/dl/linux/direct/google-earth-pro-stable_7.3.6_amd64.deb"
|
||||
MD5SUM_x86_64="391115adcb2a0f1c32810e25b6075d39"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Lenard Spencer"
|
||||
EMAIL="lenardrspencer@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue