[Lunar-commits] stellarium: version bumped to 0.9.1. move it to qt4-apps.
Florin Braescu
florin at lunar-linux.org
Sat Jan 19 11:01:15 CET 2008
commit 1d0b50809771f19b0cc7cade6cd0f2a937041221
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat Jan 19 12:01:15 2008 +0200
stellarium: version bumped to 0.9.1. move it to qt4-apps.
This is primarily a bugfix and stabilization release. Apart from
bugfixes, users can expect to see improved start-up times and a new
sky culture (Tupi-Guarani), as well as some progress with translations
and overall stability.
---
games/stellarium/BUILD | 10 ----------
games/stellarium/DEPENDS | 1 -
games/stellarium/DETAILS | 15 ---------------
qt4-apps/stellarium/BUILD | 9 +++++++++
qt4-apps/stellarium/DEPENDS | 3 +++
qt4-apps/stellarium/DETAILS | 16 ++++++++++++++++
6 files changed, 28 insertions(+), 26 deletions(-)
diff --git a/games/stellarium/BUILD b/games/stellarium/BUILD
deleted file mode 100644
index 64b8f65..0000000
--- a/games/stellarium/BUILD
+++ /dev/null
@@ -1,10 +0,0 @@
-(
-
- ./configure --prefix=/usr \
- --bindir=/usr/games \
- --datadir=/usr/share/games \
- $OPTS &&
-
- default_make
-
-) > $C_FIFO 2>&1
diff --git a/games/stellarium/DEPENDS b/games/stellarium/DEPENDS
deleted file mode 100644
index 2d0001a..0000000
--- a/games/stellarium/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends SDL
\ No newline at end of file
diff --git a/games/stellarium/DETAILS b/games/stellarium/DETAILS
deleted file mode 100644
index ac632f6..0000000
--- a/games/stellarium/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
- MODULE=stellarium
- VERSION=0.8.2
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=$SFORGE_URL/$MODULE/
- SOURCE_VFY=sha1:f5721df4cd64ad1673d10a56e340d3d96d4827dd
- WEB_SITE=http://stellarium.free.fr/
- ENTERED=20040420
- UPDATED=20061011
- SHORT="Stellarium astronomy sotware"
-
-cat << EOF
-Stellarium renders 3D photo-realistic skies in real time. With
-stellarium, you really see what you can see with your eyes,
-binoculars or a small telescope.
-EOF
diff --git a/qt4-apps/stellarium/BUILD b/qt4-apps/stellarium/BUILD
new file mode 100644
index 0000000..9d81dbf
--- /dev/null
+++ b/qt4-apps/stellarium/BUILD
@@ -0,0 +1,9 @@
+(
+
+ source /etc/profile.d/qt4.rc &&
+
+ cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX &&
+
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/qt4-apps/stellarium/DEPENDS b/qt4-apps/stellarium/DEPENDS
new file mode 100644
index 0000000..52ce361
--- /dev/null
+++ b/qt4-apps/stellarium/DEPENDS
@@ -0,0 +1,3 @@
+depends SDL
+depends qt4
+depends cmake
diff --git a/qt4-apps/stellarium/DETAILS b/qt4-apps/stellarium/DETAILS
new file mode 100644
index 0000000..5f0194b
--- /dev/null
+++ b/qt4-apps/stellarium/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=stellarium
+ VERSION=0.9.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE/
+ SOURCE_VFY=sha1:7cbfc207a4497d7f9afa0dda715fae21f8a0d9ef
+ MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4}
+ WEB_SITE=http://stellarium.free.fr/
+ ENTERED=20040420
+ UPDATED=20080119
+ SHORT="Stellarium astronomy sotware"
+
+cat << EOF
+Stellarium renders 3D photo-realistic skies in real time. With
+stellarium, you really see what you can see with your eyes,
+binoculars or a small telescope.
+EOF
More information about the Lunar-commits
mailing list