wok-next diff scummvm/receipt @ rev 6653

Fixed gdk-pixbuf. Added xpm and jpeg to be build into gdk-pixbuf instead of being just plugins. Fixes some missing icons and background from being missig in slitaz desktop.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 11 01:06:19 2010 +0000 (2010-10-11)
parents 92668334447c
children 400719117500
line diff
     1.1 --- a/scummvm/receipt	Mon Sep 27 18:03:47 2010 +0200
     1.2 +++ b/scummvm/receipt	Mon Oct 11 01:06:19 2010 +0000
     1.3 @@ -18,6 +18,7 @@
     1.4  	./configure \
     1.5  		--prefix=/usr \
     1.6  		--mandir=/usr/share/man \
     1.7 +		--datadir=/usr/games \
     1.8  		--backend=sdl --disable-debug \
     1.9  		--with-mpeg2-prefix=/usr \
    1.10  		--with-flac-prefix=/usr \
    1.11 @@ -28,9 +29,9 @@
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.13  genpkg_rules()
    1.14  {
    1.15 -	mkdir -p $fs/usr/share/applications
    1.16 +	mkdir -p $fs/usr/share/applications $fs/usr/games
    1.17  	cp -a $_pkg/usr/bin $fs/usr
    1.18 -	cp -a $_pkg/usr/share/scummvm $fs/usr/share
    1.19 +	cp -a $_pkg/usr/games/scummvm $fs/usr/games
    1.20  	cp -a $src/dists/scummvm.desktop $fs/usr/share/applications
    1.21  }
    1.22