wok diff gnome-mplayer/receipt @ rev 13845

lyx: fix for gcc 4.6
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 08 21:25:10 2013 +0100 (2013-01-08)
parents 1286b01133d8
children 380ffe05937a
line diff
     1.1 --- a/gnome-mplayer/receipt	Fri May 20 22:44:26 2011 +0000
     1.2 +++ b/gnome-mplayer/receipt	Tue Jan 08 21:25:10 2013 +0100
     1.3 @@ -17,14 +17,14 @@
     1.4  {
     1.5  	cd $src	
     1.6  	./configure --prefix=/usr \
     1.7 -				--sysconfdir=/etc \
     1.8 -				--disable-schemas-install \
     1.9 -				--without-gconf \
    1.10 -				--disable-nautilus \
    1.11 -				--disable-panscan \
    1.12 -				--without-libmusicbrainz3 &&
    1.13 +		--sysconfdir=/etc \
    1.14 +		--disable-schemas-install \
    1.15 +		--without-gconf \
    1.16 +		--disable-nautilus \
    1.17 +		--disable-panscan \
    1.18 +		--without-libmusicbrainz3 &&
    1.19  	make  &&
    1.20 -	make DESTDIR=$PWD/_pkg install
    1.21 +	make install
    1.22  	
    1.23  }
    1.24  
    1.25 @@ -33,8 +33,7 @@
    1.26  {
    1.27  	mkdir -p $fs/usr/share/icons/hicolor $fs/usr/share/applications
    1.28  	cp -a $_pkg/usr/bin $fs/usr
    1.29 +	cp -a $_pkg/usr/share/glib-2.0 $fs/usr/share
    1.30  	cp -a $_pkg/usr/share/icons/hicolor/16x16 $fs/usr/share/icons/hicolor
    1.31  	sed -i 's|Exec=gnome-mplayer|Exec=gnome-mplayer %F|' $_pkg/usr/share/applications/$PACKAGE.desktop
    1.32 -
    1.33 -
    1.34  }