# HG changeset patch # User Christopher Rogers # Date 1297789922 0 # Node ID 9935b7af8569a131299b0e84072cc1c75e3d7103 # Parent 56b11364c6c3653035e6a8994908c356f880fa42 Fixed stellarium. diff -r 56b11364c6c3 -r 9935b7af8569 stellarium/receipt --- a/stellarium/receipt Tue Feb 15 03:49:26 2011 +0000 +++ b/stellarium/receipt Tue Feb 15 17:12:02 2011 +0000 @@ -8,7 +8,7 @@ DEPENDS="libpng mesa glib freetype openssl libQtScript libQtOpenGL libQtSql libQtNetwork libQtGui zlib" BUILD_DEPENDS="gettext perl cmake libboost-dev libboost-thread-dev mesa-dev qt4 Qt4-dev qmake zlib-dev pkg-config xorg-libX11-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://steelarium.free.fr/" +WEB_SITE="http://www.stellarium.org/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" # Rules to configure and make the package. @@ -16,8 +16,8 @@ { cd $src cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE || return 1 - make || return 1 - make && make DESTDIR=$PWD/_pkg install + make + make DESTDIR=$PWD/_pkg install } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 56b11364c6c3 -r 9935b7af8569 stellarium/stuff/stellarium.desktop --- a/stellarium/stuff/stellarium.desktop Tue Feb 15 03:49:26 2011 +0000 +++ b/stellarium/stuff/stellarium.desktop Tue Feb 15 17:12:02 2011 +0000 @@ -4,6 +4,6 @@ Comment=A real-time nightsky renderer Categories=Education;Science;Astronomy; Icon=stellarium -Exec=stellarium +Exec=stellarium -s Terminal=false Type=Application