~ubuntu-branches/debian/sid/stellarium/sid

« back to all changes in this revision

Viewing changes to plugins/Satellites/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Tomasz Buchert
  • Date: 2013-08-04 15:06:55 UTC
  • mfrom: (1.2.12)
  • Revision ID: package-import@ubuntu.com-20130804150655-iji0vb5navh3lk13
Tags: 0.12.2-1
* Imported Upstream version 0.12.2
* Added dependency to phonon (to enable video/sound)
* Fixed VCS links
* Removed unused lintian tag (embedded-library glee)
* Dropped obsolete patch
* Update copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# WARNING! Update also the version number in resources/satellites.json,
2
2
# otherwise the local copy of that file will be overwritten every time
3
3
# Stellarium starts. (Less of a problem if it manages to get one update.)
4
 
SET(SATELLITES_VERSION "0.7.4")
 
4
SET(SATELLITES_VERSION "0.8.1")
5
5
 
6
6
SET(CMAKE_INSTALL_PREFIX $ENV{HOME}/.stellarium)
7
7