Skip to content

Commit

Permalink
Atom: use desktop-file from atom installer
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Jan 24, 2019
1 parent d65725f commit a50f660
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions atom.be0
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,7 @@ mee_build() {
}

mee_install() {
cat <<EOF >${D}${DATADIR}/applications/atom.desktop
[Desktop Entry]
Name=Atom
Comment=A hackable text editor for the 21st Century.
GenericName=Text Editor
Exec=${DATADIR}/atom/atom %F
Icon=${DATADIR}/atom/atom.png
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Utility;TextEditor;Development;
MimeType=text/plain;
EOF
sed 's%/scratch/local2/bee-schrader/atom/atom-1.34.0-0/image%%' -i ${D}${DATADIR}/applications/atom.desktop
}
## by default this may be 'make install DESTDIR="${D}"'

Expand Down

0 comments on commit a50f660

Please sign in to comment.