get-scripts diff bitcoin @ rev 48

bitcoin/litecoin, dropbox, firefox-official, opera: change .desktop files
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 05 01:05:48 2015 +0300 (2015-06-05)
parents b2a3c2ad2631
children 69d59307db4d
line diff
     1.1 --- a/bitcoin	Fri May 29 14:40:00 2015 +0200
     1.2 +++ b/bitcoin	Fri Jun 05 01:05:48 2015 +0300
     1.3 @@ -41,16 +41,13 @@
     1.4  mkdir -p usr/share/applications
     1.5  cat > usr/share/applications/$PACKAGE.desktop <<EOT
     1.6  [Desktop Entry]
     1.7 -Version=1.0
     1.8 -Encoding=UTF-8
     1.9 +Type=Application
    1.10  Name=$PACKAGE
    1.11 +Comment=$SHORT_DESC
    1.12  Exec=/usr/bin/$PACKAGE-qt
    1.13 -Icon=stock_certificate.png
    1.14 +Icon=stock_certificate
    1.15  Terminal=false
    1.16 -Categories=Application
    1.17 -Comment=$SHORT_DESC
    1.18 -Type=Application
    1.19 -Categories=Office;
    1.20 +Categories=Office;Finance;
    1.21  EOT
    1.22  cd ../..
    1.23  set +e