sci-geosciences/google-earth-pro: fix linting issues

Signed-off-by: Jonas Toth <gentoo@jonas-toth.eu>
This commit is contained in:
Jonas Toth
2025-11-28 19:29:19 +01:00
parent 73b7467205
commit b9844427fd

View File

@@ -20,13 +20,12 @@ KEYWORDS="~amd64"
RDEPEND="dev-libs/libxml2-compat" RDEPEND="dev-libs/libxml2-compat"
src_install() { src_install() {
doins -r ${S}/usr/bin doins -r "${S}/usr/bin"
doins -r ${S}/opt doins -r "${S}/opt"
fperms 0755 /opt/google/earth/pro/googleearth fperms 0755 /opt/google/earth/pro/googleearth
fperms 0755 /opt/google/earth/pro/googleearth-bin fperms 0755 /opt/google/earth/pro/googleearth-bin
newicon -s 32 opt/google/earth/pro/product_logo_32.png Google_Earth.png 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 make_desktop_entry google-earth-pro "Google Earth Pro" Google_Earth
} }