wok rev 8640

Fixed stellarium.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 15 17:12:02 2011 +0000 (2011-02-15)
parents 56b11364c6c3
children 2ce89a2801d6
files stellarium/receipt stellarium/stuff/stellarium.desktop
line diff
     1.1 --- a/stellarium/receipt	Tue Feb 15 03:49:26 2011 +0000
     1.2 +++ b/stellarium/receipt	Tue Feb 15 17:12:02 2011 +0000
     1.3 @@ -8,7 +8,7 @@
     1.4  DEPENDS="libpng mesa glib freetype openssl libQtScript libQtOpenGL libQtSql libQtNetwork libQtGui zlib"
     1.5  BUILD_DEPENDS="gettext perl cmake libboost-dev libboost-thread-dev mesa-dev qt4 Qt4-dev qmake zlib-dev pkg-config xorg-libX11-dev"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.7 -WEB_SITE="http://steelarium.free.fr/"
     1.8 +WEB_SITE="http://www.stellarium.org/"
     1.9  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12 @@ -16,8 +16,8 @@
    1.13  {
    1.14  	cd $src
    1.15  	cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE || return 1
    1.16 -	make || return 1
    1.17 -	make && make DESTDIR=$PWD/_pkg install
    1.18 +	make
    1.19 +	make DESTDIR=$PWD/_pkg install
    1.20  }
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
     2.1 --- a/stellarium/stuff/stellarium.desktop	Tue Feb 15 03:49:26 2011 +0000
     2.2 +++ b/stellarium/stuff/stellarium.desktop	Tue Feb 15 17:12:02 2011 +0000
     2.3 @@ -4,6 +4,6 @@
     2.4  Comment=A real-time nightsky renderer
     2.5  Categories=Education;Science;Astronomy;
     2.6  Icon=stellarium
     2.7 -Exec=stellarium
     2.8 +Exec=stellarium -s
     2.9  Terminal=false
    2.10  Type=Application