mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
Merge pull request #6498 from praticamentetilde/atom
atom: Fix icon in desktop entry
This commit is contained in:
commit
b066c1a3d1
2 changed files with 9 additions and 9 deletions
|
@ -13,7 +13,7 @@ index 1969e3f..71c19ca 100644
|
||||||
-Exec=<%= installDir %>/share/<%= appFileName %>/atom %F
|
-Exec=<%= installDir %>/share/<%= appFileName %>/atom %F
|
||||||
-Icon=<%= iconPath %>
|
-Icon=<%= iconPath %>
|
||||||
+Exec=/usr/share/atom/atom %U
|
+Exec=/usr/share/atom/atom %U
|
||||||
+Icon=/usr/share/atom/resources/app.asar.unpacked/resources/atom.png
|
+Icon=/usr/share/atom/resources/app/resources/atom.png
|
||||||
Type=Application
|
Type=Application
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
Categories=GNOME;GTK;Utility;TextEditor;Development;
|
Categories=GNOME;GTK;Utility;TextEditor;Development;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'atom'
|
# Template file for 'atom'
|
||||||
pkgname=atom
|
pkgname=atom
|
||||||
version=1.17.2
|
version=1.17.2
|
||||||
revision=1
|
revision=2
|
||||||
nocross=yes
|
nocross=yes
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
hostmakedepends="git pkg-config python-devel nodejs curl"
|
hostmakedepends="git pkg-config python-devel nodejs curl"
|
||||||
|
|
Loading…
Add table
Reference in a new issue