The debian 0.3.2 version works fine on my machine (now that google have fixed the problem with their distributable)
The gutsy 0.2.0 version works fine now too, with only a few differences to the debian package script. [EMAIL PROTECTED]:~# diff -u make-googleearth-package.new /usr/bin/make-googleearth-package --- make-googleearth-package.new 2007-09-14 14:20:15.000000000 +1000 +++ /usr/bin/make-googleearth-package 2007-08-26 09:10:01.000000000 +1000 @@ -1,8 +1,8 @@ #!/bin/bash -e -GoogleEarth_Package_VERSION="0.2.0" +GoogleEarth_Package_VERSION="0.3.2" -GoogleEarth_bin_URL="http://dl.google.com/earth/GE4/GoogleEarthLinux.bin" +GoogleEarth_bin_URL="http://dl.google.com/earth/client/current/GoogleEarthLinux.bin" GoogleEarth_bin="GoogleEarthLinux.bin" function usage() { @@ -52,7 +52,7 @@ echo $version >&2 - if grep -E 'GNU/Linux 4.[01]' <<<"$version" > /dev/null; then + if grep -E 'GNU/Linux 4.[012]' <<<"$version" > /dev/null; then GoogleEarth_VERSION=$(sed -e 's/.*GNU\/Linux //' <<<"$version") echo 'Supported Google Earth version:' $GoogleEarth_VERSION >&2 elif [ "$OPT_FORCE" ]; then @@ -132,7 +132,7 @@ cat <<EOF >googleearth ?package(googleearth): \ needs="X11" \ - section="Apps/Science" \ + section="Applications/Science/Geoscience" \ title="Google Earth" \ command="/usr/bin/googleearth" \ icon="/usr/share/pixmaps/googleearth.xpm" -- make-googleearth-package doesn't use latest version https://bugs.launchpad.net/bugs/139023 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs