[arch-commits] Commit in celestia/trunk (PKGBUILD celestia-1.4.0-compile.patch)

Ronald van Haren ronald at archlinux.org
Tue Jul 7 18:44:25 UTC 2009


    Date: Tuesday, July 7, 2009 @ 14:44:25
  Author: ronald
Revision: 45141

remove old patch

Modified:
  celestia/trunk/PKGBUILD
Deleted:
  celestia/trunk/celestia-1.4.0-compile.patch

------------------------------+
 PKGBUILD                     |    2 +-
 celestia-1.4.0-compile.patch |   28 ----------------------------
 2 files changed, 1 insertion(+), 29 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-07 18:40:26 UTC (rev 45140)
+++ PKGBUILD	2009-07-07 18:44:25 UTC (rev 45141)
@@ -4,7 +4,7 @@
 
 pkgname=celestia
 pkgver=1.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Real-time space simulation"
 arch=('i686' 'x86_64')
 license=('GPL2')

Deleted: celestia-1.4.0-compile.patch
===================================================================
--- celestia-1.4.0-compile.patch	2009-07-07 18:40:26 UTC (rev 45140)
+++ celestia-1.4.0-compile.patch	2009-07-07 18:44:25 UTC (rev 45141)
@@ -1,28 +0,0 @@
---- src/celengine/star.h.orig	2005-12-06 11:30:23.000000000 -0600
-+++ src/celengine/star.h	2006-02-10 15:21:49.000000000 -0600
-@@ -30,7 +30,7 @@
-     // orbits and StarDetails objects.  Currently, it's assumed that they
-     // have lifetimes that continue until program termination.
-  public:
--    StarDetails::StarDetails();
-+    StarDetails();
- 
-     inline float getRadius() const;
-     inline float getTemperature() const;
---- src/celengine/command.h.orig	2004-12-22 16:07:15.000000000 -0600
-+++ src/celengine/command.h	2006-02-10 18:46:25.000000000 -0600
-@@ -94,10 +94,10 @@
- class CommandGotoLongLat : public InstantaneousCommand
- {
-  public:
--    CommandGotoLongLat::CommandGotoLongLat(double t,
--                                           double dist,
--                                           float _longitude, float _latitude,
--                                           Vec3f _up);
-+    CommandGotoLongLat(double t,
-+                       double dist,
-+                       float _longitude, float _latitude,
-+                       Vec3f _up);
-     ~CommandGotoLongLat();
-     void process(ExecutionEnvironment&);
- 




More information about the arch-commits mailing list