Browse Source

Daniel Jahre:


			
			
				rocklinux
			
			
		
Daniel Jahre 18 years ago
parent
commit
9bc1bc3875
4 changed files with 69 additions and 0 deletions
  1. +9
    -0
      package/daja77/gaia/fix-datadir.patch
  2. +8
    -0
      package/daja77/gaia/gaia.conf
  3. +43
    -0
      package/daja77/gaia/gaia.desc
  4. +9
    -0
      package/daja77/gaia/gaia.desktop

+ 9
- 0
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

+ 8
- 0
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"

+ 43
- 0
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] <gaia@serezhkin.com>
[M] Daniel Jahre <daja@rocklinux.org>
[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/

+ 9
- 0
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

Loading…
Cancel
Save