diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-01 10:07:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-03 07:17:16 +0700 |
commit | ba1f9e82fe5f54cecf95ed58394077514315ac80 (patch) | |
tree | 5aa9ae5f13ce346367d8d4741f8acdc4f8dabd8b /gis | |
parent | bb866febf25baa7961fe390ee1bc1e3115a873a6 (diff) |
gis/google-earth: Updated for version 7.1.7.2600.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r-- | gis/google-earth/README | 2 | ||||
-rw-r--r-- | gis/google-earth/google-earth.SlackBuild | 4 | ||||
-rw-r--r-- | gis/google-earth/google-earth.info | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/gis/google-earth/README b/gis/google-earth/README index da8ba961955b..12e1c70601f4 100644 --- a/gis/google-earth/README +++ b/gis/google-earth/README @@ -36,7 +36,7 @@ NOTES: ln -sf /lib/ld-linux.so.2 /lib/ld-lsb.so.3 3) Google Earth tends to crash when the 65-fonts-persion.conf is available on - the system. aPlease remove /etc/fonts/conf.d/65-fonts-persian.conf prior + the system. Please remove /etc/fonts/conf.d/65-fonts-persian.conf prior launching this application. The easiest way to do this is: mv /etc/fonts/conf.d/65-fonts-persian.conf \ diff --git a/gis/google-earth/google-earth.SlackBuild b/gis/google-earth/google-earth.SlackBuild index 2a475aab97ae..d4bac1758a7d 100644 --- a/gis/google-earth/google-earth.SlackBuild +++ b/gis/google-earth/google-earth.SlackBuild @@ -30,7 +30,7 @@ # and to Daniel de Kok and Alan_Hicks for their comments. PRGNAM=google-earth -VERSION=${VERSION:-7.1.4.1529} +VERSION=${VERSION:-7.1.7.2600} ARCH=i386 # Since this is the arch google dictates BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -46,7 +46,7 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $PKG -ar p $CWD/google-earth-stable_current_i386.deb data.tar.lzma | lzma -d | tar xv +ar p $CWD/google-earth-stable_current_i386.deb data.tar.xz | tar xJv cd $PKG chown -R root:root . # Fix Google braindeadness (and mine) diff --git a/gis/google-earth/google-earth.info b/gis/google-earth/google-earth.info index f04314a331cd..4505897ceddf 100644 --- a/gis/google-earth/google-earth.info +++ b/gis/google-earth/google-earth.info @@ -1,8 +1,8 @@ PRGNAM="google-earth" -VERSION="7.1.4.1529" +VERSION="7.1.7.2600" HOMEPAGE="http://www.google.com/earth/index.html" DOWNLOAD="http://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb" -MD5SUM="b8847cb867bdb3ff892149f0fd68f036" +MD5SUM="cc02daa74d1b81daf44326a25460a88b" DOWNLOAD_x86_64="UNSUPPORTED" MD5SUM_x86_64="" REQUIRES="" |