diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-11-04 20:19:59 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-11-04 20:19:59 +0000 |
commit | bf6e97ed0b15f338c9e1182152bf161c8bb9aac5 (patch) | |
tree | 0a37f6b021f6474f211a739e56ffe4e14b65b3dd /astro | |
parent | dfb90d66095178f11a97c85b1910507b36f2f729 (diff) | |
download | ports-bf6e97ed0b15f338c9e1182152bf161c8bb9aac5.tar.gz ports-bf6e97ed0b15f338c9e1182152bf161c8bb9aac5.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/google-earth/Makefile | 79 | ||||
-rw-r--r-- | astro/google-earth/distinfo | 6 | ||||
-rw-r--r-- | astro/google-earth/files/browserwrapper | 18 | ||||
-rw-r--r-- | astro/google-earth/files/googleearth | 2 | ||||
-rw-r--r-- | astro/google-earth/files/patch-bin-googleearth | 35 | ||||
-rw-r--r-- | astro/google-earth/pkg-descr | 2 | ||||
-rw-r--r-- | astro/google-earth/pkg-plist | 843 |
7 files changed, 307 insertions, 678 deletions
diff --git a/astro/google-earth/Makefile b/astro/google-earth/Makefile index 1da68d76b782..3c6b1adab0c1 100644 --- a/astro/google-earth/Makefile +++ b/astro/google-earth/Makefile @@ -1,13 +1,11 @@ # $FreeBSD$ PORTNAME= google-earth -PORTVERSION= 7.1.5.1557 -PORTREVISION= 1 +PORTVERSION= 7.1.7.2606 PORTEPOCH= 3 CATEGORIES= astro deskutils geography -MASTER_SITES= http://dl.google.com/earth/client/advanced/previous/:previous \ - http://dl.google.com/earth/client/current/:current -DISTFILES= GoogleEarthLinux.bin:current +MASTER_SITES= https://dl.google.com/dl/earth/client/current/ +DISTFILES= google-earth-stable_current_i386.rpm DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org @@ -15,64 +13,27 @@ COMMENT= Virtual globe, map and geographical information program RESTRICTED= Not really sure about the redistribution terms -OPTIONS_DEFAULT= LINUX_DRI -OPTIONS_SINGLE= LIBGL -OPTIONS_SINGLE_LIBGL= LINUX_DRI NVIDIA_GL NVIDIA_GL_340 NVIDIA_GL_304 -LINUX_DRI_DESC= libGL support via Linux DRI libraries -NVIDIA_GL_DESC= libGL support via nvidia-driver -NVIDIA_GL_340_DESC= libGL support via nvidia-driver-340 -NVIDIA_GL_304_DESC= libGL support via nvidia-driver-304 - -USES= desktop-file-utils linux makeself perl5 shared-mime-info -USE_LINUX= xorglibs curl nss -USE_PERL5= patch build +NO_BUILD= yes NO_WRKSUBDIR= yes - -NVIDIA_GL_RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1:x11/nvidia-driver -NVIDIA_GL_340_RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1:x11/nvidia-driver-340 -NVIDIA_GL_304_RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1:x11/nvidia-driver-304 -LINUX_DRI_USE= LINUX=dri,libpciaccess - -post-extract: - @cd ${WRKSRC} && ${TAR} -xf googleearth-data.tar && ${RM} googleearth-data.tar - @cd ${WRKSRC} && ${TAR} -xf googleearth-linux-x86.tar && ${RM} googleearth-linux-x86.tar +PLIST_SUB= LINUXBASE=${LINUXBASE} +USES= desktop-file-utils linux +USE_LINUX= dri xorglibs post-patch: - @${REINPLACE_CMD} -i "" -e '/OS.*=/s|linux|FreeBSD|' ${WRKSRC}/drivers.ini - @${REINPLACE_CMD} -i "" -e 's|^# Set the home.*|GOOGLEEARTH_DATA_PATH=${DATADIR}|' ${WRKSRC}/bin/googleearth - @${REINPLACE_CMD} -i "" -e "s|^# Let's boogie.*|rm -f ${LINUXBASE}\$${HOME}/.googleearth/instance-running-lock|" ${WRKSRC}/bin/googleearth - @${REINPLACE_CMD} -i "" -e 's/^TMPPATH.*/exit 0/' ${WRKSRC}/postinstall.sh - @${REINPLACE_CMD} -i "" -e 's|\"\$$SETUP_INSTALLPATH/|\"${WRKSRC}/|' ${WRKSRC}/postinstall.sh - @${REINPLACE_CMD} -i "" -e 's|\$$SETUP_INSTALLPATH/googleearth |${PREFIX}/bin/googleearth |' ${WRKSRC}/postinstall.sh - ${RM} ${WRKSRC}/libcurl.so.4 - ${PERL} -i -pe 's|/lib/ld-lsb.so.3\0\0\0|/lib/ld-linux.so.2\0|' ${WRKSRC}/googleearth-bin -post-patch-LINUX_DRI-off: - @${REINPLACE_CMD} 's|%%LIBGL_ALWAYS_SOFTWARE%%||' ${WRKSRC}/bin/googleearth -post-patch-LINUX_DRI-on: - @${REINPLACE_CMD} 's|%%LIBGL_ALWAYS_SOFTWARE%%|LIBGL_ALWAYS_SOFTWARE=yes|' ${WRKSRC}/bin/googleearth - -do-build: - @${SETENV} SETUP_INSTALLPATH=${DATADIR} ${WRKSRC}/postinstall.sh - @cd ${WRKSRC} && ${RM} -r setup.* preuninstall.sh postinstall.sh \ - bin/googleearth.orig + @${SED} -i '' 's/^Exec=[^[:space:]]*/Exec=googleearth/' \ + ${WRKSRC}/opt/google/earth/free/google-earth.desktop do-install: - ${MKDIR} ${STAGEDIR}${DATADIR}/bin - ${MKDIR} ${STAGEDIR}${PREFIX}/share/mime/packages - ${INSTALL_DATA} ${WRKSRC}/googleearth-mimetypes.xml \ - ${STAGEDIR}${PREFIX}/share/mime/packages/ - ${INSTALL_DATA} ${WRKSRC}/Google-googleearth.desktop \ - ${STAGEDIR}${PREFIX}/share/applications/googleearth.desktop - ${INSTALL_SCRIPT} ${WRKSRC}/bin/googleearth ${STAGEDIR}${DATADIR}/bin/ - ${INSTALL_PROGRAM} ${WRKSRC}/googleearth-bin ${STAGEDIR}${DATADIR}/ - ${RM} ${WRKSRC}/googleearth-mimetypes.xml \ - ${WRKSRC}/googleearth.desktop \ - ${WRKSRC}/googleearth-bin \ - ${WRKSRC}/bin/googleearth - (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) - ${INSTALL_SCRIPT} ${FILESDIR}/browserwrapper \ - ${STAGEDIR}${DATADIR}/bin/ - ${LN} -sf ../${DATADIR_REL}/bin/googleearth \ - ${STAGEDIR}${PREFIX}/bin/ +.for s in 16 22 24 32 48 64 128 256 + ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}x${s}/apps + ${INSTALL_DATA} ${WRKSRC}/opt/google/earth/free/product_logo_${s}.png \ + ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}x${s}/apps/google-earth.png +.endfor + ${INSTALL_DATA} ${WRKSRC}/opt/google/earth/free/google-earth.desktop \ + ${STAGEDIR}${DESKTOPDIR} + ${MKDIR} ${STAGEDIR}${LINUXBASE} + (cd ${WRKSRC} && ${COPYTREE_SHARE} opt ${STAGEDIR}${LINUXBASE}) + ${CHMOD} +x ${STAGEDIR}${LINUXBASE}/opt/google/earth/free/googleearth-bin + ${INSTALL_SCRIPT} ${FILESDIR}/googleearth ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> diff --git a/astro/google-earth/distinfo b/astro/google-earth/distinfo index ce1d34ab00c3..3a9d8153fb15 100644 --- a/astro/google-earth/distinfo +++ b/astro/google-earth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1472053564 -SHA256 (google-earth/7.1.5.1557/GoogleEarthLinux.bin) = 8c1cabb6a196e93224be05bd8a4786087813075f76e1734a17680c30a9ad972d -SIZE (google-earth/7.1.5.1557/GoogleEarthLinux.bin) = 33688483 +TIMESTAMP = 1478259823 +SHA256 (google-earth/7.1.7.2606/google-earth-stable_current_i386.rpm) = 0e8d1af7008ef1df0d40561a329b3ea7ccad0c5ca7dd647968f623769b56dd86 +SIZE (google-earth/7.1.7.2606/google-earth-stable_current_i386.rpm) = 59902359 diff --git a/astro/google-earth/files/browserwrapper b/astro/google-earth/files/browserwrapper deleted file mode 100644 index 286387c1d41c..000000000000 --- a/astro/google-earth/files/browserwrapper +++ /dev/null @@ -1,18 +0,0 @@ -#! /bin/sh -# browser wrapper script to restore original LD_LIBRARY_PATH so a native -# browser won't pick up linux libs from google earth and fail to start - -if [ -n "${REAL_LD_LIBRARY_PATH}" ] -then - export LD_LIBRARY_PATH="${REAL_LD_LIBRARY_PATH}" -else - unset LD_LIBRARY_PATH -fi - -BROWSER="$(/usr/bin/which ${REAL_BROWSER})" -if [ -x "${BROWSER}" ] -then - exec "${BROWSER}" "$@" -else - echo browser not found: $REAL_BROWSER -fi diff --git a/astro/google-earth/files/googleearth b/astro/google-earth/files/googleearth new file mode 100644 index 000000000000..94b4f93829f2 --- /dev/null +++ b/astro/google-earth/files/googleearth @@ -0,0 +1,2 @@ +#! /bin/sh +exec /compat/linux/bin/sh /opt/google/earth/free/googleearth "$@" diff --git a/astro/google-earth/files/patch-bin-googleearth b/astro/google-earth/files/patch-bin-googleearth deleted file mode 100644 index 0a3428911691..000000000000 --- a/astro/google-earth/files/patch-bin-googleearth +++ /dev/null @@ -1,35 +0,0 @@ ---- bin/googleearth.orig 2011-05-17 07:42:02 UTC -+++ bin/googleearth -@@ -8,6 +8,17 @@ if [ "${GOOGLEEARTH_DATA_PATH}" = "" ]; - GOOGLEEARTH_DATA_PATH="$(dirname "$(readlink -f "$0")")" - fi - -+ulimit -s 32768 2>/dev/null -+ -+# For browser wrapper script (to use original LD_LIBRARY_PATH) -+if [ -n "${BROWSER}" ] -+then -+ -+ export REAL_BROWSER="${BROWSER}" -+ export REAL_LD_LIBRARY_PATH="${LD_LIBRARY_PATH}" -+ export BROWSER=${GOOGLEEARTH_DATA_PATH}/bin/browserwrapper -+fi -+ - LD_LIBRARY_PATH=.:${GOOGLEEARTH_DATA_PATH}:${LD_LIBRARY_PATH} - export LD_LIBRARY_PATH - -@@ -15,10 +26,11 @@ export LD_LIBRARY_PATH - if [ -x "${GOOGLEEARTH_DATA_PATH}/googleearth-bin" ] - then - cd "${GOOGLEEARTH_DATA_PATH}/" -- exec "./googleearth-bin" "$@" -+ LIBGL_DEBUG="verbose" %%LIBGL_ALWAYS_SOFTWARE%% exec "./googleearth-bin" "$@" -+else -+ echo "Couldn't run Google Earth (googleearth-bin). Is GOOGLEEARTH_DATA_PATH set?" -+ exit 1 - fi --echo "Couldn't run Google Earth (googleearth-bin). Is GOOGLEEARTH_DATA_PATH set?" --exit 1 - - # end of googleearth ... - diff --git a/astro/google-earth/pkg-descr b/astro/google-earth/pkg-descr index d6bf5a48dd01..22304d5e7f9c 100644 --- a/astro/google-earth/pkg-descr +++ b/astro/google-earth/pkg-descr @@ -10,4 +10,4 @@ Available features include: - Go back in time with historical imagery - Dive beneath the surface of the ocean -WWW: http://earth.google.com/ +WWW: https://www.google.com/earth/ diff --git a/astro/google-earth/pkg-plist b/astro/google-earth/pkg-plist index 91ac99c21f91..0ff38de48f38 100644 --- a/astro/google-earth/pkg-plist +++ b/astro/google-earth/pkg-plist @@ -1,563 +1,282 @@ +%%LINUXBASE%%/opt/google/earth/free/ImporterGlobalSettings.ini +%%LINUXBASE%%/opt/google/earth/free/ImporterUISettings.ini +%%LINUXBASE%%/opt/google/earth/free/PCOptimizations.ini +%%LINUXBASE%%/opt/google/earth/free/drivers.ini +%%LINUXBASE%%/opt/google/earth/free/google-earth +%%LINUXBASE%%/opt/google/earth/free/google-earth.desktop +%%LINUXBASE%%/opt/google/earth/free/googleearth +%%LINUXBASE%%/opt/google/earth/free/googleearth-bin +%%LINUXBASE%%/opt/google/earth/free/gpl.txt +%%LINUXBASE%%/opt/google/earth/free/gpsbabel +%%LINUXBASE%%/opt/google/earth/free/kh20 +%%LINUXBASE%%/opt/google/earth/free/lang/ar.qm +%%LINUXBASE%%/opt/google/earth/free/lang/bg.qm +%%LINUXBASE%%/opt/google/earth/free/lang/ca.qm +%%LINUXBASE%%/opt/google/earth/free/lang/cs.qm +%%LINUXBASE%%/opt/google/earth/free/lang/da.qm +%%LINUXBASE%%/opt/google/earth/free/lang/de.qm +%%LINUXBASE%%/opt/google/earth/free/lang/el.qm +%%LINUXBASE%%/opt/google/earth/free/lang/en.qm +%%LINUXBASE%%/opt/google/earth/free/lang/es-419.qm +%%LINUXBASE%%/opt/google/earth/free/lang/es.qm +%%LINUXBASE%%/opt/google/earth/free/lang/fa.qm +%%LINUXBASE%%/opt/google/earth/free/lang/fi.qm +%%LINUXBASE%%/opt/google/earth/free/lang/fil.qm +%%LINUXBASE%%/opt/google/earth/free/lang/fr.qm +%%LINUXBASE%%/opt/google/earth/free/lang/he.qm +%%LINUXBASE%%/opt/google/earth/free/lang/hi.qm +%%LINUXBASE%%/opt/google/earth/free/lang/hr.qm +%%LINUXBASE%%/opt/google/earth/free/lang/hu.qm +%%LINUXBASE%%/opt/google/earth/free/lang/id.qm +%%LINUXBASE%%/opt/google/earth/free/lang/it.qm +%%LINUXBASE%%/opt/google/earth/free/lang/ja.qm +%%LINUXBASE%%/opt/google/earth/free/lang/ko.qm +%%LINUXBASE%%/opt/google/earth/free/lang/lt.qm +%%LINUXBASE%%/opt/google/earth/free/lang/lv.qm +%%LINUXBASE%%/opt/google/earth/free/lang/nl.qm +%%LINUXBASE%%/opt/google/earth/free/lang/no.qm +%%LINUXBASE%%/opt/google/earth/free/lang/pl.qm +%%LINUXBASE%%/opt/google/earth/free/lang/pt-PT.qm +%%LINUXBASE%%/opt/google/earth/free/lang/pt.qm +%%LINUXBASE%%/opt/google/earth/free/lang/ro.qm +%%LINUXBASE%%/opt/google/earth/free/lang/ru.qm +%%LINUXBASE%%/opt/google/earth/free/lang/sk.qm +%%LINUXBASE%%/opt/google/earth/free/lang/sl.qm +%%LINUXBASE%%/opt/google/earth/free/lang/sr.qm +%%LINUXBASE%%/opt/google/earth/free/lang/sv.qm +%%LINUXBASE%%/opt/google/earth/free/lang/th.qm +%%LINUXBASE%%/opt/google/earth/free/lang/tr.qm +%%LINUXBASE%%/opt/google/earth/free/lang/uk.qm +%%LINUXBASE%%/opt/google/earth/free/lang/vi.qm +%%LINUXBASE%%/opt/google/earth/free/lang/zh-Hans.qm +%%LINUXBASE%%/opt/google/earth/free/lang/zh-Hant-HK.qm +%%LINUXBASE%%/opt/google/earth/free/lang/zh-Hant.qm +%%LINUXBASE%%/opt/google/earth/free/libIGAttrs.so +%%LINUXBASE%%/opt/google/earth/free/libIGCore.so +%%LINUXBASE%%/opt/google/earth/free/libIGExportCommon.so +%%LINUXBASE%%/opt/google/earth/free/libIGGfx.so +%%LINUXBASE%%/opt/google/earth/free/libIGMath.so +%%LINUXBASE%%/opt/google/earth/free/libIGOpt.so +%%LINUXBASE%%/opt/google/earth/free/libIGSg.so +%%LINUXBASE%%/opt/google/earth/free/libIGUtils.so +%%LINUXBASE%%/opt/google/earth/free/libLeap.so +%%LINUXBASE%%/opt/google/earth/free/libQtCore.so.4 +%%LINUXBASE%%/opt/google/earth/free/libQtGui.so.4 +%%LINUXBASE%%/opt/google/earth/free/libQtNetwork.so.4 +%%LINUXBASE%%/opt/google/earth/free/libQtWebKit.so.4 +%%LINUXBASE%%/opt/google/earth/free/libaction.so +%%LINUXBASE%%/opt/google/earth/free/libalchemyext.so +%%LINUXBASE%%/opt/google/earth/free/libapiloader.so +%%LINUXBASE%%/opt/google/earth/free/libauth.so +%%LINUXBASE%%/opt/google/earth/free/libbase.so +%%LINUXBASE%%/opt/google/earth/free/libbasicingest.so +%%LINUXBASE%%/opt/google/earth/free/libcollada.so +%%LINUXBASE%%/opt/google/earth/free/libcommon.so +%%LINUXBASE%%/opt/google/earth/free/libcommon_gui.so +%%LINUXBASE%%/opt/google/earth/free/libcommon_platform.so +%%LINUXBASE%%/opt/google/earth/free/libcommon_webbrowser.so +%%LINUXBASE%%/opt/google/earth/free/libcomponentframework.so +%%LINUXBASE%%/opt/google/earth/free/libevll.so +%%LINUXBASE%%/opt/google/earth/free/libexpat.so.1 +%%LINUXBASE%%/opt/google/earth/free/libfilmstrip.so +%%LINUXBASE%%/opt/google/earth/free/libflightsim.so +%%LINUXBASE%%/opt/google/earth/free/libfreebl3.so +%%LINUXBASE%%/opt/google/earth/free/libfusioncommon.so +%%LINUXBASE%%/opt/google/earth/free/libgdal.so.1 +%%LINUXBASE%%/opt/google/earth/free/libgdata.so +%%LINUXBASE%%/opt/google/earth/free/libge_cache.so +%%LINUXBASE%%/opt/google/earth/free/libge_chrome_net.so +%%LINUXBASE%%/opt/google/earth/free/libge_net.so +%%LINUXBASE%%/opt/google/earth/free/libgeobase.so +%%LINUXBASE%%/opt/google/earth/free/libgeobaseutils.so +%%LINUXBASE%%/opt/google/earth/free/libglobalnew.so +%%LINUXBASE%%/opt/google/earth/free/libgoogleapi.so +%%LINUXBASE%%/opt/google/earth/free/libgoogleearth_free.so +%%LINUXBASE%%/opt/google/earth/free/libgooglesearch.so +%%LINUXBASE%%/opt/google/earth/free/libgps.so +%%LINUXBASE%%/opt/google/earth/free/libicudata.so.50 +%%LINUXBASE%%/opt/google/earth/free/libicuuc.so.50 +%%LINUXBASE%%/opt/google/earth/free/libinput_plugin.so +%%LINUXBASE%%/opt/google/earth/free/liblayer.so +%%LINUXBASE%%/opt/google/earth/free/liblayout.so +%%LINUXBASE%%/opt/google/earth/free/libmaps.so +%%LINUXBASE%%/opt/google/earth/free/libmath.so +%%LINUXBASE%%/opt/google/earth/free/libmeasure.so +%%LINUXBASE%%/opt/google/earth/free/libmoduleframework.so +%%LINUXBASE%%/opt/google/earth/free/libnavigate.so +%%LINUXBASE%%/opt/google/earth/free/libnspr4.so +%%LINUXBASE%%/opt/google/earth/free/libnss3.so +%%LINUXBASE%%/opt/google/earth/free/libnssckbi.so +%%LINUXBASE%%/opt/google/earth/free/libnssdbm3.so +%%LINUXBASE%%/opt/google/earth/free/libnsssysinit.so +%%LINUXBASE%%/opt/google/earth/free/libnssutil3.so +%%LINUXBASE%%/opt/google/earth/free/libplc4.so +%%LINUXBASE%%/opt/google/earth/free/libplds4.so +%%LINUXBASE%%/opt/google/earth/free/libport.so +%%LINUXBASE%%/opt/google/earth/free/libprintmodule.so +%%LINUXBASE%%/opt/google/earth/free/libprofile.so +%%LINUXBASE%%/opt/google/earth/free/libproj.so.0 +%%LINUXBASE%%/opt/google/earth/free/librender.so +%%LINUXBASE%%/opt/google/earth/free/libreporting.so +%%LINUXBASE%%/opt/google/earth/free/libsearch.so +%%LINUXBASE%%/opt/google/earth/free/libsearchmodule.so +%%LINUXBASE%%/opt/google/earth/free/libsgutil.so +%%LINUXBASE%%/opt/google/earth/free/libsmime3.so +%%LINUXBASE%%/opt/google/earth/free/libsoftokn3.so +%%LINUXBASE%%/opt/google/earth/free/libspatial.so +%%LINUXBASE%%/opt/google/earth/free/libsqlite3.so +%%LINUXBASE%%/opt/google/earth/free/libssl3.so +%%LINUXBASE%%/opt/google/earth/free/libviewsync.so +%%LINUXBASE%%/opt/google/earth/free/libwebbrowser.so +%%LINUXBASE%%/opt/google/earth/free/libwmsbase.so +%%LINUXBASE%%/opt/google/earth/free/libxsltransform.so +%%LINUXBASE%%/opt/google/earth/free/plugins/imageformats/libqgif.so +%%LINUXBASE%%/opt/google/earth/free/plugins/imageformats/libqjpeg.so +%%LINUXBASE%%/opt/google/earth/free/plugins/libnpgeinprocessplugin.so +%%LINUXBASE%%/opt/google/earth/free/product_logo_128.png +%%LINUXBASE%%/opt/google/earth/free/product_logo_16.png +%%LINUXBASE%%/opt/google/earth/free/product_logo_22.png +%%LINUXBASE%%/opt/google/earth/free/product_logo_24.png +%%LINUXBASE%%/opt/google/earth/free/product_logo_256.png +%%LINUXBASE%%/opt/google/earth/free/product_logo_32.png +%%LINUXBASE%%/opt/google/earth/free/product_logo_32.xpm +%%LINUXBASE%%/opt/google/earth/free/product_logo_48.png +%%LINUXBASE%%/opt/google/earth/free/product_logo_64.png +%%LINUXBASE%%/opt/google/earth/free/resources/application.rcc +%%LINUXBASE%%/opt/google/earth/free/resources/balloons.rcc +%%LINUXBASE%%/opt/google/earth/free/resources/builtin_webdata.rcc +%%LINUXBASE%%/opt/google/earth/free/resources/cursor_crosshair_inverse.png +%%LINUXBASE%%/opt/google/earth/free/resources/cursor_crosshair_thick.png +%%LINUXBASE%%/opt/google/earth/free/resources/default_myplaces.rcc +%%LINUXBASE%%/opt/google/earth/free/resources/doppler.txt +%%LINUXBASE%%/opt/google/earth/free/resources/effects.rcc +%%LINUXBASE%%/opt/google/earth/free/resources/filmstrip.rcc +%%LINUXBASE%%/opt/google/earth/free/resources/flightsim/aircraft/f16.acf +%%LINUXBASE%%/opt/google/earth/free/resources/flightsim/aircraft/sr22.acf +%%LINUXBASE%%/opt/google/earth/free/resources/flightsim/controller/generic.ini +%%LINUXBASE%%/opt/google/earth/free/resources/flightsim/controller/genius_maxfighter_f16u.ini +%%LINUXBASE%%/opt/google/earth/free/resources/flightsim/controller/logitech_attack3.ini +%%LINUXBASE%%/opt/google/earth/free/resources/flightsim/controller/logitech_extreme_3d.ini +%%LINUXBASE%%/opt/google/earth/free/resources/flightsim/controller/logitech_force_3d.ini +%%LINUXBASE%%/opt/google/earth/free/resources/flightsim/controller/logitech_freedom.ini +%%LINUXBASE%%/opt/google/earth/free/resources/flightsim/controller/saitek_cyborg_evo.ini +%%LINUXBASE%%/opt/google/earth/free/resources/flightsim/controller/saitek_x52.ini +%%LINUXBASE%%/opt/google/earth/free/resources/flightsim/controller/speed_link_black_hawk.ini +%%LINUXBASE%%/opt/google/earth/free/resources/flightsim/controller/speed_link_black_widow.ini +%%LINUXBASE%%/opt/google/earth/free/resources/flightsim/controller/speed_link_cougar_flightstick.ini +%%LINUXBASE%%/opt/google/earth/free/resources/flightsim/controller/speed_link_dark_tornado.ini +%%LINUXBASE%%/opt/google/earth/free/resources/flightsim/controller/xbox_360.ini +%%LINUXBASE%%/opt/google/earth/free/resources/flightsim/flightsim.ini +%%LINUXBASE%%/opt/google/earth/free/resources/flightsim/hud/generic.ini +%%LINUXBASE%%/opt/google/earth/free/resources/flightsim/hud/sr22.ini +%%LINUXBASE%%/opt/google/earth/free/resources/flightsim/keyboard/generic.ini +%%LINUXBASE%%/opt/google/earth/free/resources/flightsim/keyboard/sr22.ini +%%LINUXBASE%%/opt/google/earth/free/resources/flightsim/planet/earth.ini +%%LINUXBASE%%/opt/google/earth/free/resources/leftpanel-common.rcc +%%LINUXBASE%%/opt/google/earth/free/resources/leftpanel-layer.rcc +%%LINUXBASE%%/opt/google/earth/free/resources/localshapes.rcc +%%LINUXBASE%%/opt/google/earth/free/resources/mouse3dgui.rcc +%%LINUXBASE%%/opt/google/earth/free/resources/navcontrols.rcc +%%LINUXBASE%%/opt/google/earth/free/resources/notifications.rcc +%%LINUXBASE%%/opt/google/earth/free/resources/print.rcc +%%LINUXBASE%%/opt/google/earth/free/resources/progress.rcc +%%LINUXBASE%%/opt/google/earth/free/resources/renderui.rcc +%%LINUXBASE%%/opt/google/earth/free/resources/search.rcc +%%LINUXBASE%%/opt/google/earth/free/resources/spin_icon.png +%%LINUXBASE%%/opt/google/earth/free/resources/startinglocations-nonmac.rcc +%%LINUXBASE%%/opt/google/earth/free/resources/startinglocations.rcc +%%LINUXBASE%%/opt/google/earth/free/resources/statusbar.rcc +%%LINUXBASE%%/opt/google/earth/free/resources/terrainmgr.rcc +%%LINUXBASE%%/opt/google/earth/free/resources/tmcontrols.rcc +%%LINUXBASE%%/opt/google/earth/free/resources/toolbar.rcc +%%LINUXBASE%%/opt/google/earth/free/resources/tourcontrols.rcc +%%LINUXBASE%%/opt/google/earth/free/resources/unknown_plugin.png +%%LINUXBASE%%/opt/google/earth/free/resources/userpalette.kml +%%LINUXBASE%%/opt/google/earth/free/resources/webbrowser.rcc +%%LINUXBASE%%/opt/google/earth/free/shaders/atmosphere.glslesf +%%LINUXBASE%%/opt/google/earth/free/shaders/atmosphere.glslesv +%%LINUXBASE%%/opt/google/earth/free/shaders/atmosphere.glsllib +%%LINUXBASE%%/opt/google/earth/free/shaders/color.h +%%LINUXBASE%%/opt/google/earth/free/shaders/glsles.h +%%LINUXBASE%%/opt/google/earth/free/shaders/hammer_aitoff.glslesf +%%LINUXBASE%%/opt/google/earth/free/shaders/hammer_aitoff.glslesv +%%LINUXBASE%%/opt/google/earth/free/shaders/lighting.h +%%LINUXBASE%%/opt/google/earth/free/shaders/precipitation_double_cone.glslesf +%%LINUXBASE%%/opt/google/earth/free/shaders/precipitation_double_cone.glslesv +%%LINUXBASE%%/opt/google/earth/free/shaders/speedtree_configuration_glsles.h +%%LINUXBASE%%/opt/google/earth/free/shaders/speedtree_utils_glsles.h +%%LINUXBASE%%/opt/google/earth/free/shaders/stars.glslesf +%%LINUXBASE%%/opt/google/earth/free/shaders/stars.glslesv +%%LINUXBASE%%/opt/google/earth/free/shaders/stbillboard.arbfp1 +%%LINUXBASE%%/opt/google/earth/free/shaders/stbillboard.arbvp1 +%%LINUXBASE%%/opt/google/earth/free/shaders/stbillboard.asd +%%LINUXBASE%%/opt/google/earth/free/shaders/stbillboard.cfg +%%LINUXBASE%%/opt/google/earth/free/shaders/stbillboard.glslesf +%%LINUXBASE%%/opt/google/earth/free/shaders/stbillboard.glslesv +%%LINUXBASE%%/opt/google/earth/free/shaders/stbillboard.ps_2_0 +%%LINUXBASE%%/opt/google/earth/free/shaders/stbillboard.vs_2_0 +%%LINUXBASE%%/opt/google/earth/free/shaders/stbranch.arbfp1 +%%LINUXBASE%%/opt/google/earth/free/shaders/stbranch.arbvp1 +%%LINUXBASE%%/opt/google/earth/free/shaders/stbranch.asd +%%LINUXBASE%%/opt/google/earth/free/shaders/stbranch.cfg +%%LINUXBASE%%/opt/google/earth/free/shaders/stbranch.glslesf +%%LINUXBASE%%/opt/google/earth/free/shaders/stbranch.glslesv +%%LINUXBASE%%/opt/google/earth/free/shaders/stbranch.ps_2_0 +%%LINUXBASE%%/opt/google/earth/free/shaders/stbranch.vs_2_0 +%%LINUXBASE%%/opt/google/earth/free/shaders/stcommonobjects.ini +%%LINUXBASE%%/opt/google/earth/free/shaders/stfrond.arbfp1 +%%LINUXBASE%%/opt/google/earth/free/shaders/stfrond.arbvp1 +%%LINUXBASE%%/opt/google/earth/free/shaders/stfrond.asd +%%LINUXBASE%%/opt/google/earth/free/shaders/stfrond.cfg +%%LINUXBASE%%/opt/google/earth/free/shaders/stfrond.glslesf +%%LINUXBASE%%/opt/google/earth/free/shaders/stfrond.glslesv +%%LINUXBASE%%/opt/google/earth/free/shaders/stfrond.ps_2_0 +%%LINUXBASE%%/opt/google/earth/free/shaders/stfrond.vs_2_0 +%%LINUXBASE%%/opt/google/earth/free/shaders/stleafcard.arbfp1 +%%LINUXBASE%%/opt/google/earth/free/shaders/stleafcard.arbvp1 +%%LINUXBASE%%/opt/google/earth/free/shaders/stleafcard.asd +%%LINUXBASE%%/opt/google/earth/free/shaders/stleafcard.cfg +%%LINUXBASE%%/opt/google/earth/free/shaders/stleafcard.glslesf +%%LINUXBASE%%/opt/google/earth/free/shaders/stleafcard.glslesv +%%LINUXBASE%%/opt/google/earth/free/shaders/stleafcard.ps_2_0 +%%LINUXBASE%%/opt/google/earth/free/shaders/stleafcard.vs_2_0 +%%LINUXBASE%%/opt/google/earth/free/shaders/stleafmesh.arbfp1 +%%LINUXBASE%%/opt/google/earth/free/shaders/stleafmesh.arbvp1 +%%LINUXBASE%%/opt/google/earth/free/shaders/stleafmesh.asd +%%LINUXBASE%%/opt/google/earth/free/shaders/stleafmesh.cfg +%%LINUXBASE%%/opt/google/earth/free/shaders/stleafmesh.glslesf +%%LINUXBASE%%/opt/google/earth/free/shaders/stleafmesh.glslesv +%%LINUXBASE%%/opt/google/earth/free/shaders/stleafmesh.ps_2_0 +%%LINUXBASE%%/opt/google/earth/free/shaders/stleafmesh.vs_2_0 +%%LINUXBASE%%/opt/google/earth/free/shaders/viewshed.h +%%LINUXBASE%%/opt/google/earth/free/shaders/water.glsllib +%%LINUXBASE%%/opt/google/earth/free/shaders/watersurface.glslesf +%%LINUXBASE%%/opt/google/earth/free/shaders/watersurface.glslesv +%%LINUXBASE%%/opt/google/earth/free/xdg-mime +%%LINUXBASE%%/opt/google/earth/free/xdg-settings bin/googleearth -%%DATADIR%%/Google-googleearth.desktop -%%DATADIR%%/ImporterGlobalSettings.ini -%%DATADIR%%/ImporterUISettings.ini -%%DATADIR%%/PCOptimizations.ini -%%DATADIR%%/README.linux -%%DATADIR%%/bin/googleearth -%%DATADIR%%/bin/browserwrapper -%%DATADIR%%/desktop_icons/consumer/product_logo_128.png -%%DATADIR%%/desktop_icons/consumer/product_logo_16.png -%%DATADIR%%/desktop_icons/consumer/product_logo_22.png -%%DATADIR%%/desktop_icons/consumer/product_logo_24.png -%%DATADIR%%/desktop_icons/consumer/product_logo_256.png -%%DATADIR%%/desktop_icons/consumer/product_logo_32.png -%%DATADIR%%/desktop_icons/consumer/product_logo_32.xpm -%%DATADIR%%/desktop_icons/consumer/product_logo_48.png -%%DATADIR%%/desktop_icons/consumer/product_logo_64.png -%%DATADIR%%/desktop_icons/ec/product_logo_128.png -%%DATADIR%%/desktop_icons/ec/product_logo_16.png -%%DATADIR%%/desktop_icons/ec/product_logo_22.png -%%DATADIR%%/desktop_icons/ec/product_logo_24.png -%%DATADIR%%/desktop_icons/ec/product_logo_256.png -%%DATADIR%%/desktop_icons/ec/product_logo_32.png -%%DATADIR%%/desktop_icons/ec/product_logo_32.xpm -%%DATADIR%%/desktop_icons/ec/product_logo_48.png -%%DATADIR%%/desktop_icons/ec/product_logo_64.png -%%DATADIR%%/desktop_icons/pro/product_logo_128.png -%%DATADIR%%/desktop_icons/pro/product_logo_16.png -%%DATADIR%%/desktop_icons/pro/product_logo_22.png -%%DATADIR%%/desktop_icons/pro/product_logo_24.png -%%DATADIR%%/desktop_icons/pro/product_logo_256.png -%%DATADIR%%/desktop_icons/pro/product_logo_32.png -%%DATADIR%%/desktop_icons/pro/product_logo_32.xpm -%%DATADIR%%/desktop_icons/pro/product_logo_48.png -%%DATADIR%%/desktop_icons/pro/product_logo_64.png -%%DATADIR%%/drivers.ini -%%DATADIR%%/googleearth-bin -%%DATADIR%%/googleearth-icon.png -%%DATADIR%%/googleearth.xpm -%%DATADIR%%/gpl.txt -%%DATADIR%%/gpsbabel -%%DATADIR%%/kh20 -%%DATADIR%%/lang/ar.qm -%%DATADIR%%/lang/bg.qm -%%DATADIR%%/lang/ca.qm -%%DATADIR%%/lang/cs.qm -%%DATADIR%%/lang/da.qm -%%DATADIR%%/lang/de.qm -%%DATADIR%%/lang/el.qm -%%DATADIR%%/lang/en.qm -%%DATADIR%%/lang/es-419.qm -%%DATADIR%%/lang/es.qm -%%DATADIR%%/lang/fa.qm -%%DATADIR%%/lang/fi.qm -%%DATADIR%%/lang/fil.qm -%%DATADIR%%/lang/fr.qm -%%DATADIR%%/lang/he.qm -%%DATADIR%%/lang/hi.qm -%%DATADIR%%/lang/hr.qm -%%DATADIR%%/lang/hu.qm -%%DATADIR%%/lang/id.qm -%%DATADIR%%/lang/it.qm -%%DATADIR%%/lang/ja.qm -%%DATADIR%%/lang/ko.qm -%%DATADIR%%/lang/lt.qm -%%DATADIR%%/lang/lv.qm -%%DATADIR%%/lang/nl.qm -%%DATADIR%%/lang/no.qm -%%DATADIR%%/lang/pl.qm -%%DATADIR%%/lang/pt-PT.qm -%%DATADIR%%/lang/pt.qm -%%DATADIR%%/lang/ro.qm -%%DATADIR%%/lang/ru.qm -%%DATADIR%%/lang/sk.qm -%%DATADIR%%/lang/sl.qm -%%DATADIR%%/lang/sr.qm -%%DATADIR%%/lang/sv.qm -%%DATADIR%%/lang/th.qm -%%DATADIR%%/lang/tr.qm -%%DATADIR%%/lang/uk.qm -%%DATADIR%%/lang/vi.qm -%%DATADIR%%/lang/zh-Hans.qm -%%DATADIR%%/lang/zh-Hant-HK.qm -%%DATADIR%%/lang/zh-Hant.qm -%%DATADIR%%/libGLU.so.1 -%%DATADIR%%/libIGAttrs.so -%%DATADIR%%/libIGCore.so -%%DATADIR%%/libIGExportCommon.so -%%DATADIR%%/libIGGfx.so -%%DATADIR%%/libIGMath.so -%%DATADIR%%/libIGOpt.so -%%DATADIR%%/libIGSg.so -%%DATADIR%%/libIGUtils.so -%%DATADIR%%/libQtCore.so.4 -%%DATADIR%%/libQtGui.so.4 -%%DATADIR%%/libQtNetwork.so.4 -%%DATADIR%%/libQtWebKit.so.4 -%%DATADIR%%/libalchemyext.so -%%DATADIR%%/libapiloader.so -%%DATADIR%%/libauth.so -%%DATADIR%%/libbase.so -%%DATADIR%%/libbasicingest.so -%%DATADIR%%/libcollada.so -%%DATADIR%%/libcommon.so -%%DATADIR%%/libcommon_gui.so -%%DATADIR%%/libcommon_platform.so -%%DATADIR%%/libcommon_webbrowser.so -%%DATADIR%%/libcomponentframework.so -%%DATADIR%%/libevll.so -%%DATADIR%%/libflightsim.so -%%DATADIR%%/libfusioncommon.so -%%DATADIR%%/libgdal.so.1 -%%DATADIR%%/libge_net.so -%%DATADIR%%/libgeobase.so -%%DATADIR%%/libgeobaseutils.so -%%DATADIR%%/libgoogleearth_free.so -%%DATADIR%%/libgooglesearch.so -%%DATADIR%%/libgps.so -%%DATADIR%%/libicudata.so.38 -%%DATADIR%%/libicuuc.so.38 -%%DATADIR%%/libinput_plugin.so -%%DATADIR%%/liblayer.so -%%DATADIR%%/liblayout.so -%%DATADIR%%/libmath.so -%%DATADIR%%/libmeasure.so -%%DATADIR%%/libmoduleframework.so -%%DATADIR%%/libnavigate.so -%%DATADIR%%/libnss_mdns4_minimal.so.2 -%%DATADIR%%/libport.so -%%DATADIR%%/libproj.so.0 -%%DATADIR%%/librender.so -%%DATADIR%%/libreporting.so -%%DATADIR%%/libsgutil.so -%%DATADIR%%/libspatial.so -%%DATADIR%%/libviewsync.so -%%DATADIR%%/libwebbrowser.so -%%DATADIR%%/libwmsbase.so -%%DATADIR%%/linux/xdg/xdg-desktop-icon -%%DATADIR%%/linux/xdg/xdg-desktop-menu -%%DATADIR%%/linux/xdg/xdg-mime -%%DATADIR%%/plugins/imageformats/libqgif.so -%%DATADIR%%/plugins/imageformats/libqjpeg.so -%%DATADIR%%/product_logo_128.png -%%DATADIR%%/product_logo_16.png -%%DATADIR%%/product_logo_22.png -%%DATADIR%%/product_logo_24.png -%%DATADIR%%/product_logo_256.png -%%DATADIR%%/product_logo_32.png -%%DATADIR%%/product_logo_32.xpm -%%DATADIR%%/product_logo_48.png -%%DATADIR%%/product_logo_64.png -%%DATADIR%%/qt.conf -%%DATADIR%%/resources/ad.country/startinglocation.kml -%%DATADIR%%/resources/ae.country/startinglocation.kml -%%DATADIR%%/resources/af.country/startinglocation.kml -%%DATADIR%%/resources/ag.country/startinglocation.kml -%%DATADIR%%/resources/ai.country/startinglocation.kml -%%DATADIR%%/resources/al.country/startinglocation.kml -%%DATADIR%%/resources/am.country/startinglocation.kml -%%DATADIR%%/resources/an.country/startinglocation.kml -%%DATADIR%%/resources/ao.country/startinglocation.kml -%%DATADIR%%/resources/application.rcc -%%DATADIR%%/resources/aq.country/startinglocation.kml -%%DATADIR%%/resources/ar.country/startinglocation.kml -%%DATADIR%%/resources/ar.locale/default_myplaces.kml -%%DATADIR%%/resources/as.country/startinglocation.kml -%%DATADIR%%/resources/at.country/startinglocation.kml -%%DATADIR%%/resources/au.country/startinglocation.kml -%%DATADIR%%/resources/aw.country/startinglocation.kml -%%DATADIR%%/resources/ax.country/startinglocation.kml -%%DATADIR%%/resources/az.country/startinglocation.kml -%%DATADIR%%/resources/ba.country/startinglocation.kml -%%DATADIR%%/resources/balloons.rcc -%%DATADIR%%/resources/bb.country/startinglocation.kml -%%DATADIR%%/resources/bd.country/startinglocation.kml -%%DATADIR%%/resources/be.country/startinglocation.kml -%%DATADIR%%/resources/bf.country/startinglocation.kml -%%DATADIR%%/resources/bg.country/startinglocation.kml -%%DATADIR%%/resources/bg.locale/default_myplaces.kml -%%DATADIR%%/resources/bh.country/startinglocation.kml -%%DATADIR%%/resources/bi.country/startinglocation.kml -%%DATADIR%%/resources/bj.country/startinglocation.kml -%%DATADIR%%/resources/bm.country/startinglocation.kml -%%DATADIR%%/resources/bn.country/startinglocation.kml -%%DATADIR%%/resources/bo.country/startinglocation.kml -%%DATADIR%%/resources/br.country/startinglocation.kml -%%DATADIR%%/resources/bs.country/startinglocation.kml -%%DATADIR%%/resources/bt.country/startinglocation.kml -%%DATADIR%%/resources/builtin_webdata.rcc -%%DATADIR%%/resources/bv.country/startinglocation.kml -%%DATADIR%%/resources/bw.country/startinglocation.kml -%%DATADIR%%/resources/by.country/startinglocation.kml -%%DATADIR%%/resources/bz.country/startinglocation.kml -%%DATADIR%%/resources/ca.country/startinglocation.kml -%%DATADIR%%/resources/ca.locale/default_myplaces.kml -%%DATADIR%%/resources/cc.country/startinglocation.kml -%%DATADIR%%/resources/cd.country/startinglocation.kml -%%DATADIR%%/resources/cf.country/startinglocation.kml -%%DATADIR%%/resources/cg.country/startinglocation.kml -%%DATADIR%%/resources/ch.country/startinglocation.kml -%%DATADIR%%/resources/ci.country/startinglocation.kml -%%DATADIR%%/resources/ck.country/startinglocation.kml -%%DATADIR%%/resources/cl.country/startinglocation.kml -%%DATADIR%%/resources/cm.country/startinglocation.kml -%%DATADIR%%/resources/cn.country/startinglocation.kml -%%DATADIR%%/resources/co.country/startinglocation.kml -%%DATADIR%%/resources/cr.country/startinglocation.kml -%%DATADIR%%/resources/cs.country/startinglocation.kml -%%DATADIR%%/resources/cs.locale/default_myplaces.kml -%%DATADIR%%/resources/cu.country/startinglocation.kml -%%DATADIR%%/resources/cursor_crosshair_inverse.png -%%DATADIR%%/resources/cursor_crosshair_thick.png -%%DATADIR%%/resources/cv.country/startinglocation.kml -%%DATADIR%%/resources/cx.country/startinglocation.kml -%%DATADIR%%/resources/cy.country/startinglocation.kml -%%DATADIR%%/resources/cz.country/startinglocation.kml -%%DATADIR%%/resources/da.locale/default_myplaces.kml -%%DATADIR%%/resources/de.country/startinglocation.kml -%%DATADIR%%/resources/de.locale/default_myplaces.kml -%%DATADIR%%/resources/dj.country/startinglocation.kml -%%DATADIR%%/resources/dk.country/startinglocation.kml -%%DATADIR%%/resources/dm.country/startinglocation.kml -%%DATADIR%%/resources/do.country/startinglocation.kml -%%DATADIR%%/resources/doppler.txt -%%DATADIR%%/resources/dz.country/startinglocation.kml -%%DATADIR%%/resources/ec.country/startinglocation.kml -%%DATADIR%%/resources/ee.country/startinglocation.kml -%%DATADIR%%/resources/effects.rcc -%%DATADIR%%/resources/eg.country/startinglocation.kml -%%DATADIR%%/resources/eh.country/startinglocation.kml -%%DATADIR%%/resources/el.locale/default_myplaces.kml -%%DATADIR%%/resources/en.locale/default_myplaces.kml -%%DATADIR%%/resources/er.country/startinglocation.kml -%%DATADIR%%/resources/es-419.locale/default_myplaces.kml -%%DATADIR%%/resources/es.country/startinglocation.kml -%%DATADIR%%/resources/es.locale/default_myplaces.kml -%%DATADIR%%/resources/et.country/startinglocation.kml -%%DATADIR%%/resources/fi.country/startinglocation.kml -%%DATADIR%%/resources/fi.locale/default_myplaces.kml -%%DATADIR%%/resources/fil.locale/default_myplaces.kml -%%DATADIR%%/resources/fj.country/startinglocation.kml -%%DATADIR%%/resources/fk.country/startinglocation.kml -%%DATADIR%%/resources/flightsim/aircraft/f16.acf -%%DATADIR%%/resources/flightsim/aircraft/sr22.acf -%%DATADIR%%/resources/flightsim/controller/generic.ini -%%DATADIR%%/resources/flightsim/controller/genius_maxfighter_f16u.ini -%%DATADIR%%/resources/flightsim/controller/logitech_attack3.ini -%%DATADIR%%/resources/flightsim/controller/logitech_extreme_3d.ini -%%DATADIR%%/resources/flightsim/controller/logitech_force_3d.ini -%%DATADIR%%/resources/flightsim/controller/logitech_freedom.ini -%%DATADIR%%/resources/flightsim/controller/saitek_cyborg_evo.ini -%%DATADIR%%/resources/flightsim/controller/saitek_x52.ini -%%DATADIR%%/resources/flightsim/controller/speed_link_black_hawk.ini -%%DATADIR%%/resources/flightsim/controller/speed_link_black_widow.ini -%%DATADIR%%/resources/flightsim/controller/speed_link_cougar_flightstick.ini -%%DATADIR%%/resources/flightsim/controller/speed_link_dark_tornado.ini -%%DATADIR%%/resources/flightsim/controller/xbox_360.ini -%%DATADIR%%/resources/flightsim/flightsim.ini -%%DATADIR%%/resources/flightsim/hud/generic.ini -%%DATADIR%%/resources/flightsim/hud/sr22.ini -%%DATADIR%%/resources/flightsim/keyboard/generic.ini -%%DATADIR%%/resources/flightsim/keyboard/sr22.ini -%%DATADIR%%/resources/flightsim/planet/earth.ini -%%DATADIR%%/resources/fm.country/startinglocation.kml -%%DATADIR%%/resources/fo.country/startinglocation.kml -%%DATADIR%%/resources/fr.country/startinglocation.kml -%%DATADIR%%/resources/fr.locale/default_myplaces.kml -%%DATADIR%%/resources/ga.country/startinglocation.kml -%%DATADIR%%/resources/gb.country/startinglocation.kml -%%DATADIR%%/resources/gd.country/startinglocation.kml -%%DATADIR%%/resources/ge.country/startinglocation.kml -%%DATADIR%%/resources/gf.country/startinglocation.kml -%%DATADIR%%/resources/gg.country/startinglocation.kml -%%DATADIR%%/resources/gh.country/startinglocation.kml -%%DATADIR%%/resources/gi.country/startinglocation.kml -%%DATADIR%%/resources/gl.country/startinglocation.kml -%%DATADIR%%/resources/gm.country/startinglocation.kml -%%DATADIR%%/resources/gn.country/startinglocation.kml -%%DATADIR%%/resources/gp.country/startinglocation.kml -%%DATADIR%%/resources/gq.country/startinglocation.kml -%%DATADIR%%/resources/gr.country/startinglocation.kml -%%DATADIR%%/resources/gs.country/startinglocation.kml -%%DATADIR%%/resources/gt.country/startinglocation.kml -%%DATADIR%%/resources/gu.country/startinglocation.kml -%%DATADIR%%/resources/gw.country/startinglocation.kml -%%DATADIR%%/resources/gy.country/startinglocation.kml -%%DATADIR%%/resources/he.locale/default_myplaces.kml -%%DATADIR%%/resources/hi.locale/default_myplaces.kml -%%DATADIR%%/resources/hk.country/startinglocation.kml -%%DATADIR%%/resources/hm.country/startinglocation.kml -%%DATADIR%%/resources/hn.country/startinglocation.kml -%%DATADIR%%/resources/hr.country/startinglocation.kml -%%DATADIR%%/resources/hr.locale/default_myplaces.kml -%%DATADIR%%/resources/ht.country/startinglocation.kml -%%DATADIR%%/resources/hu.country/startinglocation.kml -%%DATADIR%%/resources/hu.locale/default_myplaces.kml -%%DATADIR%%/resources/id.country/startinglocation.kml -%%DATADIR%%/resources/id.locale/default_myplaces.kml -%%DATADIR%%/resources/ie.country/startinglocation.kml -%%DATADIR%%/resources/il.country/startinglocation.kml -%%DATADIR%%/resources/im.country/startinglocation.kml -%%DATADIR%%/resources/in.country/startinglocation.kml -%%DATADIR%%/resources/io.country/startinglocation.kml -%%DATADIR%%/resources/iq.country/startinglocation.kml -%%DATADIR%%/resources/ir.country/startinglocation.kml -%%DATADIR%%/resources/is.country/startinglocation.kml -%%DATADIR%%/resources/it.country/startinglocation.kml -%%DATADIR%%/resources/it.locale/default_myplaces.kml -%%DATADIR%%/resources/ja.locale/default_myplaces.kml -%%DATADIR%%/resources/je.country/startinglocation.kml -%%DATADIR%%/resources/jm.country/startinglocation.kml -%%DATADIR%%/resources/jo.country/startinglocation.kml -%%DATADIR%%/resources/jp.country/startinglocation.kml -%%DATADIR%%/resources/ke.country/startinglocation.kml -%%DATADIR%%/resources/kg.country/startinglocation.kml -%%DATADIR%%/resources/kh.country/startinglocation.kml -%%DATADIR%%/resources/ki.country/startinglocation.kml -%%DATADIR%%/resources/km.country/startinglocation.kml -%%DATADIR%%/resources/kn.country/startinglocation.kml -%%DATADIR%%/resources/ko.locale/default_myplaces.kml -%%DATADIR%%/resources/kp.country/startinglocation.kml -%%DATADIR%%/resources/kr.country/startinglocation.kml -%%DATADIR%%/resources/kw.country/startinglocation.kml -%%DATADIR%%/resources/ky.country/startinglocation.kml -%%DATADIR%%/resources/kz.country/startinglocation.kml -%%DATADIR%%/resources/la.country/startinglocation.kml -%%DATADIR%%/resources/lb.country/startinglocation.kml -%%DATADIR%%/resources/lc.country/startinglocation.kml -%%DATADIR%%/resources/leftpanel-common.rcc -%%DATADIR%%/resources/leftpanel-layer.rcc -%%DATADIR%%/resources/li.country/startinglocation.kml -%%DATADIR%%/resources/lk.country/startinglocation.kml -%%DATADIR%%/resources/localshapes.rcc -%%DATADIR%%/resources/lr.country/startinglocation.kml -%%DATADIR%%/resources/ls.country/startinglocation.kml -%%DATADIR%%/resources/lt.country/startinglocation.kml -%%DATADIR%%/resources/lt.locale/default_myplaces.kml -%%DATADIR%%/resources/lu.country/startinglocation.kml -%%DATADIR%%/resources/lv.country/startinglocation.kml -%%DATADIR%%/resources/lv.locale/default_myplaces.kml -%%DATADIR%%/resources/ly.country/startinglocation.kml -%%DATADIR%%/resources/ma.country/startinglocation.kml -%%DATADIR%%/resources/mc.country/startinglocation.kml -%%DATADIR%%/resources/md.country/startinglocation.kml -%%DATADIR%%/resources/me.country/startinglocation.kml -%%DATADIR%%/resources/mg.country/startinglocation.kml -%%DATADIR%%/resources/mh.country/startinglocation.kml -%%DATADIR%%/resources/mk.country/startinglocation.kml -%%DATADIR%%/resources/ml.country/startinglocation.kml -%%DATADIR%%/resources/mm.country/startinglocation.kml -%%DATADIR%%/resources/mn.country/startinglocation.kml -%%DATADIR%%/resources/mo.country/startinglocation.kml -%%DATADIR%%/resources/mp.country/startinglocation.kml -%%DATADIR%%/resources/mq.country/startinglocation.kml -%%DATADIR%%/resources/mr.country/startinglocation.kml -%%DATADIR%%/resources/ms.country/startinglocation.kml -%%DATADIR%%/resources/mt.country/startinglocation.kml -%%DATADIR%%/resources/mu.country/startinglocation.kml -%%DATADIR%%/resources/mv.country/startinglocation.kml -%%DATADIR%%/resources/mw.country/startinglocation.kml -%%DATADIR%%/resources/mx.country/startinglocation.kml -%%DATADIR%%/resources/my.country/startinglocation.kml -%%DATADIR%%/resources/mz.country/startinglocation.kml -%%DATADIR%%/resources/na.country/startinglocation.kml -%%DATADIR%%/resources/navcontrols.rcc -%%DATADIR%%/resources/nc.country/startinglocation.kml -%%DATADIR%%/resources/ne.country/startinglocation.kml -%%DATADIR%%/resources/nf.country/startinglocation.kml -%%DATADIR%%/resources/ng.country/startinglocation.kml -%%DATADIR%%/resources/ni.country/startinglocation.kml -%%DATADIR%%/resources/nl.country/startinglocation.kml -%%DATADIR%%/resources/nl.locale/default_myplaces.kml -%%DATADIR%%/resources/no.country/startinglocation.kml -%%DATADIR%%/resources/no.locale/default_myplaces.kml -%%DATADIR%%/resources/notifications.rcc -%%DATADIR%%/resources/np.country/startinglocation.kml -%%DATADIR%%/resources/nr.country/startinglocation.kml -%%DATADIR%%/resources/nu.country/startinglocation.kml -%%DATADIR%%/resources/nz.country/startinglocation.kml -%%DATADIR%%/resources/om.country/startinglocation.kml -%%DATADIR%%/resources/pa.country/startinglocation.kml -%%DATADIR%%/resources/pe.country/startinglocation.kml -%%DATADIR%%/resources/pf.country/startinglocation.kml -%%DATADIR%%/resources/pg.country/startinglocation.kml -%%DATADIR%%/resources/ph.country/startinglocation.kml -%%DATADIR%%/resources/pk.country/startinglocation.kml -%%DATADIR%%/resources/pl.country/startinglocation.kml -%%DATADIR%%/resources/pl.locale/default_myplaces.kml -%%DATADIR%%/resources/pm.country/startinglocation.kml -%%DATADIR%%/resources/pn.country/startinglocation.kml -%%DATADIR%%/resources/pr.country/startinglocation.kml -%%DATADIR%%/resources/progress.rcc -%%DATADIR%%/resources/ps.country/startinglocation.kml -%%DATADIR%%/resources/pt-PT.locale/default_myplaces.kml -%%DATADIR%%/resources/pt.country/startinglocation.kml -%%DATADIR%%/resources/pt.locale/default_myplaces.kml -%%DATADIR%%/resources/pw.country/startinglocation.kml -%%DATADIR%%/resources/py.country/startinglocation.kml -%%DATADIR%%/resources/qa.country/startinglocation.kml -%%DATADIR%%/resources/re.country/startinglocation.kml -%%DATADIR%%/resources/renderui.rcc -%%DATADIR%%/resources/ro.country/startinglocation.kml -%%DATADIR%%/resources/ro.locale/default_myplaces.kml -%%DATADIR%%/resources/rs.country/startinglocation.kml -%%DATADIR%%/resources/ru.country/startinglocation.kml -%%DATADIR%%/resources/ru.locale/default_myplaces.kml -%%DATADIR%%/resources/rw.country/startinglocation.kml -%%DATADIR%%/resources/sa.country/startinglocation.kml -%%DATADIR%%/resources/sb.country/startinglocation.kml -%%DATADIR%%/resources/sc.country/startinglocation.kml -%%DATADIR%%/resources/sd.country/startinglocation.kml -%%DATADIR%%/resources/se.country/startinglocation.kml -%%DATADIR%%/resources/sg.country/startinglocation.kml -%%DATADIR%%/resources/sh.country/startinglocation.kml -%%DATADIR%%/resources/si.country/startinglocation.kml -%%DATADIR%%/resources/sj.country/startinglocation.kml -%%DATADIR%%/resources/sk.country/startinglocation.kml -%%DATADIR%%/resources/sk.locale/default_myplaces.kml -%%DATADIR%%/resources/sl.country/startinglocation.kml -%%DATADIR%%/resources/sl.locale/default_myplaces.kml -%%DATADIR%%/resources/sm.country/startinglocation.kml -%%DATADIR%%/resources/sn.country/startinglocation.kml -%%DATADIR%%/resources/so.country/startinglocation.kml -%%DATADIR%%/resources/spin_icon.png -%%DATADIR%%/resources/sr.country/startinglocation.kml -%%DATADIR%%/resources/sr.locale/default_myplaces.kml -%%DATADIR%%/resources/st.country/startinglocation.kml -%%DATADIR%%/resources/statusbar.rcc -%%DATADIR%%/resources/sv.country/startinglocation.kml -%%DATADIR%%/resources/sv.locale/default_myplaces.kml -%%DATADIR%%/resources/sy.country/startinglocation.kml -%%DATADIR%%/resources/sz.country/startinglocation.kml -%%DATADIR%%/resources/tc.country/startinglocation.kml -%%DATADIR%%/resources/td.country/startinglocation.kml -%%DATADIR%%/resources/terrainmgr.rcc -%%DATADIR%%/resources/tf.country/startinglocation.kml -%%DATADIR%%/resources/tg.country/startinglocation.kml -%%DATADIR%%/resources/th.country/startinglocation.kml -%%DATADIR%%/resources/th.locale/default_myplaces.kml -%%DATADIR%%/resources/tj.country/startinglocation.kml -%%DATADIR%%/resources/tk.country/startinglocation.kml -%%DATADIR%%/resources/tl.country/startinglocation.kml -%%DATADIR%%/resources/tm.country/startinglocation.kml -%%DATADIR%%/resources/tmcontrols.rcc -%%DATADIR%%/resources/tn.country/startinglocation.kml -%%DATADIR%%/resources/to.country/startinglocation.kml -%%DATADIR%%/resources/toolbar.rcc -%%DATADIR%%/resources/tourcontrols.rcc -%%DATADIR%%/resources/tr.country/startinglocation.kml -%%DATADIR%%/resources/tr.locale/default_myplaces.kml -%%DATADIR%%/resources/tt.country/startinglocation.kml -%%DATADIR%%/resources/tv.country/startinglocation.kml -%%DATADIR%%/resources/tw.country/startinglocation.kml -%%DATADIR%%/resources/tz.country/startinglocation.kml -%%DATADIR%%/resources/ua.country/startinglocation.kml -%%DATADIR%%/resources/ug.country/startinglocation.kml -%%DATADIR%%/resources/uk.locale/default_myplaces.kml -%%DATADIR%%/resources/um.country/startinglocation.kml -%%DATADIR%%/resources/unknown_plugin.png -%%DATADIR%%/resources/us.country/startinglocation.kml -%%DATADIR%%/resources/userpalette.kml -%%DATADIR%%/resources/uy.country/startinglocation.kml -%%DATADIR%%/resources/uz.country/startinglocation.kml -%%DATADIR%%/resources/va.country/startinglocation.kml -%%DATADIR%%/resources/vc.country/startinglocation.kml -%%DATADIR%%/resources/ve.country/startinglocation.kml -%%DATADIR%%/resources/vg.country/startinglocation.kml -%%DATADIR%%/resources/vi.country/startinglocation.kml -%%DATADIR%%/resources/vi.locale/default_myplaces.kml -%%DATADIR%%/resources/vn.country/startinglocation.kml -%%DATADIR%%/resources/vu.country/startinglocation.kml -%%DATADIR%%/resources/webbrowser.rcc -%%DATADIR%%/resources/wf.country/startinglocation.kml -%%DATADIR%%/resources/ws.country/startinglocation.kml -%%DATADIR%%/resources/ye.country/startinglocation.kml -%%DATADIR%%/resources/yt.country/startinglocation.kml -%%DATADIR%%/resources/za.country/startinglocation.kml -%%DATADIR%%/resources/zh-Hans.locale/default_myplaces.kml -%%DATADIR%%/resources/zh-Hant.locale/default_myplaces.kml -%%DATADIR%%/resources/zm.country/startinglocation.kml -%%DATADIR%%/resources/zw.country/startinglocation.kml -%%DATADIR%%/shaders/atmosphere_common.ini -%%DATADIR%%/shaders/atmosphere_ground_sun_off.arbfp1 -%%DATADIR%%/shaders/atmosphere_ground_sun_off.arbvp1 -%%DATADIR%%/shaders/atmosphere_ground_sun_off.asd -%%DATADIR%%/shaders/atmosphere_ground_sun_off.cfg -%%DATADIR%%/shaders/atmosphere_ground_sun_off.ps_2_0 -%%DATADIR%%/shaders/atmosphere_ground_sun_off.vs_2_0 -%%DATADIR%%/shaders/atmosphere_ground_sun_on.arbfp1 -%%DATADIR%%/shaders/atmosphere_ground_sun_on.arbvp1 -%%DATADIR%%/shaders/atmosphere_ground_sun_on.asd -%%DATADIR%%/shaders/atmosphere_ground_sun_on.cfg -%%DATADIR%%/shaders/atmosphere_ground_sun_on.ps_2_0 -%%DATADIR%%/shaders/atmosphere_ground_sun_on.vs_2_0 -%%DATADIR%%/shaders/atmosphere_sky_sun_off.arbfp1 -%%DATADIR%%/shaders/atmosphere_sky_sun_off.arbvp1 -%%DATADIR%%/shaders/atmosphere_sky_sun_off.asd -%%DATADIR%%/shaders/atmosphere_sky_sun_off.cfg -%%DATADIR%%/shaders/atmosphere_sky_sun_off.ps_2_0 -%%DATADIR%%/shaders/atmosphere_sky_sun_off.vs_2_0 -%%DATADIR%%/shaders/atmosphere_sky_sun_on.arbfp1 -%%DATADIR%%/shaders/atmosphere_sky_sun_on.arbvp1 -%%DATADIR%%/shaders/atmosphere_sky_sun_on.asd -%%DATADIR%%/shaders/atmosphere_sky_sun_on.cfg -%%DATADIR%%/shaders/atmosphere_sky_sun_on.ps_2_0 -%%DATADIR%%/shaders/atmosphere_sky_sun_on.vs_2_0 -%%DATADIR%%/shaders/mars_atmosphere_ground_sun_on.arbfp1 -%%DATADIR%%/shaders/mars_atmosphere_ground_sun_on.arbvp1 -%%DATADIR%%/shaders/mars_atmosphere_ground_sun_on.asd -%%DATADIR%%/shaders/mars_atmosphere_ground_sun_on.cfg -%%DATADIR%%/shaders/mars_atmosphere_ground_sun_on.ps_2_0 -%%DATADIR%%/shaders/mars_atmosphere_ground_sun_on.vs_2_0 -%%DATADIR%%/shaders/mars_atmosphere_sky_sun_on.arbfp1 -%%DATADIR%%/shaders/mars_atmosphere_sky_sun_on.arbvp1 -%%DATADIR%%/shaders/mars_atmosphere_sky_sun_on.asd -%%DATADIR%%/shaders/mars_atmosphere_sky_sun_on.cfg -%%DATADIR%%/shaders/mars_atmosphere_sky_sun_on.ps_2_0 -%%DATADIR%%/shaders/mars_atmosphere_sky_sun_on.vs_2_0 -%%DATADIR%%/shaders/precipitation_double_cone.arbfp1 -%%DATADIR%%/shaders/precipitation_double_cone.arbvp1 -%%DATADIR%%/shaders/precipitation_double_cone.asd -%%DATADIR%%/shaders/precipitation_double_cone.cfg -%%DATADIR%%/shaders/precipitation_double_cone.ps_2_0 -%%DATADIR%%/shaders/precipitation_double_cone.vs_2_0 -%%DATADIR%%/shaders/stbillboard.arbfp1 -%%DATADIR%%/shaders/stbillboard.arbvp1 -%%DATADIR%%/shaders/stbillboard.asd -%%DATADIR%%/shaders/stbillboard.cfg -%%DATADIR%%/shaders/stbillboard.ps_2_0 -%%DATADIR%%/shaders/stbillboard.vs_2_0 -%%DATADIR%%/shaders/stbranch.arbfp1 -%%DATADIR%%/shaders/stbranch.arbvp1 -%%DATADIR%%/shaders/stbranch.asd -%%DATADIR%%/shaders/stbranch.cfg -%%DATADIR%%/shaders/stbranch.ps_2_0 -%%DATADIR%%/shaders/stbranch.vs_2_0 -%%DATADIR%%/shaders/stcommonobjects.ini -%%DATADIR%%/shaders/stfrond.arbfp1 -%%DATADIR%%/shaders/stfrond.arbvp1 -%%DATADIR%%/shaders/stfrond.asd -%%DATADIR%%/shaders/stfrond.cfg -%%DATADIR%%/shaders/stfrond.ps_2_0 -%%DATADIR%%/shaders/stfrond.vs_2_0 -%%DATADIR%%/shaders/stleafcard.arbfp1 -%%DATADIR%%/shaders/stleafcard.arbvp1 -%%DATADIR%%/shaders/stleafcard.asd -%%DATADIR%%/shaders/stleafcard.cfg -%%DATADIR%%/shaders/stleafcard.ps_2_0 -%%DATADIR%%/shaders/stleafcard.vs_2_0 -%%DATADIR%%/shaders/stleafmesh.arbfp1 -%%DATADIR%%/shaders/stleafmesh.arbvp1 -%%DATADIR%%/shaders/stleafmesh.asd -%%DATADIR%%/shaders/stleafmesh.cfg -%%DATADIR%%/shaders/stleafmesh.ps_2_0 -%%DATADIR%%/shaders/stleafmesh.vs_2_0 -%%DATADIR%%/shaders/watersurface.arbfp1 -%%DATADIR%%/shaders/watersurface.arbvp1 -%%DATADIR%%/shaders/watersurface.asd -%%DATADIR%%/shaders/watersurface.cfg -%%DATADIR%%/shaders/watersurface.ps_2_0 -%%DATADIR%%/shaders/watersurface.vs_2_0 -share/applications/googleearth.desktop -share/mime/packages/googleearth-mimetypes.xml +share/applications/google-earth.desktop +share/icons/hicolor/128x128/apps/google-earth.png +share/icons/hicolor/16x16/apps/google-earth.png +share/icons/hicolor/22x22/apps/google-earth.png +share/icons/hicolor/24x24/apps/google-earth.png +share/icons/hicolor/256x256/apps/google-earth.png +share/icons/hicolor/32x32/apps/google-earth.png +share/icons/hicolor/48x48/apps/google-earth.png +share/icons/hicolor/64x64/apps/google-earth.png +@dir %%LINUXBASE%%/opt/google/earth/free/lang +@dir %%LINUXBASE%%/opt/google/earth/free/plugins/imageformats +@dir %%LINUXBASE%%/opt/google/earth/free/plugins +@dir %%LINUXBASE%%/opt/google/earth/free/resources/flightsim/aircraft +@dir %%LINUXBASE%%/opt/google/earth/free/resources/flightsim/controller +@dir %%LINUXBASE%%/opt/google/earth/free/resources/flightsim/hud +@dir %%LINUXBASE%%/opt/google/earth/free/resources/flightsim/keyboard +@dir %%LINUXBASE%%/opt/google/earth/free/resources/flightsim/planet +@dir %%LINUXBASE%%/opt/google/earth/free/resources/flightsim +@dir %%LINUXBASE%%/opt/google/earth/free/resources +@dir %%LINUXBASE%%/opt/google/earth/free/shaders +@dir %%LINUXBASE%%/opt/google/earth/free +@dir %%LINUXBASE%%/opt/google/earth +@dir %%LINUXBASE%%/opt/google +@dir %%LINUXBASE%%/opt +@dir %%LINUXBASE%% |