summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2018-02-09 02:40:03 +0200
committerDet2018-02-09 02:40:03 +0200
commit5b2db70e615604dfd5257f11d0f421b8a07ca57a (patch)
tree07ef6dcdd601eaec8dcce8d941375f7781d8bca2
parent8c7cb5760c43c1c16916e55b2ae2a07664b000c4 (diff)
downloadaur-5b2db70e615604dfd5257f11d0f421b8a07ca57a.tar.gz
Drop the files too
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--baifaao.cpp7
-rw-r--r--googleearth.sh17
4 files changed, 0 insertions, 32 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e0ba6997ffa..b833b237e5b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -22,15 +22,11 @@ pkgbase = google-earth
optdepends = nvidia-utils: For the NVIDIA driver
options = !emptydirs
source = google-earth-stable_7.1.8.3036_amd64.deb::https://dl.google.com/linux/earth/deb/pool/main/g/google-earth-stable/google-earth-stable_7.1.8.3036-r0_amd64.deb
- source = googleearth.sh
- source = baifaao.cpp
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
md5sums = 77cb0eacde195c224767a77ccf54c8ef
- md5sums = e84f5d51ea3545c131d1794f89f6464a
- md5sums = 598d579a1c3199c77850d86ba78f7b44
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 42c556dfcdbb..d4a9d5b28bb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,15 +17,11 @@ optdepends=('catalyst-utils: For AMD Catalyst'
options=('!emptydirs')
install=$pkgname.install
source=("google-earth-stable_${pkgver}_amd64.deb::https://dl.google.com/linux/earth/deb/pool/main/g/google-earth-stable/google-earth-stable_7.1.8.3036-r0_amd64.deb"
- 'googleearth.sh'
- 'baifaao.cpp'
'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')
md5sums=('77cb0eacde195c224767a77ccf54c8ef'
- 'e84f5d51ea3545c131d1794f89f6464a'
- '598d579a1c3199c77850d86ba78f7b44'
'SKIP'
'SKIP'
'SKIP'
diff --git a/baifaao.cpp b/baifaao.cpp
deleted file mode 100644
index ea6885fb38b2..000000000000
--- a/baifaao.cpp
+++ /dev/null
@@ -1,7 +0,0 @@
-/* amirpli 2013/11/28 */
-#include <QtCore/QAtomicInt>
-extern "C" {
- int _Z34QBasicAtomicInt_fetchAndAddOrderedPVii(QAtomicInt* a, int b) {
- return a->fetchAndAddOrdered(b);
- }
-} \ No newline at end of file
diff --git a/googleearth.sh b/googleearth.sh
deleted file mode 100644
index f5a6c18d097c..000000000000
--- a/googleearth.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-# Always run Google Earth from this shell script and not directly!
-# This script makes sure the app looks in the right place for libraries
-# that might also reside elsewhere.
-#
-# Ryan C. Gordon, Thu Jul 20 14:32:33 PDT 2006
-
-# We alredy know the path
-cd /opt/google/earth/free
-
-## Fix the coordinates regression:
-## http://productforums.google.com/forum/#!msg/earth/dlzBfGl4eKM/723naNYBo30J
-#export LC_NUMERIC=en_US.UTF-8
-
-# Fix Panoramio along with certain crashes
-LD_PRELOAD=/usr/lib/libfreeimage.so.3:./baifaao.so:/usr/lib/libpng15.so \
-LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH ./googleearth-bin "$@"