commit
6e08f5a6df
2 changed files with 23 additions and 1 deletions
20
srcpkgs/atom/patches/desktop.patch
Normal file
20
srcpkgs/atom/patches/desktop.patch
Normal 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;
|
||||
--
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue