mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
sci-geosciences/google-earth-pro: new package, add 7.3.6
Signed-off-by: Ivan Lloro <ivan.lloro.boada@gmail.com>
This commit is contained in:
1
sci-geosciences/google-earth-pro/Manifest
Normal file
1
sci-geosciences/google-earth-pro/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST google-earth-pro-stable_7.3.6_amd64.deb 57793756 BLAKE2B 74638696e0cb2bf72b7f262bd9aa5717403711bf64b2426ec8f1738cddd2d3154ec76633442f0115e9c1532ec1c2cc6f4571057051f42217bda4c7a303c616e0 SHA512 4d7c59ab51d1def9860d303d38f1b26e237a5638cfe7d2f923eff4a3a08f442a4ba8eecfa42c54d63cbcc0853df0522641a19c51dfcaf3e6e2015b51d0a2ea6b
|
||||
@@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
EAPI=8
|
||||
|
||||
inherit unpacker desktop
|
||||
|
||||
DESCRIPTION="Google's 3D planet viewer"
|
||||
HOMEPAGE="
|
||||
https://maps.google.com/intl/en/earth
|
||||
https://support.google.com/earth/answer/168344#zippy=%2Cdownload-a-google-earth-pro-direct-installer
|
||||
"
|
||||
SRC_URI="https://dl.google.com/dl/linux/direct/google-earth-pro-stable_7.3.6_amd64.deb"
|
||||
S="${WORKDIR}"
|
||||
|
||||
# https://earth.google.com/intl/es-419/licensepro.html
|
||||
LICENSE="Google-Enterprise-Geo-Master"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
|
||||
src_install() {
|
||||
doins -r ${S}/usr/bin
|
||||
doins -r ${S}/opt
|
||||
|
||||
fperms 0755 /opt/google/earth/pro/googleearth
|
||||
fperms 0755 /opt/google/earth/pro/googleearth-bin
|
||||
|
||||
newicon -s 32 opt/google/earth/pro/product_logo_32.png Google_Earth.png
|
||||
make_desktop_entry google-earth-pro "Google Earth Pro" Google_Earth
|
||||
}
|
||||
|
||||
8
sci-geosciences/google-earth-pro/metadata.xml
Normal file
8
sci-geosciences/google-earth-pro/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>ivan.lloro.boada@gmail.com</email>
|
||||
<name>Ivan Lloro</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user