Merge pull request #1393 from thypon/atomfix

atom: fix .desktop file
This commit is contained in:
Juan RP 2015-04-25 05:34:01 +02:00
commit 6e08f5a6df
2 changed files with 23 additions and 1 deletions

View File

@ -0,0 +1,20 @@
---
resources/linux/atom.desktop.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git resources/linux/atom.desktop.in resources/linux/atom.desktop.in
index 1969e3f..71c19ca 100644
--- resources/linux/atom.desktop.in
+++ resources/linux/atom.desktop.in
@@ -2,8 +2,8 @@
Name=Atom
Comment=<%= description %>
GenericName=Text Editor
-Exec=<%= executable %> %U
-Icon=<%= iconName %>
+Exec=/usr/share/atom/atom %U
+Icon=/usr/share/atom/resources/app/resources/atom.png
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Utility;TextEditor;Development;
--

View File

@ -1,7 +1,9 @@
# Template file for 'atom'
pkgname=atom
version=0.193.0
version=0.194.0
revision=1
nocross=yes
nostrip=yes
hostmakedepends="git nodejs pkg-config python-devel"
makedepends="python-devel GConf-devel libgnome-keyring-devel"
short_desc="Chrome-based text editor from Github"