From a50f66007441486d5da1b016da581649176c0f65 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 24 Jan 2019 15:38:52 +0100 Subject: [PATCH] Atom: use desktop-file from atom installer --- atom.be0 | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/atom.be0 b/atom.be0 index 72c1093d4..baf4c9008 100755 --- a/atom.be0 +++ b/atom.be0 @@ -71,18 +71,7 @@ mee_build() { } mee_install() { - cat <${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}"'