diff options
author | 2010-03-16 09:14:22 +0000 | |
---|---|---|
committer | 2010-03-16 09:14:22 +0000 | |
commit | 9189a03b17cda6b85da0c31ec93e0861255f34c6 (patch) | |
tree | 85c65c436d1e560c44130605dab15eaf4472f694 /sci-geosciences/googleearth/files | |
parent | Version bump. (diff) | |
download | historical-9189a03b17cda6b85da0c31ec93e0861255f34c6.tar.gz historical-9189a03b17cda6b85da0c31ec93e0861255f34c6.tar.bz2 historical-9189a03b17cda6b85da0c31ec93e0861255f34c6.zip |
Package move from x11-misc/googleearth.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'sci-geosciences/googleearth/files')
-rw-r--r-- | sci-geosciences/googleearth/files/decimal-separator.patch | 10 | ||||
-rw-r--r-- | sci-geosciences/googleearth/files/mime-magic.patch | 12 |
2 files changed, 22 insertions, 0 deletions
diff --git a/sci-geosciences/googleearth/files/decimal-separator.patch b/sci-geosciences/googleearth/files/decimal-separator.patch new file mode 100644 index 000000000000..7a75dde4914a --- /dev/null +++ b/sci-geosciences/googleearth/files/decimal-separator.patch @@ -0,0 +1,10 @@ +--- googleearth.orig 2009-10-18 15:46:03.000000000 +0200 ++++ googleearth 2009-10-18 15:45:39.000000000 +0200 +@@ -41,6 +41,7 @@ + + LD_LIBRARY_PATH=.:${GOOGLEEARTH_DATA_PATH}:${LD_LIBRARY_PATH} + export LD_LIBRARY_PATH ++export LC_NUMERIC=C + + # Let's boogie! + if [ -x "${GOOGLEEARTH_DATA_PATH}/googleearth-bin" ] diff --git a/sci-geosciences/googleearth/files/mime-magic.patch b/sci-geosciences/googleearth/files/mime-magic.patch new file mode 100644 index 000000000000..cbaa337c6e57 --- /dev/null +++ b/sci-geosciences/googleearth/files/mime-magic.patch @@ -0,0 +1,12 @@ +--- usr/share/mime/packages/googleearth-mimetypes.xml 2006-07-22 10:13:03.000000000 +0100 ++++ usr/share/mime/packages/googleearth-mimetypes.xml 2006-07-22 10:41:14.584945382 +0100 +@@ -2,6 +2,9 @@ + <mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'> + <mime-type type="application/vnd.google-earth.kml+xml"> + <comment>Keyhole Markup Language data</comment> ++ <magic priority="60"> ++ <match value="<kml xmlns="http://earth.google.com/kml/" type="string" offset="0:64"/> ++ </magic> + <glob pattern="*.kml"/> + </mime-type> + |