wok-current 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 | 61855e8d38b8 |
children | 5ce42cc09888 |
files | abiword/stuff/abiword.desktop gecko-mediaplayer/receipt |
line diff
1.1 --- a/abiword/stuff/abiword.desktop Thu Mar 01 00:01:55 2012 +0100 1.2 +++ b/abiword/stuff/abiword.desktop Wed Feb 29 14:43:42 2012 -0800 1.3 @@ -1,6 +1,6 @@ 1.4 [Desktop Entry] 1.5 Exec=abiword 1.6 -Icon=abiword.png 1.7 +Icon=abiword 1.8 Terminal=false 1.9 Type=Application 1.10 Categories=Application;Office;WordProcessor;GNOME;GTK;X-Red-Hat-Base;
2.1 --- a/gecko-mediaplayer/receipt Thu Mar 01 00:01:55 2012 +0100 2.2 +++ b/gecko-mediaplayer/receipt Wed Feb 29 14:43:42 2012 -0800 2.3 @@ -20,8 +20,11 @@ 2.4 sed -i 's|NPP_Initialize|//&|' src/np_entry.cpp 2.5 sed -i 's|char[\*\) ]*NP*_GetMIMEDescription(|const &|' src/npupp.h \ 2.6 src/np_entry.cpp src/npp_gate.cpp 2.7 - ./configure --prefix=/usr --sysconfdir=/etc \ 2.8 - --disable-schemas-install --without-gconf && 2.9 + ./configure --prefix=/usr \ 2.10 + --sysconfdir=/etc \ 2.11 + --disable-schemas-install \ 2.12 + --without-gconf \ 2.13 + $CONFIGURE_ARGS && 2.14 make && 2.15 make DESTDIR=$PWD/_pkg install 2.16