From 9bc1bc3875892377047bd6ad515ed26e5dcde09f Mon Sep 17 00:00:00 2001 From: Daniel Jahre Date: Sun, 26 Nov 2006 21:13:13 +0000 Subject: [PATCH] Daniel Jahre: added package gaia, a free Google Earth client [2006112418062360600] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@8070 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/daja77/gaia/fix-datadir.patch | 9 ++++++ package/daja77/gaia/gaia.conf | 8 +++++ package/daja77/gaia/gaia.desc | 43 +++++++++++++++++++++++++++ package/daja77/gaia/gaia.desktop | 9 ++++++ 4 files changed, 69 insertions(+) create mode 100644 package/daja77/gaia/fix-datadir.patch create mode 100644 package/daja77/gaia/gaia.conf create mode 100644 package/daja77/gaia/gaia.desc create mode 100644 package/daja77/gaia/gaia.desktop diff --git a/package/daja77/gaia/fix-datadir.patch b/package/daja77/gaia/fix-datadir.patch new file mode 100644 index 000000000..ef8a73424 --- /dev/null +++ b/package/daja77/gaia/fix-datadir.patch @@ -0,0 +1,9 @@ +--- ./src/config.h.vanilla 2006-11-24 17:45:55.000000000 +0100 ++++ ./src/config.h 2006-11-24 17:46:13.000000000 +0100 +@@ -21,5 +21,5 @@ + #define DOTDIR ".gaia" + + #ifndef DATADIR +-# define DATADIR "./data" ++# define DATADIR "/usr/share/gaia/data" + #endif diff --git a/package/daja77/gaia/gaia.conf b/package/daja77/gaia/gaia.conf new file mode 100644 index 000000000..f8fbf0d8f --- /dev/null +++ b/package/daja77/gaia/gaia.conf @@ -0,0 +1,8 @@ +build_gaia () { + scons gpsd=0 + cp -f gaia /usr/bin + mkdir -p /usr/share/gaia/data + cp -f data/font.png /usr/share/gaia/data +} + +custmain="build_gaia" diff --git a/package/daja77/gaia/gaia.desc b/package/daja77/gaia/gaia.desc new file mode 100644 index 000000000..161cb01ea --- /dev/null +++ b/package/daja77/gaia/gaia.desc @@ -0,0 +1,43 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/daja77/gaia/gaia.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] Meet gaia, an attempt to reverse engineer famous Google Earth + +[T] Meet gaia, an attempt to reverse engineer famous Google Earth and implement +[T] it's functionality in open, portable, customizable and extendable way. + + + +[U] http://gaia.serezhkin.com/ + +[A] +[M] Daniel Jahre + +[C] extra/multimedia + +[L] GPL +[S] Stable +[V] 0.1.0 +[P] X -?---5---9 203.000 + +[D] 1782004130 gaia-0.1.0.tar.bz2 http://gaia.serezhkin.com/ diff --git a/package/daja77/gaia/gaia.desktop b/package/daja77/gaia/gaia.desktop new file mode 100644 index 000000000..813e4c01a --- /dev/null +++ b/package/daja77/gaia/gaia.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Gaia +Comment=A free Google Earth Clien +Exec=gaia +Terminal=false +Type=Application +Categories=Network +X-ROCK-Name=gaia