Desktopitem for the Skype package.

svn path=/nixpkgs/trunk/; revision=31522
This commit is contained in:
Arie Middelkoop 2012-01-13 22:21:48 +00:00
parent e3796d59a6
commit 0368987722
1 changed files with 12 additions and 0 deletions

View File

@ -53,6 +53,18 @@ stdenv.mkDerivation rec {
EOF
chmod +x $out/bin/skype
# Desktop icon for Skype
patch skype.desktop << EOF
5c5
< Icon=skype.png
---
> Icon=$out/opt/skype/icons/SkypeBlue_48x48.png
EOF
echo hi
cat skype.desktop
ensureDir $out/share/applications
mv skype.desktop $out/share/applications
'';
meta = {