wok rev 10868
gnome-mplayer: Fixed. Add /usr/share/glib-2.0 so it will work.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Jun 19 11:38:27 2011 +0000 (2011-06-19) |
parents | c34a2d4b16b6 |
children | f1bd3950a6c3 |
files | gnome-mplayer/receipt |
line diff
1.1 --- a/gnome-mplayer/receipt Sun Jun 19 11:36:07 2011 +0000 1.2 +++ b/gnome-mplayer/receipt Sun Jun 19 11:38:27 2011 +0000 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 }