Skip to content

Commit

Permalink
update to 0.11.2
Browse files Browse the repository at this point in the history
changes:
-more i18n
-UI improvements
-bugfixes
  • Loading branch information
drochner committed Apr 11, 2012
1 parent 45e7ac8 commit 2e2a2e0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
5 changes: 2 additions & 3 deletions misc/stellarium/Makefile
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.52 2012/03/03 00:13:37 wiz Exp $
# $NetBSD: Makefile,v 1.53 2012/04/11 12:10:01 drochner Exp $

DISTNAME= stellarium-0.11.1
PKGREVISION= 3
DISTNAME= stellarium-0.11.2
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=stellarium/}

Expand Down
4 changes: 3 additions & 1 deletion misc/stellarium/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.16 2011/11/19 17:30:36 jakllsch Exp $
@comment $NetBSD: PLIST,v 1.17 2012/04/11 12:10:01 drochner Exp $
bin/stellarium
man/man1/stellarium.1
share/locale/af/LC_MESSAGES/stellarium-skycultures.mo
Expand Down Expand Up @@ -97,6 +97,8 @@ share/locale/lt/LC_MESSAGES/stellarium-skycultures.mo
share/locale/lt/LC_MESSAGES/stellarium.mo
share/locale/lv/LC_MESSAGES/stellarium-skycultures.mo
share/locale/lv/LC_MESSAGES/stellarium.mo
share/locale/mi/LC_MESSAGES/stellarium-skycultures.mo
share/locale/mi/LC_MESSAGES/stellarium.mo
share/locale/mk/LC_MESSAGES/stellarium-skycultures.mo
share/locale/mk/LC_MESSAGES/stellarium.mo
share/locale/ml/LC_MESSAGES/stellarium-skycultures.mo
Expand Down
10 changes: 5 additions & 5 deletions misc/stellarium/distinfo
@@ -1,11 +1,11 @@
$NetBSD: distinfo,v 1.21 2012/02/16 19:25:11 hans Exp $
$NetBSD: distinfo,v 1.22 2012/04/11 12:10:01 drochner Exp $

SHA1 (stellarium-0.11.1.tar.gz) = e721a9cef0c736354c477fdb25cce607a9a3b52e
RMD160 (stellarium-0.11.1.tar.gz) = 5e6a1c6fd2822cfa5391aff67f17610723d834f7
Size (stellarium-0.11.1.tar.gz) = 45681904 bytes
SHA1 (stellarium-0.11.2.tar.gz) = ed77c612b53d74dc2264b1be05f19d05950a1771
RMD160 (stellarium-0.11.2.tar.gz) = b36bb6d709c4c67e1483630523b8c423622eea20
Size (stellarium-0.11.2.tar.gz) = 47131184 bytes
SHA1 (patch-aa) = e5c3968a2d8bde8a651cf87d0b5d99a3f01680b0
SHA1 (patch-ab) = e7e1042cb674462f43fbb7c6ad5b023e62b54a59
SHA1 (patch-ac) = e9436d4f9f34127f176931dda4665ddc5d6f8bfa
SHA1 (patch-ad) = 5e4912f60fd74a868933e4afe27a67ddb73514a8
SHA1 (patch-ae) = d033aabef7777ad8c7593d067620c7cdd1a8b998
SHA1 (patch-ae) = b1b4d821dd71e9ef7cd8c9263b12331d6f369916
SHA1 (patch-src_core_modules_Skybright.cpp) = 9e5649bb5f764e426554c328c31a3b34838879e3
10 changes: 6 additions & 4 deletions misc/stellarium/patches/patch-ae
@@ -1,6 +1,6 @@
$NetBSD: patch-ae,v 1.1 2011/01/12 07:22:38 adam Exp $
$NetBSD: patch-ae,v 1.2 2012/04/11 12:10:01 drochner Exp $

--- CMakeLists.txt.orig 2010-12-05 16:31:01.000000000 +0000
--- CMakeLists.txt.orig 2012-03-10 06:01:05.000000000 +0000
+++ CMakeLists.txt
@@ -28,7 +28,6 @@ IF(NOT CMAKE_BUILD_TYPE)
ENDIF()
Expand All @@ -10,7 +10,7 @@ $NetBSD: patch-ae,v 1.1 2011/01/12 07:22:38 adam Exp $
ENDIF()


@@ -216,12 +215,8 @@ ENDIF()
@@ -234,14 +233,10 @@ ENDIF()

########### Set some global variables ###########
IF(UNIX AND NOT WIN32)
Expand All @@ -19,11 +19,13 @@ $NetBSD: patch-ae,v 1.1 2011/01/12 07:22:38 adam Exp $
-ELSE(APPLE)
ADD_DEFINITIONS(-DINSTALL_DATADIR="${CMAKE_INSTALL_PREFIX}/share/stellarium")
ADD_DEFINITIONS(-DINSTALL_LOCALEDIR="${CMAKE_INSTALL_PREFIX}/share/locale")
# Used in generating the documentation (doc/stellarium.pod.cmake):
SET(INSTALL_DATADIR "${CMAKE_INSTALL_PREFIX}/share/stellarium")
-ENDIF()
ELSE()
ADD_DEFINITIONS(-DINSTALL_DATADIR=".")
ADD_DEFINITIONS(-DINSTALL_LOCALEDIR="./locale")
@@ -290,9 +285,6 @@ IF(GENERATE_PACKAGE_TARGET)
@@ -310,9 +305,6 @@ IF(GENERATE_PACKAGE_TARGET)
ENDIF()

########### Macosx Bundling ###############
Expand Down

0 comments on commit 2e2a2e0

Please sign in to comment.