google-earth-pro: update to 7.3.4.8642.

Closes: #37161 [via git-merge-pr]
This commit is contained in:
Jason Manley 2022-05-16 20:06:55 -05:00 committed by Andrew Benson
parent 1b8fe54875
commit a5c0066306
1 changed files with 7 additions and 9 deletions

View File

@ -1,19 +1,18 @@
# Template file for 'google-earth-pro'
pkgname=google-earth-pro
version=7.3.4.8248
version=7.3.4.8642
revision=1
archs="x86_64"
depends="alsa-lib desktop-file-utils fontconfig glu gst-plugins-base1
hicolor-icon-theme libSM libXi libXrender libcups libproxy nss"
hicolor-icon-theme libSM libXi libXrender libcups libproxy nss qt5-script qt5-sensors qt5-webkit"
short_desc="Explore the far reaches of the world"
maintainer="Jason Manley <jason@jasondavid.tv>"
license="custom:Google"
homepage="https://www.google.com/earth/index.html"
distfiles="https://dl.google.com/linux/earth/deb/pool/main/g/${pkgname}-stable/${pkgname}-stable_${version}-r0_amd64.deb"
checksum=cdf406c0574564b2b1c2bdcfd731c45ae6358d1f69969895ccd4ea6344bc6add
checksum=f1db3df1c5c10e337f5e8ef89edf18dad787ee550a1299269ecd5e7f8ecb8af7
repository=nonfree
restricted=yes
nostrip=yes
post_fetch() {
@ -43,14 +42,13 @@ do_install() {
usr/share/icons/hicolor/${i}x${i}/apps ${pkgname}.png
done
for i in ${XBPS_SRCDISTDIR}/${pkgname}-${version}/Google-Terms-of-Service.html \
${XBPS_SRCDISTDIR}/${pkgname}-${version}/Google-Earth-Additional-Terms-of-Service.html \
${XBPS_SRCDISTDIR}/${pkgname}-${version}/Legal-Notices-for-Google-Earth-and-Google-Earth-APIs.html \
${XBPS_SRCDISTDIR}/${pkgname}-${version}/Google-Privacy-Policy.html; do
for i in ${XBPS_BUILDDIR}/Google-Terms-of-Service.html \
${XBPS_BUILDDIR}/Google-Earth-Additional-Terms-of-Service.html \
${XBPS_BUILDDIR}/Legal-Notices-for-Google-Earth-and-Google-Earth-APIs.html \
${XBPS_BUILDDIR}/Google-Privacy-Policy.html; do
vlicense ${i}
done
# Fix Search
sed -i '/googleearth-bin/s/^/LC_NUMERIC=en_US.UTF-8 /' \
${DESTDIR}/opt/google/earth/pro/googleearth
}