wok-stable rev 4534
Up: gnome-mplayer; improve receipt
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Mon Nov 30 10:33:39 2009 +0000 (2009-11-30) |
parents | df122542409d |
children | ce6aa5307ddf |
files | gnome-mplayer/receipt |
line diff
1.1 --- a/gnome-mplayer/receipt Mon Nov 30 15:03:24 2009 +0100 1.2 +++ b/gnome-mplayer/receipt Mon Nov 30 10:33:39 2009 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gnome-mplayer" 1.7 -VERSION="0.9.6" 1.8 +VERSION="0.9.8" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="simple MPlayer GUI" 1.11 MAINTAINER="jozee@slitaz.org" 1.12 @@ -17,8 +17,13 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 - ./configure --prefix=/usr --sysconfdir=/etc \ 1.17 - --disable-schemas-install --without-gconf && 1.18 + ./configure --prefix=/usr \ 1.19 + --sysconfdir=/etc \ 1.20 + --disable-schemas-install \ 1.21 + --without-gconf \ 1.22 + --disable-nautilus \ 1.23 + --disable-panscan \ 1.24 + --without-libmusicbrainz3 && 1.25 make && 1.26 make DESTDIR=$PWD/_pkg install 1.27 1.28 @@ -27,9 +32,9 @@ 1.29 # Rules to gen a SliTaz package suitable for Tazpkg. 1.30 genpkg_rules() 1.31 { 1.32 - mkdir -p $fs/usr/share $fs/usr/share/applications 1.33 + mkdir -p $fs/usr/share/icons/hicolor $fs/usr/share/applications 1.34 cp -a $_pkg/usr/bin $fs/usr 1.35 - cp -a $_pkg/usr/share/pixmaps $fs/usr/share 1.36 + cp -a $_pkg/usr/share/icons/hicolor/16x16 $fs/usr/share/icons/hicolor 1.37 sed -i 's|Exec=gnome-mplayer|Exec=gnome-mplayer %F|' $_pkg/usr/share/applications/$PACKAGE.desktop 1.38 1.39