wok-4.x diff gecko-mediaplayer/receipt @ rev 11918

abiword: removed extension from desktop file
author Samuel Trassare <samuel_trassare@yahoo.com>
date Wed Feb 29 14:43:42 2012 -0800 (2012-02-29)
parents 11d7646fa237
children 85543915e825
line diff
     1.1 --- a/gecko-mediaplayer/receipt	Sun Jan 08 17:32:11 2012 +0100
     1.2 +++ b/gecko-mediaplayer/receipt	Wed Feb 29 14:43:42 2012 -0800
     1.3 @@ -20,8 +20,11 @@
     1.4  	sed -i 's|NPP_Initialize|//&|' src/np_entry.cpp
     1.5  	sed -i 's|char[\*\) ]*NP*_GetMIMEDescription(|const &|' src/npupp.h \
     1.6  		src/np_entry.cpp src/npp_gate.cpp
     1.7 -	./configure --prefix=/usr --sysconfdir=/etc \
     1.8 -              --disable-schemas-install --without-gconf &&
     1.9 +	./configure --prefix=/usr \
    1.10 +		--sysconfdir=/etc \
    1.11 +		--disable-schemas-install \
    1.12 +		--without-gconf \
    1.13 +		$CONFIGURE_ARGS &&
    1.14  	make  &&
    1.15  	make DESTDIR=$PWD/_pkg install
    1.16