diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-19 21:55:40 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-19 21:56:08 +0700 |
commit | 03815961c1f5f8b502d283bcd3bb8d80b2a3e64c (patch) | |
tree | 124e11335c9771866242cf9df09dbd5a191b3741 /academic/stellarium/stellarium.SlackBuild | |
parent | f3d30e85612005de03d28a2137c4edacd96f9695 (diff) | |
download | slackbuilds-03815961c1f5f8b502d283bcd3bb8d80b2a3e64c.tar.gz |
academic/stellarium: Updated for version 0.14.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/stellarium/stellarium.SlackBuild')
-rw-r--r-- | academic/stellarium/stellarium.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/academic/stellarium/stellarium.SlackBuild b/academic/stellarium/stellarium.SlackBuild index 9c7c9b976a..588ed9cd99 100644 --- a/academic/stellarium/stellarium.SlackBuild +++ b/academic/stellarium/stellarium.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=stellarium -VERSION=${VERSION:-0.13.3} +VERSION=${VERSION:-0.14.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,8 +69,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -patch -p0 < $CWD/stellarium-0.13.3-qt55.patch - mkdir build && cd build cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \ |