mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
atom: fix .desktop file
This commit is contained in:
parent
18cf78fe2e
commit
0639362f75
2 changed files with 21 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,7 @@
|
||||||
# Template file for 'atom'
|
# Template file for 'atom'
|
||||||
pkgname=atom
|
pkgname=atom
|
||||||
version=0.193.0
|
version=0.193.0
|
||||||
revision=1
|
revision=2
|
||||||
hostmakedepends="git nodejs pkg-config python-devel"
|
hostmakedepends="git nodejs pkg-config python-devel"
|
||||||
makedepends="python-devel GConf-devel libgnome-keyring-devel"
|
makedepends="python-devel GConf-devel libgnome-keyring-devel"
|
||||||
short_desc="Chrome-based text editor from Github"
|
short_desc="Chrome-based text editor from Github"
|
||||||
|
|
Loading…
Add table
Reference in a new issue