wok-6.x diff stellarium/receipt @ rev 13985
xdg-utils: up to 1.1.0-rc1 , xdg-open support LXDE too
author | ernia <monghitri@aruba.it> |
---|---|
date | Fri Feb 08 22:07:00 2013 +0000 (2013-02-08) |
parents | 107cbd2c6157 |
children | 68ec33732967 |
line diff
1.1 --- a/stellarium/receipt Thu Oct 13 03:00:49 2011 +0000 1.2 +++ b/stellarium/receipt Fri Feb 08 22:07:00 2013 +0000 1.3 @@ -9,8 +9,10 @@ 1.4 WEB_SITE="http://www.stellarium.org/" 1.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.6 1.7 -DEPENDS="libpng mesa glib freetype openssl libQtScript libQtOpenGL libQtSql libQtNetwork libQtGui zlib" 1.8 -BUILD_DEPENDS="gettext perl cmake libboost-dev libboost-thread-dev mesa-dev qt4 Qt4-dev qmake zlib-dev pkg-config xorg-libX11-dev" 1.9 +DEPENDS="libpng mesa glib freetype openssl libQtScript libQtOpenGL libQtSql \ 1.10 +libQtNetwork libQtGui zlib" 1.11 +BUILD_DEPENDS="gettext perl cmake libboost-dev libboost-thread-dev mesa-dev \ 1.12 +qt4 Qt4-dev qmake zlib-dev pkg-config xorg-libX11-dev" 1.13 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 @@ -25,7 +27,6 @@ 1.17 genpkg_rules() 1.18 { 1.19 mkdir -p $fs/usr/share/pixmaps $fs/usr/share/applications 1.20 - cp -a $_pkg/usr/bin $fs/usr 1.21 - cp -a $_pkg/usr/share/stellarium $fs/usr/share 1.22 + cp -a $install/usr/bin $fs/usr 1.23 + cp -a $install/usr/share/stellarium $fs/usr/share 1.24 } 1.25 -