summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIyán Méndez Veiga2020-07-19 11:48:07 +0200
committerIyán Méndez Veiga2020-07-19 12:07:37 +0200
commit42926d9e3d59c57993348869dfc9d406fe7ebce6 (patch)
tree2e50e881e2040d959d46664325c3db991203e855
parent5c60f811cbed9aab61573faead65aa6359b8ae19 (diff)
downloadaur-42926d9e3d59c57993348869dfc9d406fe7ebce6.tar.gz
Fix issue with old CPUs. Temporal solution
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6126c906c353..98d5a925d2a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = google-earth-pro
pkgdesc = 3D interface to explore the globe, terrain, streets, buildings and other planets (Pro version)
pkgver = 7.3.3.7721
- pkgrel = 2
+ pkgrel = 3
url = https://www.google.com/earth/
install = google-earth-pro.install
arch = x86_64
@@ -24,11 +24,13 @@ pkgbase = google-earth-pro
options = !strip
options = !emptydirs
source = https://dl.google.com/linux/earth/deb/pool/main/g/google-earth-pro-stable/google-earth-pro-stable_7.3.3.7721-r0_amd64.deb
+ source = libsgutil.zip::https://docs.google.com/uc?export=download&id=1Xm7fXIoE_wf50dVOgtDro0yMbYAHDK9n
source = Google-Terms-of-Service.html::https://www.google.com/intl/ALL/policies/terms/index.html
source = Google-Earth-Additional-Terms-of-Service.html::https://www.google.com/help/terms_maps.html
source = Legal-Notices-for-Google-Earth-and-Google-Earth-APIs.html::https://www.google.com/help/legalnotices_maps.html
source = Google-Privacy-Policy.html::https://www.google.com/intl/ALL/policies/privacy/index.html
sha256sums = db3f4b224426789ffb8d76a5f64126f8a2822bc42d30da162ac05d039047a152
+ sha256sums = 5231ea5f31b310f407eab55e3a0b7c08574dfea908c82d848ed8c6c4eb2dea7f
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5f9deffbfa3a..9b86eff4a238 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=google-earth-pro
pkgver=7.3.3.7721
-pkgrel=2
+pkgrel=3
pkgdesc='3D interface to explore the globe, terrain, streets, buildings and other planets (Pro version)'
arch=('x86_64')
url='https://www.google.com/earth/'
@@ -21,12 +21,14 @@ provides=('google-earth')
options=('!strip' '!emptydirs')
install="${pkgname}.install"
source=("https://dl.google.com/linux/earth/deb/pool/main/g/google-earth-pro-stable/google-earth-pro-stable_${pkgver}-r0_amd64.deb"
+ 'libsgutil.zip::https://docs.google.com/uc?export=download&id=1Xm7fXIoE_wf50dVOgtDro0yMbYAHDK9n' # Temporal fix, see below
'Google-Terms-of-Service.html'::'https://www.google.com/intl/ALL/policies/terms/index.html'
'Google-Earth-Additional-Terms-of-Service.html'::'https://www.google.com/help/terms_maps.html'
'Legal-Notices-for-Google-Earth-and-Google-Earth-APIs.html'::'https://www.google.com/help/legalnotices_maps.html'
'Google-Privacy-Policy.html'::'https://www.google.com/intl/ALL/policies/privacy/index.html')
noextract=("google-earth-pro-stable_${pkgver}-r0_amd64.deb")
sha256sums=('db3f4b224426789ffb8d76a5f64126f8a2822bc42d30da162ac05d039047a152'
+ '5231ea5f31b310f407eab55e3a0b7c08574dfea908c82d848ed8c6c4eb2dea7f'
'SKIP'
'SKIP'
'SKIP'
@@ -58,6 +60,10 @@ package() {
# fix search
sed -i '/googleearth-bin/s/^/LC_NUMERIC=en_US.UTF-8 /' "${pkgdir}/${_installdir}/googleearth"
+
+ # Fix issue with old CPUs
+ # https://support.google.com/earth/thread/48368936?hl=en&msgid=58788326
+ cp "${srcdir}/libsgutil.so" "${pkgdir}/${_installdir}/libsgutil.so"
# licenses
local _file