diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-08-12 17:04:35 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-08-12 17:04:35 +0000 |
commit | 434e63cab77798fc3d2fde52d46f548de888760d (patch) | |
tree | c03bcf36c6f90f9434c65116a08430a155882fd5 /sci-astronomy/celestia/files | |
parent | Don't rebuild SQLite in src_install(). (diff) | |
download | gentoo-2-434e63cab77798fc3d2fde52d46f548de888760d.tar.gz gentoo-2-434e63cab77798fc3d2fde52d46f548de888760d.tar.bz2 gentoo-2-434e63cab77798fc3d2fde52d46f548de888760d.zip |
Version bump. Fixed a few unicode guide (bug #271613), kde deps (bug
#254010). The lua script engine is now mandatory (might be an upstream
bug). Closing also bug #278469, thanks Juan Aguado for his work.
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy/celestia/files')
-rw-r--r-- | sci-astronomy/celestia/files/celestia-1.6.0-as-needed.patch | 25 | ||||
-rw-r--r-- | sci-astronomy/celestia/files/celestia-1.6.0-cfg.patch | 11 |
2 files changed, 36 insertions, 0 deletions
diff --git a/sci-astronomy/celestia/files/celestia-1.6.0-as-needed.patch b/sci-astronomy/celestia/files/celestia-1.6.0-as-needed.patch new file mode 100644 index 000000000000..81f828902477 --- /dev/null +++ b/sci-astronomy/celestia/files/celestia-1.6.0-as-needed.patch @@ -0,0 +1,25 @@ +--- src/celengine/Makefile.am.orig 2009-08-12 17:54:12.000000000 +0100 ++++ src/celengine/Makefile.am 2009-08-12 17:54:28.000000000 +0100 +@@ -25,8 +25,6 @@ + body.cpp \ + boundaries.cpp \ + catalogxref.cpp \ +- cmdparser.cpp \ +- command.cpp \ + console.cpp \ + constellation.cpp \ + customorbit.cpp \ +--- src/celestia/Makefile.am.orig 2009-08-12 17:53:30.000000000 +0100 ++++ src/celestia/Makefile.am 2009-08-12 17:54:56.000000000 +0100 +@@ -24,7 +24,10 @@ + eclipsefinder.cpp\ + favorites.cpp \ + imagecapture.cpp \ +- url.cpp ++ url.cpp \ ++ ../celengine/cmdparser.cpp \ ++ ../celengine/command.cpp ++ + + WINSOURCES = \ + avicapture.cpp \ diff --git a/sci-astronomy/celestia/files/celestia-1.6.0-cfg.patch b/sci-astronomy/celestia/files/celestia-1.6.0-cfg.patch new file mode 100644 index 000000000000..8a4c18143a95 --- /dev/null +++ b/sci-astronomy/celestia/files/celestia-1.6.0-cfg.patch @@ -0,0 +1,11 @@ +--- celestia.cfg.orig 2009-07-20 12:52:17.000000000 +0200 ++++ celestia.cfg 2009-07-20 12:52:43.000000000 +0200 +@@ -195,7 +195,7 @@ + # or + # ExtrasDirectories [ "D:\\celestia-extras" ] + #------------------------------------------------------------------------ +- ExtrasDirectories [ "extras-standard" "extras" ] ++ ExtrasDirectories [ "extras-standard" "extras" "~/.celestia" ] + + + #------------------------------------------------------------------------ |