summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2023-05-14 15:25:07 +0200
committerMartin Väth <martin@mvath.de>2023-05-14 15:25:07 +0200
commit5ed04a79d902ca706f0fb1e6d43c5fea632de461 (patch)
treee433f57f6bd064fc77da05347b2bdef3073b2124
parentx11-libs/gtk+/gtk+:2 revision bump (diff)
downloadmv-5ed04a79d902ca706f0fb1e6d43c5fea632de461.tar.gz
mv-5ed04a79d902ca706f0fb1e6d43c5fea632de461.tar.bz2
mv-5ed04a79d902ca706f0fb1e6d43c5fea632de461.zip
sci-geosciences/googleearth: https://github.com/vaeth/mv-overlay/issues/33
Signed-off-by: Martin Väth <martin@mvath.de>
-rw-r--r--metadata/pkg_desc_index2
-rw-r--r--sci-geosciences/googleearth/googleearth-7.1.8.3036-r4.ebuild (renamed from sci-geosciences/googleearth/googleearth-7.1.8.3036-r3.ebuild)1
-rw-r--r--sci-geosciences/googleearth/googleearth-7.3.0.3832-r4.ebuild (renamed from sci-geosciences/googleearth/googleearth-7.3.0.3832-r3.ebuild)1
-rw-r--r--sci-geosciences/googleearth/googleearth-7.3.4-r2.ebuild (renamed from sci-geosciences/googleearth/googleearth-7.3.4-r1.ebuild)1
4 files changed, 4 insertions, 1 deletions
diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index
index f9cd284a..bb8b4f51 100644
--- a/metadata/pkg_desc_index
+++ b/metadata/pkg_desc_index
@@ -95,7 +95,7 @@ net-misc/netctl 1.11: Profile based network connection tool from Arch Linux
net-misc/openrdate 1.2: use TCP or UDP to retrieve the current time of another machine
net-misc/sshstart 4.10-r1: Start ssh-agent/ssh-add only if you really use ssh or friends
net-print/foo2zjs 20200221: Support for printing to ZjStream-based printers
-sci-geosciences/googleearth 7.1.8.3036-r3 7.3.0.3832-r3 7.3.4-r1: A 3D interface to the planet
+sci-geosciences/googleearth 7.1.8.3036-r4 7.3.0.3832-r4 7.3.4-r2: A 3D interface to the planet
sci-mathematics/reduce 20141130-r3 20190413: A general-purpose computer algebra system
sys-apps/cpi 3.2: A wrapper for cp -i -a, making use of diff
sys-apps/less 633: Excellent text file viewer, optionally with additional selection feature
diff --git a/sci-geosciences/googleearth/googleearth-7.1.8.3036-r3.ebuild b/sci-geosciences/googleearth/googleearth-7.1.8.3036-r4.ebuild
index 195dc2e9..993f53a1 100644
--- a/sci-geosciences/googleearth/googleearth-7.1.8.3036-r3.ebuild
+++ b/sci-geosciences/googleearth/googleearth-7.1.8.3036-r4.ebuild
@@ -86,6 +86,7 @@ src_prepare() {
# Use \x7fELF header to separate ELF executables and libraries
[[ -f ${x} && $(od -t x1 -N 4 "${x}") == *"7f 45 4c 46"* ]] || continue
chmod u+w "${x}" || die
+ [[ ${x} != libicudata.so.* ]] || continue
patchelf --set-rpath '$ORIGIN' "${x}" || \
die "patchelf failed on ${x}"
done
diff --git a/sci-geosciences/googleearth/googleearth-7.3.0.3832-r3.ebuild b/sci-geosciences/googleearth/googleearth-7.3.0.3832-r4.ebuild
index e3cf22a6..a14598df 100644
--- a/sci-geosciences/googleearth/googleearth-7.3.0.3832-r3.ebuild
+++ b/sci-geosciences/googleearth/googleearth-7.3.0.3832-r4.ebuild
@@ -72,6 +72,7 @@ src_prepare() {
# Use \x7fELF header to separate ELF executables and libraries
[[ -f ${x} && $(od -t x1 -N 4 "${x}") == *"7f 45 4c 46"* ]] || continue
chmod u+w "${x}" || die
+ [[ ${x} != libicudata.so.* ]] || continue
patchelf --set-rpath '$ORIGIN' "${x}" || \
die "patchelf failed on ${x}"
done
diff --git a/sci-geosciences/googleearth/googleearth-7.3.4-r1.ebuild b/sci-geosciences/googleearth/googleearth-7.3.4-r2.ebuild
index 7bb9f355..e6322c1f 100644
--- a/sci-geosciences/googleearth/googleearth-7.3.4-r1.ebuild
+++ b/sci-geosciences/googleearth/googleearth-7.3.4-r2.ebuild
@@ -61,6 +61,7 @@ src_prepare() {
# Use \x7fELF header to separate ELF executables and libraries
[[ -f ${x} && $(od -t x1 -N 4 "${x}") == *"7f 45 4c 46"* ]] || continue
chmod u+w "${x}" || die
+ [[ ${x} != libicudata.so.* ]] || continue
patchelf --set-rpath '$ORIGIN' "${x}" || \
die "patchelf failed on ${x}"
done